Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h973 void QueryAllCloneExtensionInfos(const Want &want, int32_t flags, int32_t userId,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2559 dataMgr->QueryAllCloneExtensionInfos(want, flag, userId, extensionInfos); in QueryExtensionAbilityInfos()
2625 dataMgr->QueryAllCloneExtensionInfos(want, flag, userId, infos); in QueryExtensionAbilityInfos()
H A Dbundle_data_mgr.cpp8722 void BundleDataMgr::QueryAllCloneExtensionInfos(const Want &want, int32_t flags, int32_t userId, in QueryAllCloneExtensionInfos() function in OHOS::AppExecFwk::BundleDataMgr