Home
last modified time | relevance | path

Searched defs:notified (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblock_on.rs61 pub(crate) fn notified(&self) { in notified() method
77 fn notified(&self) { in notified() method
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
H A Dhc_condition.h28 HcBool notified; member
/ohos5.0/base/security/huks/utils/condition/
H A Dhks_condition.c33 volatile atomic_bool notified; member
/ohos5.0/base/powermgr/power_manager/services/native/src/actions/default/display/
H A Ddevice_state_action.cpp128 bool notified = cancelScreenOffCv_.wait_for(lock, std::chrono::milliseconds(timeoutMs), [this] { in TryToCancelScreenOff() local
/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_mgr_service_test.cpp495 bool notified = false; variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dwatch.rs400 pub async fn notified(&mut self) -> Result<(), RecvError> { in notified() method