Searched refs:StandbyServiceProxy (Results 1 – 5 of 5) sorted by relevance
26 StandbyServiceProxy::StandbyServiceProxy(const sptr<IRemoteObject>& impl) in StandbyServiceProxy() function in OHOS::DevStandbyMgr::StandbyServiceProxy28 StandbyServiceProxy::~StandbyServiceProxy() {} in ~StandbyServiceProxy()40 if (!data.WriteInterfaceToken(StandbyServiceProxy::GetDescriptor())) { in SubscribeStandbyCallback()83 if (!data.WriteInterfaceToken(StandbyServiceProxy::GetDescriptor())) { in UnsubscribeStandbyCallback()114 if (!data.WriteInterfaceToken(StandbyServiceProxy::GetDescriptor())) { in ApplyAllowResource()145 if (!data.WriteInterfaceToken(StandbyServiceProxy::GetDescriptor())) { in UnapplyAllowResource()177 if (!data.WriteInterfaceToken(StandbyServiceProxy::GetDescriptor())) { in GetAllowList()213 ErrCode StandbyServiceProxy::IsDeviceInStandby(bool& isStandby) in IsDeviceInStandby()218 if (!data.WriteInterfaceToken(StandbyServiceProxy::GetDescriptor())) { in IsDeviceInStandby()249 if (!data.WriteInterfaceToken(StandbyServiceProxy::GetDescriptor())) { in SetNatInterval()[all …]
26 class StandbyServiceProxy final : public IRemoteProxy<IStandbyService> {28 explicit StandbyServiceProxy(const sptr<IRemoteObject>& impl);29 ~StandbyServiceProxy() override;30 DISALLOW_COPY_AND_MOVE(StandbyServiceProxy);151 static inline BrokerDelegator<StandbyServiceProxy> delegator_;
81 sptr<StandbyServiceProxy> proxy = new (std::nothrow) StandbyServiceProxy(impl);
191 sptr<StandbyServiceProxy> proxy = new (std::nothrow) StandbyServiceProxy(impl);
25 *StandbyServiceProxy*;