Home
last modified time | relevance | path

Searched refs:create_notification (Results 1 – 11 of 11) sorted by relevance

/external/sdv/vsomeip/implementation/compat/runtime/src/
Druntime_impl.cpp77 runtime_impl::create_notification(bool _reliable) const { in create_notification() function in vsomeip::runtime_impl
79 auto its_impl = vsomeip_v3::runtime::get()->create_notification(_reliable); in create_notification()
/external/sdv/vsomeip/interface/compat/vsomeip/
Druntime.hpp154 virtual std::shared_ptr<message> create_notification(
/external/sdv/vsomeip/interface/vsomeip/
Druntime.hpp154 virtual std::shared_ptr<message> create_notification(
/external/sdv/vsomeip/implementation/runtime/include/
Druntime_impl.hpp32 std::shared_ptr<message> create_notification(bool _reliable) const;
/external/sdv/vsomeip/implementation/compat/runtime/include/
Druntime_impl.hpp36 std::shared_ptr<message> create_notification(
/external/sdv/vsomeip/test/header_factory_tests/
Dheader_factory_test.cpp97 notification_ = vsomeip::runtime::get()->create_notification(); in TEST_F()
/external/sdv/vsomeip/implementation/runtime/src/
Druntime_impl.cpp87 std::shared_ptr<message> runtime_impl::create_notification( in create_notification() function in vsomeip_v3::runtime_impl
Dapplication_impl.cpp2017 std::shared_ptr<message> its_message = runtime_->create_notification(); in send_back_cached_event()
2039 std::shared_ptr<message> its_message = runtime_->create_notification(); in send_back_cached_eventgroup()
/external/sdv/vsomeip/implementation/routing/src/
Devent.cpp26 message_(runtime::get()->create_notification()), in event()
Drouting_manager_base.cpp743 = runtime::get()->create_notification(); in notify_one()
Drouting_manager_proxy.cpp2290 = runtime::get()->create_notification(); in notify_remote_initially()