Home
last modified time | relevance | path

Searched refs:GetActiveAbilityListFromUIAbilityManager (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_exit_reason_helper.h44 … void GetActiveAbilityListFromUIAbilityManager(int32_t uid, std::vector<std::string> &abilityLists,
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_exit_reason_helper.cpp136 GetActiveAbilityListFromUIAbilityManager(uid, abilityLists, pid); in RecordProcessExitReason()
216 void AppExitReasonHelper::GetActiveAbilityListFromUIAbilityManager(int32_t uid, std::vector<std::st… in GetActiveAbilityListFromUIAbilityManager() function in OHOS::AAFwk::AppExitReasonHelper
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrappexitreasonhelper_fuzzer/
H A Dabilitymgrappexitreasonhelper_fuzzer.cpp87 infos->GetActiveAbilityListFromUIAbilityManager(uid, abilityLists, pid); in DoSomethingInterestingWithMyAPI()