Searched refs:extensionState (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/ |
H A D | amsmgrscheduler_fuzzer.cpp | 95 AppExecFwk::ExtensionState extensionState = AppExecFwk::ExtensionState::EXTENSION_STATE_READY; in DoSomethingInterestingWithMyAPI() local 96 amsMgrScheduler->UpdateExtensionState(token, extensionState); in DoSomethingInterestingWithMyAPI()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/ |
H A D | cgroup_event_handler.h | 43 const std::string& abilityName, uintptr_t token, int32_t extensionState, int32_t abilityType);
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/ |
H A D | cgroup_event_handler.cpp | 263 const std::string& abilityName, uintptr_t token, int32_t extensionState, int32_t abilityType) in HandleExtensionStateChanged() 270 __func__, uid, pid, bundleName.c_str(), abilityName.c_str(), extensionState, abilityType); in HandleExtensionStateChanged() 272 if (extensionState == (int32_t)(ExtensionState::EXTENSION_STATE_TERMINATED)) { in HandleExtensionStateChanged() 289 abiInfo->estate_ = extensionState; in HandleExtensionStateChanged() 262 HandleExtensionStateChanged(uid_t uid, pid_t pid, const std::string& bundleName, const std::string& abilityName, uintptr_t token, int32_t extensionState, int32_t abilityType) HandleExtensionStateChanged() argument
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/test/fuzztest/cgroupsched_fuzzer/ |
H A D | cgroupsched_fuzzer.cpp | 1034 int32_t extensionState = GetData<int32_t>(); in HandleExtensionStateChangedFuzzTest() local 1040 uid, pid, bundleName, abilityName, token, extensionState, abilityType); in HandleExtensionStateChangedFuzzTest() 1043 uid, pid, bundleName, abilityName, token, extensionState, abilityType); in HandleExtensionStateChangedFuzzTest()
|
Completed in 5 milliseconds