Home
last modified time | relevance | path

Searched refs:extensionState (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/
H A Damsmgrscheduler_fuzzer.cpp95 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 Dcgroup_event_handler.h43 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 Dcgroup_event_handler.cpp263 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 Dcgroupsched_fuzzer.cpp1034 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