Home
last modified time | relevance | path

Searched refs:GetApplicationInfoV9 (Results 1 - 25 of 29) sorted by relevance

12

/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,
/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()
/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()) 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 Dfms_form_mgr_adapter_test2.cpp1535 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 Dbundle_permission_mgr.cpp411 auto res = dataMgr->GetApplicationInfoV9(bundleName, in GetHapApiVersion()
636 auto res = dataMgr->GetApplicationInfoV9(callingBundleName, in VerifyCallingBundleSdkVersion()
H A Dbundle_data_mgr.cpp1284 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 Dbundle_mgr_host_impl.cpp91 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 Dinner_bundle_info.cpp2216 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 Dbms_bundle_mgr_proxy_test.cpp155 * @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 Dform_bms_helper.cpp390 return IN_PROCESS_CALL(iBundleMgr->GetApplicationInfoV9(bundleName, AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, in GetApplicationInfo()
H A Dform_mgr_adapter.cpp2815 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 Dbundlemgrproxy_fuzzer.cpp162 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 Dfms_form_event_util_test.cpp1113 EXPECT_CALL(*bmsProxy, GetApplicationInfoV9(_, _, _, _)) in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h101 virtual ErrCode GetApplicationInfoV9( in GetApplicationInfoV9() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h69 virtual ErrCode GetApplicationInfoV9(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1266 * @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 Dbundle_mgr_host_impl.h69 virtual ErrCode GetApplicationInfoV9(
H A Dbundle_data_mgr.h247 ErrCode GetApplicationInfoV9(
H A Dinner_bundle_info.h1150 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 Dbms_bundle_permission_false_test.cpp141 * @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 Dbms_bundle_permission_system_app_test.cpp178 * @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 Dbms_overlay_internal_install_test.cpp274 auto ret = bundleMgrProxy->GetApplicationInfoV9(appName, in GetApplicationInfo()
/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( 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 Dbundle_manager.cpp283 ErrCode ret = iBundleMgr->GetApplicationInfoV9(bundleName, flags, userId, appInfo); in InnerGetApplicationInfo()
3533 iBundleMgr->GetApplicationInfoV9(bundleName, flags, userId, appInfo)); in GetApplicationInfoSync()

Completed in 92 milliseconds

12