/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,
|
/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()
|
/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()) in HWTEST_F() 300 EXPECT_CALL(*mockBms_, GetApplicationInfoV9(_, _, _, _)).Times(testing::AnyNumber()).WillRepeatedly(Return(ERR_OK)); in HWTEST_F()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test2.cpp | 1535 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _)).Times(1)
in HWTEST_F() 1559 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _)).Times(1)
in HWTEST_F() 1583 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _)).Times(1)
in HWTEST_F() 1920 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _)).Times(1)
in HWTEST_F() 1948 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _)).Times(1)
in HWTEST_F() 1976 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _))
in HWTEST_F() 2404 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _)).Times(1)
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_permission_mgr.cpp | 411 auto res = dataMgr->GetApplicationInfoV9(bundleName, in GetHapApiVersion() 636 auto res = dataMgr->GetApplicationInfoV9(callingBundleName, in VerifyCallingBundleSdkVersion()
|
H A D | bundle_data_mgr.cpp | 1284 innerBundleInfo.GetApplicationInfoV9(static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), in QueryAbilityInfoWithFlagsV9() 1680 info.GetApplicationInfoV9(static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), in EmplaceAbilityInfo() 2405 ErrCode BundleDataMgr::GetApplicationInfoV9( in GetApplicationInfoV9() function in OHOS::AppExecFwk::BundleDataMgr 2423 LOG_NOFUNC_E(BMS_TAG_QUERY, "GetApplicationInfoV9 failed -n:%{public}s -u:%{public}d -i:%{public}d", in GetApplicationInfoV9() 2429 ret = innerBundleInfo.GetApplicationInfoV9(flags, responseUserId, appInfo, appIndex); in GetApplicationInfoV9() 2431 LOG_NOFUNC_E(BMS_TAG_QUERY, "GetApplicationInfoV9 failed -n:%{public}s -u:%{public}d -i:%{public}d", in GetApplicationInfoV9() 2456 "GetApplicationInfoV9 failed, bundleName:%{public}s, requestUserId:%{public}d", in GetApplicationInfoWithResponseId() 2462 ret = innerBundleInfo.GetApplicationInfoV9(flags, responseUserId, appInfo); in GetApplicationInfoWithResponseId() 2465 "GetApplicationInfoV9 failed, bundleName:%{public}s, responseUserId:%{public}d", in GetApplicationInfoWithResponseId() 2617 ret = info.GetApplicationInfoV9(flag in GetCloneAppInfoV9() [all...] |
H A D | bundle_mgr_host_impl.cpp | 91 ErrCode BundleMgrHostImpl::GetApplicationInfoV9( in GetApplicationInfoV9() function in OHOS::AppExecFwk::BundleMgrHostImpl 95 LOG_D(BMS_TAG_QUERY, "GetApplicationInfoV9 bundleName:%{public}s flags:%{public}d userId:%{public}d", in GetApplicationInfoV9() 112 return dataMgr->GetApplicationInfoV9(appName, flags, userId, appInfo); in GetApplicationInfoV9() 1650 if (dataMgr == nullptr || dataMgr->GetApplicationInfoV9(bundleName, in CleanBundleDataFiles()
|
H A D | inner_bundle_info.cpp | 2216 ErrCode InnerBundleInfo::GetApplicationInfoV9(int32_t flags, int32_t userId, ApplicationInfo &appInfo, in GetApplicationInfoV9() function in OHOS::AppExecFwk::InnerBundleInfo 2377 GetApplicationInfoV9(static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_METADATA), userId, in ProcessBundleFlags() 2380 GetApplicationInfoV9(static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), userId, in ProcessBundleFlags()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/ |
H A D | bms_bundle_mgr_proxy_test.cpp | 155 * @tc.name: test the GetApplicationInfoV9 157 * 2. test GetApplicationInfoV9 168 auto res = bundleMgrProxy.GetApplicationInfoV9(appName, flags, userId, appInfo); in HWTEST_F() 171 res = bundleMgrProxy.GetApplicationInfoV9(appName, flags, userId, appInfo); in HWTEST_F()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_bms_helper.cpp | 390 return IN_PROCESS_CALL(iBundleMgr->GetApplicationInfoV9(bundleName, AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, in GetApplicationInfo()
|
H A D | form_mgr_adapter.cpp | 2815 if (IN_PROCESS_CALL(iBundleMgr->GetApplicationInfoV9(bundleName, AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, in CheckIsSystemAppByBundleName()
|
/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), appInfo); in DoSomethingInterestingWithMyAPI()
|
/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(_, _, _, _))
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 101 virtual ErrCode GetApplicationInfoV9( in GetApplicationInfoV9() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 69 virtual ErrCode GetApplicationInfoV9(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 1266 * @tc.name: test GetApplicationInfoV9 proxy 1285 auto ret = dataMgr->GetApplicationInfoV9(BUNDLE_BACKUP_NAME, 0, USERID, appInfo); in HWTEST_F() 1293 * @tc.name: test GetApplicationInfoV9 proxy 1302 auto ret = dataMgr->GetApplicationInfoV9("", 0, USERID, appInfo); in HWTEST_F() 1352 * @tc.name: Test GetApplicationInfoV9 1353 * @tc.desc: 1.Test the GetApplicationInfoV9 of InnerBundleInfo 1362 auto ret = info.GetApplicationInfoV9(permissionFlag, allUserId, appInfo); in HWTEST_F() 1375 ret = info.GetApplicationInfoV9(permissionFlag, notExistUserId, appInfo); in HWTEST_F() 1379 ret = info.GetApplicationInfoV9(metaDataFlag, notExistUserId, appInfo); in HWTEST_F() 2368 ErrCode retCode = hostImpl->GetApplicationInfoV9("", flag in HWTEST_F() [all...] |
/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 | 247 ErrCode GetApplicationInfoV9(
|
H A D | inner_bundle_info.h | 1150 ErrCode GetApplicationInfoV9(int32_t flags, int32_t userId, ApplicationInfo &appInfo, int32_t appIndex = 0) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 141 * @tc.name: test GetApplicationInfoV9 of BundleMgrHostImpl 143 * 2. GetApplicationInfoV9 false by no permission 148 ErrCode ret = bundleMgrHostImpl_->GetApplicationInfoV9(BUNDLE_NAME, FLAGS, USERID, appInfo); in HWTEST_F()
|
H A D | bms_bundle_permission_system_app_test.cpp | 178 * @tc.name: test GetApplicationInfoV9 of BundleMgrHostImpl 180 * 2. GetApplicationInfoV9 false by no permission 185 ErrCode ret = bundleMgrHostImpl_->GetApplicationInfoV9(BUNDLE_NAME, FLAGS, USERID, appInfo); in HWTEST_F()
|
/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()
|
/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( in HWTEST_F() 1899 auto getInfoResult = bundleMgrProxy->GetApplicationInfoV9( in HWTEST_F() 1924 auto getInfoResult = bundleMgrProxy->GetApplicationInfoV9( in HWTEST_F() 1953 auto getInfoResult = bundleMgrProxy->GetApplicationInfoV9( in HWTEST_F() 1989 auto getInfoResult = bundleMgrProxy->GetApplicationInfoV9( in HWTEST_F()
|
/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() 3533 iBundleMgr->GetApplicationInfoV9(bundleName, flags, userId, appInfo)); in GetApplicationInfoSync()
|