Searched refs:create_notification (Results 1 – 11 of 11) sorted by relevance
77 runtime_impl::create_notification(bool _reliable) const { in create_notification() function in vsomeip::runtime_impl79 auto its_impl = vsomeip_v3::runtime::get()->create_notification(_reliable); in create_notification()
154 virtual std::shared_ptr<message> create_notification(
32 std::shared_ptr<message> create_notification(bool _reliable) const;
36 std::shared_ptr<message> create_notification(
97 notification_ = vsomeip::runtime::get()->create_notification(); in TEST_F()
87 std::shared_ptr<message> runtime_impl::create_notification( in create_notification() function in vsomeip_v3::runtime_impl
2017 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()
26 message_(runtime::get()->create_notification()), in event()
743 = runtime::get()->create_notification(); in notify_one()
2290 = runtime::get()->create_notification(); in notify_remote_initially()