Searched refs:HandleReportKeyThread (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 | 63 void HandleReportKeyThread(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 | 228 { handler->HandleReportKeyThread(resType, value, payload); } }, in InitDispatchResFuncMap()
|
H A D | cgroup_event_handler.cpp | 655 void CgroupEventHandler::HandleReportKeyThread(uint32_t resType, int64_t value, const nlohmann::jso… in HandleReportKeyThread() function in OHOS::ResourceSchedule::CgroupEventHandler
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/fuzztest/cgroupsched_fuzzer/ |
H A D | cgroupsched_fuzzer.cpp | 573 cgroupEventHandler->HandleReportKeyThread(resType, value, payload); in HandleReportKeyThreadFuzzTest() 575 cgroupEventHandler->HandleReportKeyThread(resType, value, payload); in HandleReportKeyThreadFuzzTest()
|