Searched refs:GetActiveAbilityListFromUIAbilityManager (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | app_exit_reason_helper.h | 44 void GetActiveAbilityListFromUIAbilityManager(int32_t uid, std::vector<std::string> &abilityLists,
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrappexitreasonhelper_fuzzer/ |
H A D | abilitymgrappexitreasonhelper_fuzzer.cpp | 87 infos->GetActiveAbilityListFromUIAbilityManager(uid, abilityLists, pid); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | app_exit_reason_helper.cpp | 136 GetActiveAbilityListFromUIAbilityManager(uid, abilityLists, pid); in RecordProcessExitReason() 216 void AppExitReasonHelper::GetActiveAbilityListFromUIAbilityManager(int32_t uid, std::vector<std::string> &abilityLists, in GetActiveAbilityListFromUIAbilityManager() function in OHOS::AAFwk::AppExitReasonHelper
|
/foundation/ability/ability_runtime/test/unittest/app_exit_reason_helper_test/ |
H A D | app_exit_reason_helper_test.cpp | 215 * @tc.desc: GetActiveAbilityListFromUIAbilityManager
235 appExitReasonHelper_->GetActiveAbilityListFromUIAbilityManager(uid, abilityLists, pid);
in HWTEST_F()
|
Completed in 2 milliseconds