/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/ |
H A D | mock_standby_client_unit_test.cpp | 64 EXPECT_NE(StandbyServiceClient::GetInstance().SetNatInterval(type, enable, interval), ERR_OK); 68 StandbyServiceClient::GetInstance().SetNatInterval(type, enable, interval); 97 proxy->SetNatInterval(type, enable, interval); 107 proxy->SetNatInterval(type, enable, interval);
|
H A D | standby_client_unit_test.cpp | 277 …EXPECT_EQ(StandbyServiceClient::GetInstance().SetNatInterval(type, enable, interval), ERR_PERMISSI…
|
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/src/ |
H A D | standby_service_client.cpp | 119 ErrCode StandbyServiceClient::SetNatInterval(uint32_t& type, bool& enable, uint32_t& interval) in SetNatInterval() function in OHOS::DevStandbyMgr::StandbyServiceClient 126 return standbyServiceProxy_->SetNatInterval(type, enable, interval); in SetNatInterval()
|
H A D | standby_service_proxy.cpp | 244 ErrCode StandbyServiceProxy::SetNatInterval(uint32_t& type, bool& enable, uint32_t& interval) in SetNatInterval() function in OHOS::DevStandbyMgr::StandbyServiceProxy
|
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/include/ |
H A D | standby_service_proxy.h | 91 ErrCode SetNatInterval(uint32_t& type, bool& enable, uint32_t& interval) override;
|
H A D | standby_service_client.h | 144 ErrCode SetNatInterval(uint32_t& type, bool& enable, uint32_t& interval);
|
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/include/ |
H A D | istandby_service.h | 144 virtual ErrCode SetNatInterval(uint32_t& type, bool& enable, uint32_t& interval) = 0;
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | standby_service.h | 55 ErrCode SetNatInterval(uint32_t& type, bool& enable, uint32_t& interval) override;
|
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/src/ |
H A D | standby_service_stub.cpp | 264 ErrCode result = SetNatInterval(type, enable, interval); in HandleSetNatInterval()
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service.cpp | 237 ErrCode StandbyService::SetNatInterval(uint32_t& type, bool& enable, uint32_t& interval) in SetNatInterval() function in OHOS::DevStandbyMgr::StandbyService
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 1249 …ErrCode code = DelayedSingleton<StandbyService>::GetInstance()->SetNatInterval(type, enable, inter…
|