/foundation/resourceschedule/device_standby/interfaces/innerkits/src/ |
H A D | standby_service_client.cpp | 175 ErrCode StandbyServiceClient::ReportPowerOverused(const std::string &module, uint32_t level) in ReportPowerOverused() function in OHOS::DevStandbyMgr::StandbyServiceClient 185 return standbyServiceProxy_->ReportPowerOverused(module, level); in ReportPowerOverused()
|
H A D | standby_service_proxy.cpp | 384 ErrCode StandbyServiceProxy::ReportPowerOverused(const std::string &module, uint32_t level) in ReportPowerOverused() function in OHOS::DevStandbyMgr::StandbyServiceProxy 395 STANDBYSERVICE_LOGW("ReportPowerOverused write parameter failed"); in ReportPowerOverused() 402 STANDBYSERVICE_LOGW("ReportPowerOverused fail: transact ErrCode=%{public}d", result); in ReportPowerOverused() 406 STANDBYSERVICE_LOGW("ReportPowerOverused fail: read result failed."); in ReportPowerOverused() 410 STANDBYSERVICE_LOGW("ReportPowerOverused failed"); in ReportPowerOverused()
|
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/ |
H A D | standby_service_client.h | 161 ErrCode ReportPowerOverused(const std::string &module, uint32_t level);
|
H A D | standby_service_proxy.h | 146 ErrCode ReportPowerOverused(const std::string &module, uint32_t level) override;
|
/foundation/resourceschedule/device_standby/frameworks/include/ |
H A D | istandby_service.h | 163 virtual ErrCode ReportPowerOverused(const std::string &module, uint32_t level) = 0;
|
/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | standby_service.h | 66 ErrCode ReportPowerOverused(const std::string &module, uint32_t level) override;
|
H A D | standby_service_impl.h | 116 ErrCode ReportPowerOverused(const std::string &module, uint32_t level);
|
/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service.cpp | 307 ErrCode StandbyService::ReportPowerOverused(const std::string &module, uint32_t level) in ReportPowerOverused() function in OHOS::DevStandbyMgr::StandbyService 314 return StandbyServiceImpl::GetInstance()->ReportPowerOverused(module, level); in ReportPowerOverused()
|
H A D | standby_service_impl.cpp | 930 ErrCode StandbyServiceImpl::ReportPowerOverused(const std::string &module, uint32_t level) in ReportPowerOverused() function in OHOS::DevStandbyMgr::StandbyServiceImpl
|
/foundation/resourceschedule/device_standby/frameworks/src/ |
H A D | standby_service_stub.cpp | 281 ErrCode result = ReportPowerOverused(module, level); in HandleReportPowerOverused()
|
/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/ |
H A D | standby_client_unit_test.cpp | 282 * @tc.desc: test ReportPowerOverused. 290 EXPECT_EQ(StandbyServiceClient::GetInstance().ReportPowerOverused(TEST_MODULE_NAME, level), ERR_OK); in HWTEST_F()
|
/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 1354 * @tc.desc: test ReportPowerOverused. 1364 EXPECT_EQ(StandbyService::GetInstance()->ReportPowerOverused(TEST_MODULE_NAME, level), ERR_OK); in HWTEST_F() 1368 EXPECT_EQ(StandbyService::GetInstance()->ReportPowerOverused(TEST_MODULE_NAME, level), ERR_STANDBY_SYS_NOT_READY); in HWTEST_F()
|