Searched refs:its_library (Results 1 – 3 of 3) sorted by relevance
814 std::string its_library(_plugin_data.name_); in add_plugin() local815 its_library += ".dll"; in add_plugin()817 std::string its_library("lib"); in add_plugin()818 its_library += _plugin_data.name_; in add_plugin()819 its_library += ".so"; in add_plugin()824 its_library += "."; in add_plugin()825 its_library += (VSOMEIP_APPLICATION_PLUGIN_VERSION + '0'); in add_plugin()827 _plugins[plugin_type_e::APPLICATION_PLUGIN].insert(its_library); in add_plugin()830 its_library += "."; in add_plugin()831 its_library += (VSOMEIP_PRE_CONFIGURATION_PLUGIN_VERSION + '0'); in add_plugin()[all …]
326 for (auto its_library : its_app_plugin_info->second) { in init() local328 plugin_type_e::APPLICATION_PLUGIN, its_library); in init()331 << " Loading plug-in library: " << its_library << " succeeded!"; in init()444 for (const auto& its_library : its_app_plugin_info->second) { in start() local446 plugin_type_e::APPLICATION_PLUGIN, its_library); in start()531 for (const auto& its_library : its_app_plugin_info->second) { in stop() local533 plugin_type_e::APPLICATION_PLUGIN, its_library); in stop()
338 for (const auto& its_library : plugin.second) in check_file() local339 …tring("libtestlibraryname.so." + std::to_string(VSOMEIP_APPLICATION_PLUGIN_VERSION)), its_library); in check_file()