MCPcopy Create free account
hub / github.com/COVESA/vsomeip / create_application

Method create_application

implementation/runtime/src/runtime_impl.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39std::shared_ptr<application> runtime_impl::create_application(const std::string& _name) {
40
41 return create_application(_name, "");
42}
43
44std::shared_ptr<application> runtime_impl::create_application(const std::string& _name, const std::string& _path) {
45 std::scoped_lock its_lock{applications_mutex_};

Callers 15

vsomeip_senderMethod · 0.80
base_vsip_appMethod · 0.80
base_vsip_appMethod · 0.80
e2e_test_clientMethod · 0.80
e2e_test_serviceMethod · 0.80
event_test_clientMethod · 0.80

Calls 2

endMethod · 0.80
to_stringFunction · 0.50

Tested by 15

e2e_test_clientMethod · 0.64
e2e_test_serviceMethod · 0.64
event_test_clientMethod · 0.64
event_test_serviceMethod · 0.64
security_test_serviceMethod · 0.64
security_test_clientMethod · 0.64