Home
last modified time | relevance | path

Searched refs:GetApplicationInfoV9 (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_bundle_mgr.h30 …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 Dmock_bundle_manager.h135 MOCK_METHOD(ErrCode, GetApplicationInfoV9,
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getapplicationinfo_fuzzer/
H A Dgetapplicationinfo_fuzzer.cpp35 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 Dfms_form_mgr_publish_form_test.cpp255 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 Dfms_form_mgr_adapter_test2.cpp1417 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 Dusb_mass_storage_notification.cpp134 int32_t resultCode = bundleMgr->GetApplicationInfoV9(bundleNameTemp.replace( in GetFilemanagerBundleName()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp413 auto res = dataMgr->GetApplicationInfoV9(bundleName, in GetHapApiVersion()
638 auto res = dataMgr->GetApplicationInfoV9(callingBundleName, in VerifyCallingBundleSdkVersion()
H A Dbundle_data_mgr.cpp1270 …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 Dbundle_mgr_host_impl.cpp94 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 Dinner_bundle_info.cpp2342 ErrCode InnerBundleInfo::GetApplicationInfoV9(int32_t flags, int32_t userId, ApplicationInfo &appIn… in GetApplicationInfoV9() function in OHOS::AppExecFwk::InnerBundleInfo
2508GetApplicationInfoV9(static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_METADATA),… in ProcessBundleFlags()
2511GetApplicationInfoV9(static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), userI… in ProcessBundleFlags()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp389 …return IN_PROCESS_CALL(iBundleMgr->GetApplicationInfoV9(bundleName, AppExecFwk::BundleFlag::GET_BU… in GetApplicationInfo()
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dcommon_utils.cpp312 bundleMgr->GetApplicationInfoV9(bundleName, 0, userId, info); in CheckAppInstalled()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp162 …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 Dbms_bundle_manager_test.cpp1286 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 Dfms_form_event_util_test.cpp1113 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _))
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h102 virtual ErrCode GetApplicationInfoV9( in GetApplicationInfoV9() function
H A Dbundle_mgr_proxy.h69 virtual ErrCode GetApplicationInfoV9(
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_overlay_install_test/
H A Dbms_overlay_internal_install_test.cpp274 auto ret = bundleMgrProxy->GetApplicationInfoV9(appName, in GetApplicationInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h69 virtual ErrCode GetApplicationInfoV9(
H A Dbundle_data_mgr.h245 ErrCode GetApplicationInfoV9(
H A Dinner_bundle_info.h1172 …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 Dbms_bundle_permission_system_app_test.cpp185 ErrCode ret = bundleMgrHostImpl_->GetApplicationInfoV9(BUNDLE_NAME, FLAGS, USERID, appInfo);
H A Dbms_bundle_permission_false_test.cpp148 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 Dacts_bms_kit_system_test.cpp1863 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 Dbundle_manager.cpp283 ErrCode ret = iBundleMgr->GetApplicationInfoV9(bundleName, flags, userId, appInfo); in InnerGetApplicationInfo()
3545 iBundleMgr->GetApplicationInfoV9(bundleName, flags, userId, appInfo)); in GetApplicationInfoSync()

12