Home
last modified time | relevance | path

Searched refs:ReportSyncEvent (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dres_sched_util.cpp116 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 Dres_sched_client_test.cpp182 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 Dres_sched_service_test.cpp185 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 Dres_sched_service_mock_test.cpp99 …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 Dires_sched_service.h46 …virtual int32_t ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json&…
H A Dres_sched_service_proxy.h48 …int32_t ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json& payload,
H A Dres_sched_client.h78 …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 Dlibressched_client.versionscript19 *ResSchedClient*ReportSyncEvent*;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/include/
H A Dres_sched_service.h31 …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 Dres_sched_client.cpp71 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 Dres_sched_service_proxy.cpp57 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 Dres_sched_service.cpp59 int32_t ResSchedService::ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohman… in ReportSyncEvent() function in OHOS::ResourceSchedule::ResSchedService
H A Dres_sched_service_stub.cpp307 ret = ReportSyncEvent(type, value, payload, reply); in ReportSyncEventInner()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp3067 ResourceSchedule::ResSchedClient::GetInstance().ReportSyncEvent(resType, 0, payload, reply); in OnGetRssData()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5485 …int32_t ret = ResourceSchedule::ResSchedClient::GetInstance().ReportSyncEvent(resType, 0, payload,… in NotifyRssThawApp()