Home
last modified time | relevance | path

Searched refs:external_function_promise (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/
Dmodule_jniloop_unittest.cc38 std::promise<pid_t> external_function_promise; variable
46 external_function_promise.set_value(base::PlatformThread::CurrentId()); in external_function_jni()
87 external_function_promise = std::promise<pid_t>(); in call_on_jni_external_function()
88 auto future = external_function_promise.get_future(); in call_on_jni_external_function()
Dmodule_mainloop_unittest.cc38 std::promise<pid_t> external_function_promise; variable
46 external_function_promise.set_value(base::PlatformThread::CurrentId()); in external_function_main()
87 external_function_promise = std::promise<pid_t>(); in call_on_main_external_function()
88 auto future = external_function_promise.get_future(); in call_on_main_external_function()