/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_bundle_mgr.h | 30 …MOCK_METHOD4(GetApplicationInfoV9, ErrCode(const std::string &, int32_t, int32_t, ApplicationInfo … 47 …MOCK_METHOD4(GetApplicationInfoV9, ErrCode(const std::string &, int32_t, int32_t, ApplicationInfo …
|
H A D | mock_bundle_manager.h | 135 MOCK_METHOD(ErrCode, GetApplicationInfoV9,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getapplicationinfo_fuzzer/ |
H A D | getapplicationinfo_fuzzer.cpp | 35 bundleMgrProxy.GetApplicationInfoV9(appName, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_publish_form_test/ |
H A D | fms_form_mgr_publish_form_test.cpp | 255 EXPECT_CALL(*mockBms_, GetApplicationInfoV9(_, _, _, _)).Times(testing::AnyNumber()) 300 …EXPECT_CALL(*mockBms_, GetApplicationInfoV9(_, _, _, _)).Times(testing::AnyNumber()).WillRepeatedl…
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test2.cpp | 1417 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _)).Times(1) 1441 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _)).Times(1) 1465 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _)).Times(1) 1813 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _)).Times(1) 1841 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _)).Times(1) 1869 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _)) 2297 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _)).Times(1)
|
/ohos5.0/base/usb/usb_manager/services/native/src/ |
H A D | usb_mass_storage_notification.cpp | 134 int32_t resultCode = bundleMgr->GetApplicationInfoV9(bundleNameTemp.replace( in GetFilemanagerBundleName()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_permission_mgr.cpp | 413 auto res = dataMgr->GetApplicationInfoV9(bundleName, in GetHapApiVersion() 638 auto res = dataMgr->GetApplicationInfoV9(callingBundleName, in VerifyCallingBundleSdkVersion()
|
H A D | bundle_data_mgr.cpp | 1270 …innerBundleInfo.GetApplicationInfoV9(static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO… in QueryAbilityInfoWithFlagsV9() 1663 … info.GetApplicationInfoV9(static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), in EmplaceAbilityInfo() 2390 ErrCode BundleDataMgr::GetApplicationInfoV9( in GetApplicationInfoV9() function in OHOS::AppExecFwk::BundleDataMgr 2413 ret = innerBundleInfo.GetApplicationInfoV9(flags, responseUserId, appInfo, appIndex); in GetApplicationInfoV9() 2446 ret = innerBundleInfo.GetApplicationInfoV9(flags, responseUserId, appInfo); in GetApplicationInfoWithResponseId() 2601 ret = info.GetApplicationInfoV9(flags, userId, cloneAppInfo, appIndex); in GetCloneAppInfoV9() 2633 if (info.GetApplicationInfoV9(flags, responseUserId, appInfo) == ERR_OK) { in GetApplicationInfosV9() 5435 innerBundleInfo.GetApplicationInfoV9( in ExplicitQueryExtensionInfoV9() 5870 info.GetApplicationInfoV9(static_cast<int32_t>( in EmplaceExtensionInfo() 5945 info.GetApplicationInfoV9(static_cast<int32_t>( in GetAllExtensionInfos()
|
H A D | bundle_mgr_host_impl.cpp | 94 ErrCode BundleMgrHostImpl::GetApplicationInfoV9( in GetApplicationInfoV9() function in OHOS::AppExecFwk::BundleMgrHostImpl 115 return dataMgr->GetApplicationInfoV9(appName, flags, userId, appInfo); in GetApplicationInfoV9() 1700 if (dataMgr == nullptr || dataMgr->GetApplicationInfoV9(bundleName, in CleanBundleDataFiles()
|
H A D | inner_bundle_info.cpp | 2342 ErrCode InnerBundleInfo::GetApplicationInfoV9(int32_t flags, int32_t userId, ApplicationInfo &appIn… in GetApplicationInfoV9() function in OHOS::AppExecFwk::InnerBundleInfo 2508 …GetApplicationInfoV9(static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_METADATA),… in ProcessBundleFlags() 2511 …GetApplicationInfoV9(static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), userI… in ProcessBundleFlags()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_bms_helper.cpp | 389 …return IN_PROCESS_CALL(iBundleMgr->GetApplicationInfoV9(bundleName, AppExecFwk::BundleFlag::GET_BU… in GetApplicationInfo()
|
/ohos5.0/base/location/frameworks/location_common/common/source/ |
H A D | common_utils.cpp | 312 bundleMgr->GetApplicationInfoV9(bundleName, 0, userId, info); in CheckAppInstalled()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 162 …bundleMgrProxy.GetApplicationInfoV9(bundleName + "1", 0, reinterpret_cast<uintptr_t>(data), appInf… in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 1286 auto ret = dataMgr->GetApplicationInfoV9(BUNDLE_BACKUP_NAME, 0, USERID, appInfo); 1303 auto ret = dataMgr->GetApplicationInfoV9("", 0, USERID, appInfo); 1363 auto ret = info.GetApplicationInfoV9(permissionFlag, allUserId, appInfo); 1376 ret = info.GetApplicationInfoV9(permissionFlag, notExistUserId, appInfo); 1380 ret = info.GetApplicationInfoV9(metaDataFlag, notExistUserId, appInfo); 2369 ErrCode retCode = hostImpl->GetApplicationInfoV9("", flags, USERID, appInfo);
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/ |
H A D | fms_form_event_util_test.cpp | 1113 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _))
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 102 virtual ErrCode GetApplicationInfoV9( in GetApplicationInfoV9() function
|
H A D | bundle_mgr_proxy.h | 69 virtual ErrCode GetApplicationInfoV9(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_overlay_install_test/ |
H A D | bms_overlay_internal_install_test.cpp | 274 auto ret = bundleMgrProxy->GetApplicationInfoV9(appName, in GetApplicationInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 69 virtual ErrCode GetApplicationInfoV9(
|
H A D | bundle_data_mgr.h | 245 ErrCode GetApplicationInfoV9(
|
H A D | inner_bundle_info.h | 1172 …ErrCode GetApplicationInfoV9(int32_t flags, int32_t userId, ApplicationInfo &appInfo, int32_t appI…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 185 ErrCode ret = bundleMgrHostImpl_->GetApplicationInfoV9(BUNDLE_NAME, FLAGS, USERID, appInfo);
|
H A D | bms_bundle_permission_false_test.cpp | 148 ErrCode ret = bundleMgrHostImpl_->GetApplicationInfoV9(BUNDLE_NAME, FLAGS, USERID, appInfo);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 1863 auto getInfoResult = bundleMgrProxy->GetApplicationInfoV9( 1899 auto getInfoResult = bundleMgrProxy->GetApplicationInfoV9( 1924 auto getInfoResult = bundleMgrProxy->GetApplicationInfoV9( 1953 auto getInfoResult = bundleMgrProxy->GetApplicationInfoV9( 1989 auto getInfoResult = bundleMgrProxy->GetApplicationInfoV9(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 283 ErrCode ret = iBundleMgr->GetApplicationInfoV9(bundleName, flags, userId, appInfo); in InnerGetApplicationInfo() 3545 iBundleMgr->GetApplicationInfoV9(bundleName, flags, userId, appInfo)); in GetApplicationInfoSync()
|