/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/ |
H A D | mock_standby_client_unit_test.cpp | 65 StandbyServiceClient::GetInstance().ReportWorkSchedulerStatus(false, -1, ""); 69 StandbyServiceClient::GetInstance().ReportWorkSchedulerStatus(true, -1, ""); 93 proxy->ReportWorkSchedulerStatus(false, -1, ""); 106 proxy->ReportWorkSchedulerStatus(false, -1, "");
|
H A D | standby_client_unit_test.cpp | 206 EXPECT_EQ(StandbyServiceClient::GetInstance().ReportWorkSchedulerStatus(true, -1, ""), ERR_OK); 207 EXPECT_EQ(StandbyServiceClient::GetInstance().ReportWorkSchedulerStatus(false, -1, ""), ERR_OK);
|
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/src/ |
H A D | standby_service_client.cpp | 139 ErrCode StandbyServiceClient::ReportWorkSchedulerStatus(bool started, int32_t uid, const std::strin… in ReportWorkSchedulerStatus() function in OHOS::DevStandbyMgr::StandbyServiceClient 146 return standbyServiceProxy_->ReportWorkSchedulerStatus(started, uid, bundleName); in ReportWorkSchedulerStatus()
|
H A D | standby_service_proxy.cpp | 276 ErrCode StandbyServiceProxy::ReportWorkSchedulerStatus(bool started, int32_t uid, const std::string… in ReportWorkSchedulerStatus() function in OHOS::DevStandbyMgr::StandbyServiceProxy
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_conn_manager.cpp | 175 DevStandbyMgr::StandbyServiceClient::GetInstance().ReportWorkSchedulerStatus(false, in StopWork() 223 DevStandbyMgr::StandbyServiceClient::GetInstance().ReportWorkSchedulerStatus(true, in WriteStartWorkEvent()
|
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/include/ |
H A D | standby_service_proxy.h | 100 …ErrCode ReportWorkSchedulerStatus(bool started, int32_t uid, const std::string& bundleName) overri…
|
H A D | standby_service_client.h | 108 ErrCode ReportWorkSchedulerStatus(bool started, int32_t uid, const std::string& bundleName);
|
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/include/ |
H A D | istandby_service.h | 108 …virtual ErrCode ReportWorkSchedulerStatus(bool started, int32_t uid, const std::string& bundleName…
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | standby_service.h | 56 …ErrCode ReportWorkSchedulerStatus(bool started, int32_t uid, const std::string& bundleName) overri…
|
H A D | standby_service_impl.h | 109 ErrCode ReportWorkSchedulerStatus(bool started, int32_t uid, const std::string& bundleName);
|
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service.cpp | 276 ErrCode StandbyService::ReportWorkSchedulerStatus(bool started, int32_t uid, const std::string& bun… in ReportWorkSchedulerStatus() function in OHOS::DevStandbyMgr::StandbyService 282 return StandbyServiceImpl::GetInstance()->ReportWorkSchedulerStatus(started, uid, bundleName); in ReportWorkSchedulerStatus()
|
H A D | standby_service_impl.cpp | 886 ErrCode StandbyServiceImpl::ReportWorkSchedulerStatus(bool started, int32_t uid, const std::string&… in ReportWorkSchedulerStatus() function in OHOS::DevStandbyMgr::StandbyServiceImpl
|
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 203 StandbyService::GetInstance()->ReportWorkSchedulerStatus(true, -1, ""); 212 StandbyService::GetInstance()->ReportWorkSchedulerStatus(true, -1, ""); 242 StandbyServiceImpl::GetInstance()->ReportWorkSchedulerStatus(true, -1, ""); 245 StandbyServiceImpl::GetInstance()->ReportWorkSchedulerStatus(true, -1, "");
|
/ohos5.0/foundation/resourceschedule/device_standby/frameworks/src/ |
H A D | standby_service_stub.cpp | 114 ErrCode result = ReportWorkSchedulerStatus(started, uid, bundleName); in HandleReportWorkSchedulerStatus()
|