Home
last modified time | relevance | path

Searched refs:EVENT_ID_REG_APP_STATE_OBSERVER (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dcgroup_event_handler.cpp40 constexpr uint32_t EVENT_ID_REG_APP_STATE_OBSERVER = 1; variable
76 case EVENT_ID_REG_APP_STATE_OBSERVER: { in ProcessEvent()
80 eventId = EVENT_ID_REG_APP_STATE_OBSERVER; in ProcessEvent()
132 this->RemoveTask(std::to_string(EVENT_ID_REG_APP_STATE_OBSERVER)); in HandleAbilityAdded()
134 uint32_t eventId = EVENT_ID_REG_APP_STATE_OBSERVER; in HandleAbilityAdded()
175 this->RemoveTask(std::to_string(EVENT_ID_REG_APP_STATE_OBSERVER)); in HandleAbilityRemoved()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/fuzztest/cgroupsched_fuzzer/
H A Dcgroupsched_fuzzer.cpp39 #define EVENT_ID_REG_APP_STATE_OBSERVER 1 macro
294 int32_t eventId1 = EVENT_ID_REG_APP_STATE_OBSERVER; in ProcessEventFuzzTest()