Searched refs:HandleReportRunningLockEvent (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 | 67 … void HandleReportRunningLockEvent(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 | 240 { handler->HandleReportRunningLockEvent(resType, value, payload); } }, in InitDispatchResFuncMap()
|
H A D | cgroup_event_handler.cpp | 826 void CgroupEventHandler::HandleReportRunningLockEvent(uint32_t resType, int64_t value, const nlohma… in HandleReportRunningLockEvent() function in OHOS::ResourceSchedule::CgroupEventHandler
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/fuzztest/cgroupsched_fuzzer/ |
H A D | cgroupsched_fuzzer.cpp | 654 cgroupEventHandler->HandleReportRunningLockEvent(resType, value, payload); in HandleReportRunningLockEventFuzzTest() 656 cgroupEventHandler->HandleReportRunningLockEvent(resType, value, payload); in HandleReportRunningLockEventFuzzTest()
|