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 D | cgroup_event_handler.h | 68 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 D | sched_controller.cpp | 162 handler->HandleReportHisysEvent(resType, value, payload); in DispatchOtherResource()
|
H A D | cgroup_event_handler.cpp | 864 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 D | cgroupsched_fuzzer.cpp | 683 cgroupEventHandler->HandleReportHisysEvent(resType, value, payload); in HandleReportHisysEventFuzzTest() 685 cgroupEventHandler->HandleReportHisysEvent(resType, value, payload); in HandleReportHisysEventFuzzTest()
|