Home
last modified time | relevance | path

Searched refs:PostMethodOnMain (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/
Dmodule_mainloop_unittest.cc63 PostMethodOnMain(ptr, &PrivateImpl::repostMethodTest, a, b, c); in privateCallableRepostMethod()
72 PostMethodOnMain(ptr, &PrivateImpl::privateCallableRecursiveMethod, ptr, depth + 1, b, c); in privateCallableRecursiveMethod()
98 PostMethodOnMain(pimpl_, &TestModule::PrivateImpl::privateCallableMethod, a, b, c); in call_on_main()
107 PostMethodOnMain(pimpl_, &TestModule::PrivateImpl::privateCallableRepostMethod, pimpl_, a, b, c); in call_on_main_repost()
116 PostMethodOnMain( in call_on_main_recurse()
Dmodule_gdx_unittest.cc65 PostMethodOnMain(ptr, &PrivateImpl::repostMethodTest, a, b, c); in privateCallableRepostOnMainMethod()
79 PostMethodOnMain(ptr, &PrivateImpl::privateCallableRecursiveOnMainMethod, ptr, depth + 1, b, c); in privateCallableRecursiveOnMainMethod()
114 PostMethodOnMain(pimpl_, &TestGdxModule::PrivateImpl::privateCallableMethod, a, b, c); in call_on_main()
123 PostMethodOnMain( in call_on_main_repost()
133 PostMethodOnMain( in call_on_main_recurse()
Dmodule_mainloop.h42 void PostMethodOnMain(std::shared_ptr<T> ref, Functor&& functor, Args... args) const { in PostMethodOnMain() function
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_stack_dumpsys_test.cc231 PostMethodOnMain(impl_, &impl::test, test_data); in TestMethod()
274 PostMethodOnMain(impl_, &impl::test, test_data); in TestMethod()
311 PostMethodOnMain(impl_, &impl::test, test_data); in TestMethod()
Dmain_shim_stack_lifecycle_test.cc201 PostMethodOnMain(impl_, &impl::test, test_data); in TestMethod()
238 PostMethodOnMain(impl_, &impl::test, test_data); in TestMethod()
275 PostMethodOnMain(impl_, &impl::test, test_data); in TestMethod()