Searched refs:PowerMgrProxy (Results 1 – 10 of 10) sorted by relevance
332 bool PowerMgrProxy::ResetRunningLocks() in ResetRunningLocks()608 PowerErrors PowerMgrProxy::RestoreScreenOffTime() in RestoreScreenOffTime()665 PowerState PowerMgrProxy::GetState() in GetState()694 bool PowerMgrProxy::IsScreenOn(bool needPrintLog) in IsScreenOn()724 bool PowerMgrProxy::IsFoldScreenOn() in IsFoldScreenOn()753 bool PowerMgrProxy::IsCollaborationScreenOn() in IsCollaborationScreenOn()1096 bool PowerMgrProxy::SetDisplaySuspend(bool enable) in SetDisplaySuspend()1122 PowerErrors PowerMgrProxy::Hibernate(bool clearMemory) in Hibernate()1180 PowerMode PowerMgrProxy::GetDeviceMode() in GetDeviceMode()1239 PowerErrors PowerMgrProxy::IsStandby(bool& isStandby) in IsStandby()[all …]
46 if (!data.WriteInterfaceToken(PowerMgrProxy::GetDescriptor())) { in CreateRunningLock()74 if (!data.WriteInterfaceToken(PowerMgrProxy::GetDescriptor())) { in ReleaseRunningLock()101 if (!data.WriteInterfaceToken(PowerMgrProxy::GetDescriptor())) { in IsRunningLockTypeSupported()131 if (!data.WriteInterfaceToken(PowerMgrProxy::GetDescriptor())) { in Lock()157 if (!data.WriteInterfaceToken(PowerMgrProxy::GetDescriptor())) { in UnLock()183 if (!data.WriteInterfaceToken(PowerMgrProxy::GetDescriptor())) { in IsUsed()209 if (!data.WriteInterfaceToken(PowerMgrProxy::GetDescriptor())) { in ProxyRunningLock()239 if (!data.WriteInterfaceToken(PowerMgrProxy::GetDescriptor())) { in ProxyRunningLocks()272 if (!data.WriteInterfaceToken(PowerMgrProxy::GetDescriptor())) { in ResetRunningLocks()296 if (!data.WriteInterfaceToken(PowerMgrProxy::GetDescriptor())) { in RebootDevice()[all …]
34 class PowerMgrProxy : public IRemoteProxy<IPowerMgr> {36 explicit PowerMgrProxy(const sptr<IRemoteObject>& impl) in PowerMgrProxy() function38 ~PowerMgrProxy() = default;39 DISALLOW_COPY_AND_MOVE(PowerMgrProxy);43 static inline BrokerDelegator<PowerMgrProxy> delegator_;
63 std::shared_ptr<PowerMgrProxy> sptrProxy = std::make_shared<PowerMgrProxy>(remote);91 std::shared_ptr<PowerMgrProxy> sptrProxy = std::make_shared<PowerMgrProxy>(remote);120 std::shared_ptr<PowerMgrProxy> sptrProxy = std::make_shared<PowerMgrProxy>(remote);143 std::shared_ptr<PowerMgrProxy> sptrProxy = std::make_shared<PowerMgrProxy>(remote);
63 std::shared_ptr<PowerMgrProxy> sptrProxy = std::make_shared<PowerMgrProxy>(remote);85 std::shared_ptr<PowerMgrProxy> sptrProxy = std::make_shared<PowerMgrProxy>(remote);113 std::shared_ptr<PowerMgrProxy> sptrProxy = std::make_shared<PowerMgrProxy>(remote);
105 std::shared_ptr<PowerMgrProxy> sptrProxy = std::make_shared<PowerMgrProxy>(remote);128 std::shared_ptr<PowerMgrProxy> sptrProxy = std::make_shared<PowerMgrProxy>(remote);157 std::shared_ptr<PowerMgrProxy> sptrProxy = std::make_shared<PowerMgrProxy>(remote);
138 std::shared_ptr<PowerMgrProxy> sptrProxy = std::make_shared<PowerMgrProxy>(remote);160 std::shared_ptr<PowerMgrProxy> sptrProxy = std::make_shared<PowerMgrProxy>(remote);188 std::shared_ptr<PowerMgrProxy> sptrProxy = std::make_shared<PowerMgrProxy>(remote);
40 class PowerMgrProxy : public IRemoteProxy<IPowerMgr> {42 explicit PowerMgrProxy(const sptr<IRemoteObject>& impl) in PowerMgrProxy() function44 ~PowerMgrProxy() = default;45 DISALLOW_COPY_AND_MOVE(PowerMgrProxy);109 static inline BrokerDelegator<PowerMgrProxy> delegator_;
26 bool PowerMgrProxy::IsScreenOn() in IsScreenOn()
83 proxy_ = new PowerMgrProxy(powerManagerSa); in InitProxy()