/ohos5.0/foundation/ability/ability_runtime/services/common/src/ |
H A D | res_sched_util.cpp | 116 ResourceSchedule::ResSchedClient::GetInstance().ReportSyncEvent(resType, 0, payload, reply); in ReportEventToRSS() 127 …int32_t ret = ResourceSchedule::ResSchedClient::GetInstance().ReportSyncEvent(resType, 0, payload,… in GetAllFrozenPidsFromRSS() 164 ResourceSchedule::ResSchedClient::GetInstance().ReportSyncEvent(resType, 0, payload, reply); in CheckShouldForceKillProcess() 202 ResourceSchedule::ResSchedClient::GetInstance().ReportSyncEvent(resType, 0, payload, reply); in GetNWebPreloadSet()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | res_sched_client_test.cpp | 182 int32_t ret = ResSchedClient::GetInstance().ReportSyncEvent(resType, 0, payload, reply); in StartReportSyncEvent() 206 HWTEST_F(ResSchedClientTest, ReportSyncEvent, Function | MediumTest | Level0) 213 int32_t ret = ResSchedClient::GetInstance().ReportSyncEvent(resType, 0, payload, reply);
|
H A D | res_sched_service_test.cpp | 185 HWTEST_F(ResSchedServiceTest, ReportSyncEvent, Function | MediumTest | Level0) 190 …int32_t ret = resSchedService_->ReportSyncEvent(ResType::SYNC_RES_TYPE_THAW_ONE_APP, 0, payload, r… 513 …int32_t ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json& payload, in ReportSyncEvent() function in OHOS::ResourceSchedule::TestResSchedServiceStub
|
H A D | res_sched_service_mock_test.cpp | 99 …int32_t ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json& payload, in ReportSyncEvent() function in OHOS::ResourceSchedule::TestMockResSchedServiceStub
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/ |
H A D | ires_sched_service.h | 46 …virtual int32_t ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json&…
|
H A D | res_sched_service_proxy.h | 48 …int32_t ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json& payload,
|
H A D | res_sched_client.h | 78 …int32_t ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json& payload,
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/ |
H A D | libressched_client.versionscript | 19 *ResSchedClient*ReportSyncEvent*;
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/ |
H A D | res_sched_service.h | 31 …int32_t ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json& payload,
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
H A D | res_sched_client.cpp | 71 int32_t ResSchedClient::ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann… in ReportSyncEvent() function in OHOS::ResourceSchedule::ResSchedClient 87 int32_t ret = proxy->ReportSyncEvent(resType, value, payload, ffrtReply); in ReportSyncEvent() 100 return proxy->ReportSyncEvent(resType, value, payload, reply); in ReportSyncEvent()
|
H A D | res_sched_service_proxy.cpp | 57 int32_t ResSchedServiceProxy::ReportSyncEvent(const uint32_t resType, const int64_t value, in ReportSyncEvent() function in OHOS::ResourceSchedule::ResSchedServiceProxy
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
H A D | res_sched_service.cpp | 59 int32_t ResSchedService::ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohman… in ReportSyncEvent() function in OHOS::ResourceSchedule::ResSchedService
|
H A D | res_sched_service_stub.cpp | 307 ret = ReportSyncEvent(type, value, payload, reply); in ReportSyncEventInner()
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session_manager.cpp | 3067 ResourceSchedule::ResSchedClient::GetInstance().ReportSyncEvent(resType, 0, payload, reply); in OnGetRssData()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 5485 …int32_t ret = ResourceSchedule::ResSchedClient::GetInstance().ReportSyncEvent(resType, 0, payload,… in NotifyRssThawApp()
|