Home
last modified time | relevance | path

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 Dcgroup_event_handler.h67 … 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 Dsched_controller.cpp240 { handler->HandleReportRunningLockEvent(resType, value, payload); } }, in InitDispatchResFuncMap()
H A Dcgroup_event_handler.cpp826 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 Dcgroupsched_fuzzer.cpp654 cgroupEventHandler->HandleReportRunningLockEvent(resType, value, payload); in HandleReportRunningLockEventFuzzTest()
656 cgroupEventHandler->HandleReportRunningLockEvent(resType, value, payload); in HandleReportRunningLockEventFuzzTest()