/external/openscreen/osp/impl/ |
D | service_listener_impl_unittest.cc | 30 MOCK_METHOD0(OnStarted, void()); 248 Expectation start_from_stopped = EXPECT_CALL(observer, OnStarted()); in TEST_F() 255 EXPECT_CALL(observer, OnStarted()); in TEST_F() 272 EXPECT_CALL(observer, OnStarted()).After(suspend_from_running); in TEST_F() 290 EXPECT_CALL(observer, OnStarted()); in TEST_F() 311 EXPECT_CALL(observer, OnStarted()); in TEST_F() 372 EXPECT_CALL(observer1, OnStarted()); in TEST_F() 373 EXPECT_CALL(observer2, OnStarted()).Times(0); in TEST_F() 382 EXPECT_CALL(observer1, OnStarted()); in TEST_F() 383 EXPECT_CALL(observer2, OnStarted()); in TEST_F() [all …]
|
D | service_publisher_impl_unittest.cc | 27 MOCK_METHOD0(OnStarted, void()); 149 Expectation start_from_stopped = EXPECT_CALL(observer, OnStarted()); in TEST_F() 159 EXPECT_CALL(observer, OnStarted()).After(suspend_from_running); in TEST_F()
|
D | service_publisher_impl.cc | 104 observer_->OnStarted(); in MaybeNotifyObserver()
|
D | service_listener_impl.cc | 185 observer->OnStarted(); in MaybeNotifyObservers()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.h | 29 void OnStarted(void *arg) override;
|
D | lsan_thread.cc | 69 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __lsan::ThreadContext
|
/external/openscreen/osp/public/ |
D | service_publisher.h | 53 virtual void OnStarted() = 0;
|
D | service_listener.h | 81 virtual void OnStarted() = 0;
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.h | 68 virtual void OnStarted(void *arg) {} in OnStarted() function
|
D | sanitizer_thread_registry.cc | 65 OnStarted(arg); in SetStarted()
|
/external/openscreen/osp/public/presentation/ |
D | presentation_controller.h | 195 void OnStarted() override;
|
/external/openscreen/osp/demo/ |
D | osp_demo.cc | 84 void OnStarted() override { OSP_LOG_INFO << "listener started!"; } in OnStarted() function in openscreen::osp::DemoListenerObserver 151 void OnStarted() override { OSP_LOG_INFO << "publisher started!"; } in OnStarted() function in openscreen::osp::DemoPublisherObserver
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_thread_registry_test.cc | 173 void OnStarted(void *arg) { in OnStarted() function in __sanitizer::__anon0d0115c60111::TestThreadContext
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cc | 88 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __tsan::ThreadContext
|
D | tsan_rtl.h | 477 void OnStarted(void *arg) override;
|
/external/openscreen/osp/impl/presentation/ |
D | presentation_controller.cc | 755 void Controller::OnStarted() {} in OnStarted() function in openscreen::osp::Controller
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 27450 <!-- void __sanitizer::ThreadContextBase::OnStarted(void*) --> 27451 …<function-decl name='OnStarted' mangled-name='_ZN11__sanitizer17ThreadContextBase9OnStartedEPv' fi… 29964 <!-- void __tsan::ThreadContext::OnStarted(void*) --> 29965 …<function-decl name='OnStarted' mangled-name='_ZN6__tsan13ThreadContext9OnStartedEPv' filepath='..…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 15594 …<function-decl name='OnStarted' mangled-name='_ZN11__sanitizer17ThreadContextBase9OnStartedEPv' fi… 17437 …<function-decl name='OnStarted' mangled-name='_ZN6__tsan13ThreadContext9OnStartedEPv' filepath='..…
|