Home
last modified time | relevance | path

Searched refs:HandleReportHisysEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/
H A Dcgroup_event_handler.h68 void HandleReportHisysEvent(uint32_t resType, int64_t value, const nlohmann::json& payload);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dsched_controller.cpp162 handler->HandleReportHisysEvent(resType, value, payload); in DispatchOtherResource()
H A Dcgroup_event_handler.cpp864 void CgroupEventHandler::HandleReportHisysEvent(uint32_t resType, int64_t value, const nlohmann::js… in HandleReportHisysEvent() function in OHOS::ResourceSchedule::CgroupEventHandler
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/fuzztest/cgroupsched_fuzzer/
H A Dcgroupsched_fuzzer.cpp683 cgroupEventHandler->HandleReportHisysEvent(resType, value, payload); in HandleReportHisysEventFuzzTest()
685 cgroupEventHandler->HandleReportHisysEvent(resType, value, payload); in HandleReportHisysEventFuzzTest()