Searched refs:ExplicitQueryExtensionInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_data_mgr.h | 1077 bool ExplicitQueryExtensionInfo(const Want &want, int32_t flags, int32_t userId,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 5171 bool ret = ExplicitQueryExtensionInfo(want, flags, requestUserId, info, appIndex); in QueryExtensionAbilityInfos() 5298 bool BundleDataMgr::ExplicitQueryExtensionInfo(const Want &want, int32_t flags, int32_t userId, in ExplicitQueryExtensionInfo() function in OHOS::AppExecFwk::BundleDataMgr 6350 ret = ExplicitQueryExtensionInfo(want, GET_EXTENSION_INFO_DEFAULT, userId, extensionInfo); in QueryInfoAndSkillsByElement() 6419 ret = ExplicitQueryExtensionInfo(want, GET_EXTENSION_INFO_DEFAULT, userId, extensionInfo); in GetElement() 8746 ErrCode ret = ExplicitQueryExtensionInfo(want, flags, requestUserId, info, appIndex); in QueryAllCloneExtensionInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 3475 testRet = GetBundleDataMgr()->ExplicitQueryExtensionInfo( 4065 bool testRet = GetBundleDataMgr()->ExplicitQueryExtensionInfo(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 2775 bool testRet = GetBundleDataMgr()->ExplicitQueryExtensionInfo(
|