Searched refs:StandbyServiceSubscriberProxy (Results 1 – 3 of 3) sorted by relevance
26 StandbyServiceSubscriberProxy::StandbyServiceSubscriberProxy(const sptr<IRemoteObject>& impl) in StandbyServiceSubscriberProxy() function in OHOS::DevStandbyMgr::StandbyServiceSubscriberProxy28 StandbyServiceSubscriberProxy::~StandbyServiceSubscriberProxy() {} in ~StandbyServiceSubscriberProxy()30 void StandbyServiceSubscriberProxy::OnDeviceIdleMode(bool napped, bool sleeping) in OnDeviceIdleMode()38 if (!data.WriteInterfaceToken(StandbyServiceSubscriberProxy::GetDescriptor())) { in OnDeviceIdleMode()57 void StandbyServiceSubscriberProxy::OnAllowListChanged(int32_t uid, const std::string& name, uint32… in OnAllowListChanged()66 if (!data.WriteInterfaceToken(StandbyServiceSubscriberProxy::GetDescriptor())) { in OnAllowListChanged()86 void StandbyServiceSubscriberProxy::OnPowerOverused(const std::string& module, uint32_t level) in OnPowerOverused()94 if (!data.WriteInterfaceToken(StandbyServiceSubscriberProxy::GetDescriptor())) { in OnPowerOverused()
25 class StandbyServiceSubscriberProxy : public IRemoteProxy<IStandbyServiceSubscriber> {27 StandbyServiceSubscriberProxy() = delete;28 explicit StandbyServiceSubscriberProxy(const sptr<IRemoteObject>& impl);29 ~StandbyServiceSubscriberProxy() override;30 DISALLOW_COPY_AND_MOVE(StandbyServiceSubscriberProxy);59 static inline BrokerDelegator<StandbyServiceSubscriberProxy> delegator_;
219 …sptr<StandbyServiceSubscriberProxy> proxy = new (std::nothrow) StandbyServiceSubscriberProxy(impl);220 sptr<StandbyServiceSubscriberProxy> nullSubscriber = nullptr;