Home
last modified time | relevance | path

Searched refs:DISABLE_TIMEOUT_MS (Results 1 – 2 of 2) 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()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Dconstants.h26 constexpr int32_t DISABLE_TIMEOUT_MS = 500; variable