Home
last modified time | relevance | path

Searched refs:cvfull_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.cpp171 if (cvfull_.wait_for(lock, in SendGetReport()
211 if (cvfull_.wait_for(lock, in SendSetReport()
373 if (cvfull_.wait_for(lock, in GetPnpInformation()
403 if (cvfull_.wait_for(lock, in GetHidInformation()
460 if (cvfull_.wait_for(lock, in GetHidReportMap()
550 if (cvfull_.wait_for(lock, in GetHidReport()
662 if (cvfull_.wait_for(lock, in SetInputReportNotification()
732 hogp_->cvfull_.notify_all(); in OnCharacteristicRead()
745 hogp_->cvfull_.notify_all(); in OnCharacteristicWrite()
794 hogp_->cvfull_.notify_all(); in OnDescriptorRead()
[all …]
H A Dhid_host_hogp.h81 std::condition_variable cvfull_; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/
H A Dble_scan_filter_lsf.cpp181 if (cvfull_.wait_for(lock, in GetMaxFilterNumber()
629 cvfull_.notify_all(); in BleScanFilterGetCapabilitiesComplete()
634 cvfull_.notify_all(); in BleScanFilterGetCapabilitiesComplete()
648 cvfull_.notify_all(); in BleScanFilterGetCapabilitiesComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp68 bleAdapter_.pimpl->cvfull_.notify_all(); in OnCharacteristicRead()
128 std::condition_variable cvfull_ {}; member
286 pimpl->cvfull_.notify_all(); in NotifyAllWaitContinue()
323 …if (pimpl->cvfull_.wait_for(lock, std::chrono::seconds(BLE_THREAD_WAIT_TIMEOUT)) == std::cv_status… in StartOrStopAdvAndScan()
334 if (pimpl->cvfull_.wait_for(lock, std::chrono::seconds(BLE_THREAD_WAIT_TIMEOUT)) == in StartOrStopAdvAndScan()
350 …if (pimpl->cvfull_.wait_for(lock, std::chrono::seconds(BLE_THREAD_WAIT_TIMEOUT)) == std::cv_status… in ExAdvClearHandle()
406 adapter->pimpl->cvfull_.notify_all(); in GenResPriAddrResult()
422 if (pimpl->cvfull_.wait_for(lock, std::chrono::seconds(BLE_THREAD_WAIT_TIMEOUT)) == in SetRpaAddrAndTypeToBtm()
580 if (pimpl->cvfull_.wait_for(lock, std::chrono::seconds(BLE_THREAD_WAIT_TIMEOUT)) == in ReadRemoteDeviceNameByGatt()
H A Dble_advertiser_impl.cpp34 std::condition_variable cvfull_ {}; member
1428 pimpl->cvfull_.notify_all(); in GapExAdvSetRandAddrResultEvt()
1810 …if (advertiser->pimpl->cvfull_.wait_for(legacyLock, std::chrono::seconds(BLE_THREAD_WAIT_TIMEOUT))… in TimerCallback()
1840 …if (advertiser->pimpl->cvfull_.wait_for(exAdvLock, std::chrono::seconds(BLE_THREAD_WAIT_TIMEOUT)) … in TimerCallbackEx()
1870 pimpl->cvfull_.notify_all(); in GenResPriAddrResultTask()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/include/
H A Dble_scan_filter_lsf.h190 std::condition_variable cvfull_; variable