Home
last modified time | relevance | path

Searched refs:IStandbyService (Results 1 - 8 of 8) sorted by relevance

/foundation/resourceschedule/device_standby/frameworks/include/
H A Distandby_service.h40 class IStandbyService : public IRemoteBroker { class
42 IStandbyService() = default;
43 ~IStandbyService() override = default;
44 DISALLOW_COPY_AND_MOVE(IStandbyService);
166 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.resourceschedule.IStandbyService");
H A Dstandby_service_stub.h28 class StandbyServiceStub : public IRemoteStub<IStandbyService> {
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A Dstandby_service_client.h181 sptr<IStandbyService> standbyServiceProxy_;
H A Dstandby_service_proxy.h26 class StandbyServiceProxy final : public IRemoteProxy<IStandbyService> {
/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_client.cpp219 standbyServiceProxy_ = iface_cast<IStandbyService>(remoteObject); in GetStandbyServiceProxy()
H A Dstandby_service_proxy.cpp27 :IRemoteProxy<IStandbyService>(impl) {} in StandbyServiceProxy()
/foundation/resourceschedule/device_standby/frameworks/src/
H A Dstandby_service_stub.cpp77 return IRemoteStub<IStandbyService>::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp946 data.WriteInterfaceToken(IStandbyService::GetDescriptor()); in HWMTEST_F()
1021 data.WriteInterfaceToken(IStandbyService::GetDescriptor()); in HWTEST_F()

Completed in 5 milliseconds