Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_proxy.cpp26 StandbyServiceProxy::StandbyServiceProxy(const sptr<IRemoteObject>& impl) in StandbyServiceProxy() function in OHOS::DevStandbyMgr::StandbyServiceProxy
28 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 …]
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A Dstandby_service_proxy.h26 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_;
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/
H A Dmock_standby_client_unit_test.cpp81 sptr<StandbyServiceProxy> proxy = new (std::nothrow) StandbyServiceProxy(impl);
H A Dstandby_client_unit_test.cpp191 sptr<StandbyServiceProxy> proxy = new (std::nothrow) StandbyServiceProxy(impl);
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/
H A Dlibstandby_innerkits.versionscript25 *StandbyServiceProxy*;