Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_key.h59 void GetAllBundleNames(std::vector<std::string> &bundleNames);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_key.cpp146 void PendingWantKey::GetAllBundleNames(std::vector<std::string> &bundleNames) in GetAllBundleNames() function in OHOS::AAFwk::PendingWantKey
H A Dpending_want_manager.cpp617 pendingRecord->GetKey()->GetAllBundleNames(bundleNameVec); in ClearPendingWantRecordTask()