Searched refs:HandleApplicationStateChanged (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 | 38 …void HandleApplicationStateChanged(uid_t uid, pid_t pid, const std::string& bundleName, int32_t st…
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
H A D | app_state_observer.cpp | 189 cgHandler->HandleApplicationStateChanged(uid, pid, bundleName, state); in OnApplicationStateChanged()
|
H A D | cgroup_event_handler.cpp | 190 void CgroupEventHandler::HandleApplicationStateChanged(uid_t uid, pid_t pid, in HandleApplicationStateChanged() function in OHOS::ResourceSchedule::CgroupEventHandler
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/fuzztest/cgroupsched_fuzzer/ |
H A D | cgroupsched_fuzzer.cpp | 953 cgroupEventHandler->HandleApplicationStateChanged(uid, pid, packageName, state); in HandleApplicationStateChangedFuzzTest() 955 cgroupEventHandler->HandleApplicationStateChanged(uid, pid, packageName, state); in HandleApplicationStateChangedFuzzTest()
|