Searched refs:cv (Results 1 – 10 of 10) sorted by relevance
37 asyncContext_->cv.notify_all(); in OnSetNetworkModeCallback()
39 asyncContext_->cv.notify_all(); in OnGetRadioStateCallback()
41 asyncContext_->cv.notify_all(); in OnSetPreferredNetworkCallback()
40 asyncContext_->cv.notify_all(); in OnSetRadioStateCallback()
43 asyncContext_->cv.notify_all(); in OnGetNetworkSearchInformation()
54 asyncContext_->cv.notify_all(); in OnGetNetworkModeCallback()
54 asyncContext_->cv.notify_all(); in OnGetPreferredNetworkCallback()
477 asyncContext->cv.wait_for( in NativeGetNetworkSelectionMode()537 asyncContext->cv.wait_for( in NativeGetNetworkSearchInformation()793 asyncContext->cv.wait_for( in NativeSetNetworkSelectionMode()971 asyncContext->cv.wait_for( in NativeIsRadioOn()1047 asyncContext->cv.wait_for( in NativeTurnOnRadio()1137 asyncContext->cv.wait_for( in NativeTurnOffRadio()1280 asyncContext->cv.wait_for( in NativeSetPreferredNetwork()1356 asyncContext->cv.wait_for( in NativeGetPreferredNetwork()
145 std::condition_variable cv; member
824 condition_variable cv; variable832 auto checkCookie = [&mtx, &cv, &cnt, &start, &cookies, &timeouts](uint32_t cookie) { in __anon2093e9d50402()835 cv.notify_one(); in __anon2093e9d50402()855 cv.wait(lck, [&cnt]() { return (cnt == reqTimes); }); in __anon2093e9d50502()