Home
last modified time | relevance | path

Searched refs:GetBundleInfoV9 (Results 1 – 25 of 53) sorted by relevance

123

/ohos5.0/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(
/ohos5.0/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
39 return impl->GetBundleInfoV9(bundleName, flags, bundleInfo, userId); in GetBundleInfoV9()
/ohos5.0/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,
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/
H A Dbundle_manager_adapter.cpp89 int32_t BundleManagerAdapter::GetBundleInfoV9(const std::string &bundleName, AppExecFwk::BundleFlag… in GetBundleInfoV9() function in OHOS::Security::DlpPermission::BundleManagerAdapter
98 return proxy_->GetBundleInfoV9(bundleName, flag, bundleInfo, userId); in GetBundleInfoV9()
H A Dbundle_manager_adapter.h38 int32_t GetBundleInfoV9(const std::string &bundleName, AppExecFwk::BundleFlag flag,
/ohos5.0/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()
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
H A Ddlp_bundle_adapter_test.cpp65 int32_t result = BundleManagerAdapter::GetInstance().GetBundleInfoV9(
/ohos5.0/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(_, _, _, _))
325 EXPECT_CALL(*mockBundleMgrService, GetBundleInfoV9(_, _, _, _))
408 EXPECT_CALL(*mockBundleMgrService, GetBundleInfoV9(_, _, _, _))
564 EXPECT_CALL(*mockBundleMgrService, GetBundleInfoV9(_, _, _, _))
743 EXPECT_CALL(*mockBundleMgrService, GetBundleInfoV9(_, _, _, _))
817 EXPECT_CALL(*mockBundleMgrService, GetBundleInfoV9(_, _, _, _))
891 EXPECT_CALL(*mockBundleMgrService, GetBundleInfoV9(_, _, _, _))
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/src/bms/
H A Dbundle_info_query.cpp41 auto ret = bundleMgrProxy->GetBundleInfoV9(bundleName, in GetBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/
H A Dutd_handler.cpp67 ErrCode ret = dataMgr->GetBundleInfoV9(bundleName, flags, bundleInfo, userId); in GetEntryHapPath()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp245 ErrCode FormBmsHelper::GetBundleInfoV9(const std::string& bundleName, int32_t userId, BundleInfo &b… in GetBundleInfoV9() function in OHOS::AppExecFwk::FormBmsHelper
253 if (IN_PROCESS_CALL(iBundleMgr->GetBundleInfoV9(bundleName, in GetBundleInfoV9()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h146 ErrCode GetBundleInfoV9(const std::string& bundleName, int32_t userId, BundleInfo &bundleInfo);
/ohos5.0/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));
/ohos5.0/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
/ohos5.0/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);
341 ErrCode r3 = innerBundleInfo.GetBundleInfoV9(0, bundleInfo, userId, appIndex2);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp107 bmHelper->GetBundleInfoV9(stringParam, int32Param, bundleInfo, int32Param); in BundleMgrHelperFuzztest1()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h66 ErrCode GetBundleInfoV9(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager.cpp312 ErrCode ret = dataMgr->GetBundleInfoV9( in KillRunningApp()
499 ErrCode ret = dataMgr->GetBundleInfoV9(bundleName, in CheckCanDispose()
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dsession_permission.cpp249 bool ret = bundleManagerServiceProxy->GetBundleInfoV9( in IsSameAppAsCalling()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp530 ErrCode BundleMgrHelper::GetBundleInfoV9( in GetBundleInfoV9() function in OHOS::AppExecFwk::BundleMgrHelper
541 return bundleMgr->GetBundleInfoV9(bundleName, flags, bundleInfo, userId); in GetBundleInfoV9()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp248 ret = bms->GetBundleInfoV9(bundleName, in GetLocalBundleInfoV9()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp1755 EXPECT_CALL(*bmsProxy, GetBundleInfoV9(_, _, _, _)).Times(1).WillOnce(Invoke(bmsTask));
1798 EXPECT_CALL(*bmsProxy, GetBundleInfoV9(_, _, _, _)).Times(1).WillOnce(Invoke(bmsTask));
1841 EXPECT_CALL(*bmsProxy, GetBundleInfoV9(_, _, _, _)).Times(1).WillOnce(Invoke(bmsTask));
/ohos5.0/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("",
877 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName,
909 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName,
942 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName,
976 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName,
1010 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName,
1045 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName,
1081 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName,
1115 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName,
1152 auto getInfoResult = bundleMgrProxy->GetBundleInfoV9(appName,
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp759 auto ret = bundleMgrHelper->GetBundleInfoV9(bundleName, flags, bundleInfo, userId);

123