Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_impl.cpp38 int32_t RunningLockImpl::defaultTimeOutMs_ = DEFAULT_TIMEOUT; member in OHOS::HDI::Power::V1_2::RunningLockImpl
165 defaultTimeOutMs_ = timeOutMs; in SetDefaultTimeOutMs()
197 filledInfo.timeoutMs = defaultTimeOutMs_; in FillRunningLockInfo()
H A Drunning_lock_impl.h60 static int32_t defaultTimeOutMs_; variable