Home
last modified time | relevance | path

Searched refs:HoldRunningLock (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/power/
H A Dinterface_i_power_interface_v11.md27 | [HoldRunningLock](#holdrunninglock) ([in] struct [RunningLockInfo](_running_lock_info_v11.md) inf…
52 ### HoldRunningLock()
55 IPowerInterface::HoldRunningLock ([in] struct RunningLockInfo info)
/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_interface_impl.h59 int32_t HoldRunningLock(const RunningLockInfo &info) override;
H A Dpower_interface_impl.cpp441 int32_t PowerInterfaceImpl::HoldRunningLock(const RunningLockInfo &info) in HoldRunningLock() function in OHOS::HDI::Power::V1_2::PowerInterfaceImpl
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/power_v1_1/cpp_target/power/v1_1/
H A Dpower_interface_service.h.txt44 int32_t HoldRunningLock(const OHOS::HDI::Power::V1_1::RunningLockInfo& info) override;
H A Dpower_interface_service.cpp.txt65 int32_t PowerInterfaceService::HoldRunningLock(const OHOS::HDI::Power::V1_1::RunningLockInfo& info)
H A Dipower_interface.h.txt97 virtual int32_t HoldRunningLock(const OHOS::HDI::Power::V1_1::RunningLockInfo& info) = 0;
H A Dpower_interface_proxy.h.txt84 int32_t HoldRunningLock(const OHOS::HDI::Power::V1_1::RunningLockInfo& info) override;
H A Dpower_interface_proxy.cpp.txt156 int32_t OHOS::HDI::Power::V1_1::PowerInterfaceProxy::HoldRunningLock(const OHOS::HDI::Power::V1_1::…
H A Dpower_interface_stub.cpp.txt392 int32_t powerInterfaceRet = impl->HoldRunningLock(info);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/power_v1_1/dump_ast_target/
H A Ddump.txt28 [mini, lite, full] HoldRunningLock(
/ohos5.0/drivers/interface/power/v1_1/
H A DIPowerInterface.idl142 HoldRunningLock([in] struct RunningLockInfo info);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/power_v1_1/foo/power/v1_1/
H A DIPowerInterface.idl142 HoldRunningLock([in] struct RunningLockInfo info);
/ohos5.0/drivers/interface/power/v1_2/
H A DIPowerInterface.idl142 HoldRunningLock([in] struct RunningLockInfo info);
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp211 powerInterface_->HoldRunningLock(filledInfo); in ApplyRunningLock()