Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_disable.cpp59 auto waitStatus = conVar_.wait_for(lock, std::chrono::milliseconds(DISABLE_TIMEOUT_MS), in Disable()
88 conVar_.notify_all(); in OnUnregisterResult()
H A Dcomponent_enable.cpp59 auto waitStatus = conVar_.wait_for(lock, std::chrono::milliseconds(ENABLE_TIMEOUT_MS), in Enable()
88 conVar_.notify_all(); in OnRegisterResult()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dtask_board.cpp37 auto status = conVar_.wait_for(lock, std::chrono::milliseconds(TASK_TIMEOUT_MS), in WaitForALLTaskFinish()
76 conVar_.notify_one(); in RemoveTask()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_disable.h38 std::condition_variable conVar_; variable
H A Dcomponent_enable.h38 std::condition_variable conVar_; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/task/
H A Dtask_board.h48 std::condition_variable conVar_;