Home
last modified time | relevance | path

Searched refs:GetBundleInfoV9 (Results 1 - 25 of 59) sorted by relevance

123

/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_bundle_manager.h36 ErrCode GetBundleInfoV9(
51 MOCK_METHOD(ErrCode, GetBundleInfoV9,
60 ErrCode GetBundleInfoV9(
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_bundle_manager.cpp33 ErrCode BundleMgrService::GetBundleInfoV9( in GetBundleInfoV9() function in OHOS::AppExecFwk::BundleMgrService
36 GTEST_LOG_(INFO) << "MOCK BundleMgrService GetBundleInfoV9"; in GetBundleInfoV9()
38 GTEST_LOG_(INFO) << "MOCK BundleMgrService GetBundleInfoV9 use mock"; in GetBundleInfoV9()
39 return impl->GetBundleInfoV9(bundleName, flags, bundleInfo, userId); in GetBundleInfoV9()
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_bundle_mgr.h32 MOCK_METHOD4(GetBundleInfoV9,
49 MOCK_METHOD4(GetBundleInfoV9,
H A Dmock_bundle_manager.h92 virtual ErrCode GetBundleInfoV9(const std::string &bundleName, int32_t flags,
132 MOCK_METHOD(ErrCode, GetBundleInfoV9,
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundleinfo_fuzzer/
H A Dgetbundleinfo_fuzzer.cpp35 bundleMgrProxy.GetBundleInfoV9(bundleName, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dboundle_mgr_wrap_to_c.cpp48 bundleMgrProxy->GetBundleInfoV9(bundleName, OHOS::AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT | in GetBundleInfoFromUid()
/foundation/bundlemanager/app_domain_verify/frameworks/common/src/bms/
H A Dbundle_info_query.cpp40 auto ret = bundleMgrProxy->GetBundleInfoV9(bundleName, in GetBundleInfo()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_add_form_test/
H A Dfms_form_mgr_add_form_test.cpp235 EXPECT_CALL(*mockBundleMgrService, GetBundleInfoV9(_, _, _, _)) in HWTEST_F()
325 EXPECT_CALL(*mockBundleMgrService, GetBundleInfoV9(_, _, _, _)) in HWTEST_F()
408 EXPECT_CALL(*mockBundleMgrService, GetBundleInfoV9(_, _, _, _)) in HWTEST_F()
564 EXPECT_CALL(*mockBundleMgrService, GetBundleInfoV9(_, _, _, _)) in HWTEST_F()
743 EXPECT_CALL(*mockBundleMgrService, GetBundleInfoV9(_, _, _, _)) in HWTEST_F()
817 EXPECT_CALL(*mockBundleMgrService, GetBundleInfoV9(_, _, _, _)) in HWTEST_F()
891 EXPECT_CALL(*mockBundleMgrService, GetBundleInfoV9(_, _, _, _)) in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h146 ErrCode GetBundleInfoV9(const std::string& bundleName, int32_t userId, BundleInfo &bundleInfo);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/
H A Dutd_handler.cpp67 ErrCode ret = dataMgr->GetBundleInfoV9(bundleName, flags, bundleInfo, userId); in GetEntryHapPath()
/foundation/distributedhardware/device_manager/utils/src/appInfo/standard/
H A Dapp_manager.cpp61 int ret = bundleManager->GetBundleInfoV9( in GetAppId()
65 LOGE(" GetBundleInfoV9 failed %{public}d.", ret); in GetAppId()
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_bundle_manager_proxy.h43 MOCK_METHOD4(GetBundleInfoV9, ErrCode(const std::string&, int32_t, AppExecFwk::BundleInfo&, int32_t));
H A Dmock_bundle_manager_service.h45 MOCK_METHOD4(GetBundleInfoV9, ErrCode(const std::string&, int32_t, AppExecFwk::BundleInfo&, int32_t));
/foundation/ability/form_fwk/test/mock/src/
H A Dmock_bundle_manager.cpp94 ErrCode BundleMgrService::GetBundleInfoV9(const std::string &bundleName, int32_t flags, in GetBundleInfoV9() function in OHOS::AppExecFwk::BundleMgrService
/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/bms_test/
H A Dbundle_info_query_test.cpp100 EXPECT_CALL(*mocBundleMgrService, GetBundleInfoV9(_, _, _, _)).WillOnce(Return(ERR_NO_MEMORY)); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/checker/
H A Dbundle_checker.cpp91 result = bundleManager->GetBundleInfoV9(info.bundleName, in GetBundleAppId()
95 ZLOGE("GetBundleInfoV9 failed result:%{public}d, bundleName:%{public}s, uid:%{public}d", in GetBundleAppId()
/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp245 ErrCode FormBmsHelper::GetBundleInfoV9(const std::string& bundleName, int32_t userId, BundleInfo &bundleInfo) in GetBundleInfoV9() function in OHOS::AppExecFwk::FormBmsHelper
253 if (IN_PROCESS_CALL(iBundleMgr->GetBundleInfoV9(bundleName, in GetBundleInfoV9()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp337 ErrCode r2 = innerBundleInfo.GetBundleInfoV9(0, bundleInfo, userId, appIndex); in HWTEST_F()
341 ErrCode r3 = innerBundleInfo.GetBundleInfoV9(0, bundleInfo, userId, appIndex2); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager.cpp312 ErrCode ret = dataMgr->GetBundleInfoV9( in KillRunningApp()
315 LOG_W(BMS_TAG_DEFAULT, "GetBundleInfoV9 failed"); in KillRunningApp()
499 ErrCode ret = dataMgr->GetBundleInfoV9(bundleName, in CheckCanDispose()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h69 ErrCode GetBundleInfoV9(
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp107 bmHelper->GetBundleInfoV9(stringParam, int32Param, bundleInfo, int32Param); in BundleMgrHelperFuzztest1()
/foundation/window/window_manager/window_scene/common/src/
H A Dsession_permission.cpp247 bool ret = bundleManagerServiceProxy->GetBundleInfoV9( in IsSameAppAsCalling()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp248 ret = bms->GetBundleInfoV9(bundleName, in GetLocalBundleInfoV9()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp174 ErrCode ret = dataMgr_->GetBundleInfoV9(bundleName, baseFlag, bundleInfo, Constants::ANY_USERID); in CheckAppIsUpdatedByUser()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp845 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9("", in HWTEST_F()
877 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName, in HWTEST_F()
909 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName, in HWTEST_F()
942 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName, in HWTEST_F()
976 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName, in HWTEST_F()
1010 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName, in HWTEST_F()
1045 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName, in HWTEST_F()
1081 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName, in HWTEST_F()
1115 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName, in HWTEST_F()
1152 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appNam in HWTEST_F()
[all...]

Completed in 22 milliseconds

123