Home
last modified time | relevance | path

Searched refs:WriteWakeUnlock (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dsystem_operation.h28 static int32_t WriteWakeUnlock(const std::string &name);
H A Dsystem_operation.cpp44 int32_t SystemOperation::WriteWakeUnlock(const std::string &name) in WriteWakeUnlock() function in OHOS::HDI::Power::V1_2::SystemOperation
H A Drunning_lock_counter.cpp58 SystemOperation::WriteWakeUnlock(tag_); in Decrease()
H A Drunning_lock_impl.cpp130 int32_t status = SystemOperation::WriteWakeUnlock(GetRunningLockTagInner(info.type)); in UnholdLock()
144 SystemOperation::WriteWakeUnlock(GetRunningLockTag(iter.first)); in Clean()
/ohos5.0/drivers/peripheral/power/test/unittest/mock/
H A Dmock_system_operation.cpp31 int32_t SystemOperation::WriteWakeUnlock(const std::string &name) in WriteWakeUnlock() function in OHOS::HDI::Power::V1_2::SystemOperation