Home
last modified time | relevance | path

Searched refs:SetNatInterval (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/
H A Dmock_standby_client_unit_test.cpp64 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 Dstandby_client_unit_test.cpp277 …EXPECT_EQ(StandbyServiceClient::GetInstance().SetNatInterval(type, enable, interval), ERR_PERMISSI…
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_client.cpp119 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 Dstandby_service_proxy.cpp244 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 Dstandby_service_proxy.h91 ErrCode SetNatInterval(uint32_t& type, bool& enable, uint32_t& interval) override;
H A Dstandby_service_client.h144 ErrCode SetNatInterval(uint32_t& type, bool& enable, uint32_t& interval);
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/include/
H A Distandby_service.h144 virtual ErrCode SetNatInterval(uint32_t& type, bool& enable, uint32_t& interval) = 0;
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service.h55 ErrCode SetNatInterval(uint32_t& type, bool& enable, uint32_t& interval) override;
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/src/
H A Dstandby_service_stub.cpp264 ErrCode result = SetNatInterval(type, enable, interval); in HandleSetNatInterval()
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service.cpp237 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 Dstandby_service_unit_test.cpp1249 …ErrCode code = DelayedSingleton<StandbyService>::GetInstance()->SetNatInterval(type, enable, inter…