Home
last modified time | relevance | path

Searched refs:its_library (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/configuration/src/
Dconfiguration_impl.cpp814 std::string its_library(_plugin_data.name_); in add_plugin() local
815 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 …]
/aosp_15_r20/external/sdv/vsomeip/implementation/runtime/src/
Dapplication_impl.cpp326 for (auto its_library : its_app_plugin_info->second) { in init() local
328 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() local
446 plugin_type_e::APPLICATION_PLUGIN, its_library); in start()
531 for (const auto& its_library : its_app_plugin_info->second) { in stop() local
533 plugin_type_e::APPLICATION_PLUGIN, its_library); in stop()
/aosp_15_r20/external/sdv/vsomeip/test/configuration_tests/
Dconfiguration-test.cpp338 for (const auto& its_library : plugin.second) in check_file() local
339 …tring("libtestlibraryname.so." + std::to_string(VSOMEIP_APPLICATION_PLUGIN_VERSION)), its_library); in check_file()