Home
last modified time | relevance | path

Searched refs:UNAPPLY_ALLOW_RESOURCE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/frameworks/include/
H A Distandby_ipc_inteface_code.h28 UNAPPLY_ALLOW_RESOURCE, enumerator
H A Distandby_service.h173 UNAPPLY_ALLOW_RESOURCE, enumerator
/ohos5.0/foundation/resourceschedule/device_standby/services/test/fuzztest/devicestandby_fuzzer/
H A Ddevicestandby_fuzzer.cpp179 static_cast<uint32_t>(IStandbyInterfaceCode::UNAPPLY_ALLOW_RESOURCE), in CoverageUnHandleApplyAllowResource()
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/src/
H A Dstandby_service_stub.cpp46 case static_cast<uint32_t>(IStandbyInterfaceCode::UNAPPLY_ALLOW_RESOURCE): in OnRemoteRequest()
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_proxy.cpp154 …rrCode result = InnerTransact(static_cast<uint32_t>(IStandbyInterfaceCode::UNAPPLY_ALLOW_RESOURCE), in UnapplyAllowResource()
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp951 …StandbyService::GetInstance()->OnRemoteRequest(StandbyServiceStub::UNAPPLY_ALLOW_RESOURCE, data, r…
961 … (static_cast<uint32_t>(IStandbyInterfaceCode::UNAPPLY_ALLOW_RESOURCE)), data, reply, option);