Home
last modified time | relevance | path

Searched refs:OnStarted (Results 1 – 25 of 28) sorted by relevance

12

/external/openscreen/osp/impl/
Dmdns_responder_service_unittest.cc152 MOCK_METHOD0(OnStarted, void());
170 MOCK_METHOD0(OnStarted, void());
241 EXPECT_CALL(observer_, OnStarted()); in TEST_F()
294 EXPECT_CALL(observer_, OnStarted()); in TEST_F()
314 EXPECT_CALL(observer_, OnStarted()); in TEST_F()
349 EXPECT_CALL(observer_, OnStarted()); in TEST_F()
386 EXPECT_CALL(observer_, OnStarted()); in TEST_F()
398 EXPECT_CALL(observer_, OnStarted()); in TEST_F()
420 EXPECT_CALL(publisher_observer_, OnStarted()); in TEST_F()
446 EXPECT_CALL(publisher_observer_, OnStarted()); in TEST_F()
[all …]
Dservice_listener_impl_unittest.cc30 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 …]
Dservice_publisher_impl_unittest.cc25 MOCK_METHOD0(OnStarted, void());
142 Expectation start_from_stopped = EXPECT_CALL(observer, OnStarted()); in TEST_F()
152 EXPECT_CALL(observer, OnStarted()).After(suspend_from_running); in TEST_F()
Dservice_publisher_impl.cc102 observer_->OnStarted(); in MaybeNotifyObserver()
Dservice_listener_impl.cc185 observer->OnStarted(); in MaybeNotifyObservers()
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_fuchsia.h30 void OnStarted(void *arg) override;
Dlsan_posix.h33 void OnStarted(void *arg) override;
Dlsan_posix.cpp36 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __lsan::ThreadContext
Dlsan_fuchsia.cpp48 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __lsan::ThreadContext
/external/compiler-rt/lib/lsan/
Dlsan_thread.h29 void OnStarted(void *arg) override;
Dlsan_thread.cc69 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __lsan::ThreadContext
/external/openscreen/osp/public/
Dservice_publisher.h70 virtual void OnStarted() = 0;
Dservice_listener.h81 virtual void OnStarted() = 0;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h68 virtual void OnStarted(void *arg) {} in OnStarted() function
Dsanitizer_thread_registry.cc65 OnStarted(arg); in SetStarted()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h77 virtual void OnStarted(void *arg) {} in OnStarted() function
Dsanitizer_thread_registry.cpp78 OnStarted(arg); in SetStarted()
/external/openscreen/osp/public/presentation/
Dpresentation_controller.h195 void OnStarted() override;
/external/openscreen/osp/demo/
Dosp_demo.cc84 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/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cpp172 void OnStarted(void *arg) { in OnStarted() function in __sanitizer::__anon282b77f30111::TestThreadContext
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc173 void OnStarted(void *arg) { in OnStarted() function in __sanitizer::__anonfe0958680111::TestThreadContext
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc88 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __tsan::ThreadContext
Dtsan_rtl.h477 void OnStarted(void *arg) override;
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp88 void ThreadContext::OnStarted(void *arg) { in OnStarted() function in __tsan::ThreadContext
Dtsan_rtl.h497 void OnStarted(void *arg) override;

12