Home
last modified time | relevance | path

Searched refs:GetBundleArchiveInfoV9 (Results 1 - 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlearchiveinfo_fuzzer/
H A Dgetbundlearchiveinfo_fuzzer.cpp36 bundleMgrProxy.GetBundleArchiveInfoV9(hapFilePath, reinterpret_cast<uintptr_t>(data), bundleInfo); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp229 bundleMgrProxy.GetBundleArchiveInfoV9(std::string(reinterpret_cast<const char*>(data), size), 0, bundleInfo); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h643 virtual ErrCode GetBundleArchiveInfoV9( in GetBundleArchiveInfoV9() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h477 virtual ErrCode GetBundleArchiveInfoV9(
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager_sync.cpp702 iBundleMgr->GetBundleArchiveInfoV9(hapFilePath, bundleFlags, bundleInfo)); in GetBundleArchiveInfoSync()
H A Dbundle_manager.cpp181 ErrCode ret = iBundleMgr->GetBundleArchiveInfoV9(hapFilePath, flags, bundleInfo); in InnerGetBundleArchiveInfo()
182 APP_LOGD("GetBundleArchiveInfoV9 ErrCode : %{public}d", ret); in InnerGetBundleArchiveInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h457 virtual ErrCode GetBundleArchiveInfoV9(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp448 * @tc.name: test GetBundleArchiveInfoV9 of BundleMgrHostImpl
450 * 2. GetBundleArchiveInfoV9 false by no permission
455 ErrCode ret = bundleMgrHostImpl_->GetBundleArchiveInfoV9(HAP_FILE_PATH, FLAGS, bundleInfo); in HWTEST_F()
H A Dbms_bundle_permission_system_app_test.cpp415 * @tc.name: test GetBundleArchiveInfoV9 of BundleMgrHostImpl
417 * 2. GetBundleArchiveInfoV9 false by no permission
422 ErrCode ret = bundleMgrHostImpl_->GetBundleArchiveInfoV9(HAP_FILE_PATH, FLAGS, bundleInfo); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2837 * @tc.desc: 1.test GetBundleArchiveInfoV9
2844 ErrCode retCode = hostImpl->GetBundleArchiveInfoV9("", flags, bundleInfo); in HWTEST_F()
2846 retCode = hostImpl->GetBundleArchiveInfoV9("/data/storage/el2/base/noExist", flags, bundleInfo); in HWTEST_F()
2848 retCode = hostImpl->GetBundleArchiveInfoV9("/data/storage/el2/base", flags, bundleInfo); in HWTEST_F()
3031 * @tc.desc: 1.test GetBundleArchiveInfoV9
3039 ErrCode retCode = hostImpl->GetBundleArchiveInfoV9(bundlePath, flags, bundleInfo); in HWTEST_F()
3046 * @tc.desc: 1.test GetBundleArchiveInfoV9
3054 ErrCode retCode = hostImpl->GetBundleArchiveInfoV9(bundlePath, flags, bundleInfo); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp7496 bundleMgrProxy->GetBundleArchiveInfoV9(hapFilePath, 0, bundleInfo); in HWTEST_F()
7516 bundleMgrProxy->GetBundleArchiveInfoV9("", 0, bundleInfo); in HWTEST_F()
7535 ErrCode getInfoResult = bundleMgrProxy->GetBundleArchiveInfoV9(hapFilePath, in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1096 ErrCode BundleMgrHostImpl::GetBundleArchiveInfoV9( in GetBundleArchiveInfoV9() function in OHOS::AppExecFwk::BundleMgrHostImpl
1099 APP_LOGD("start GetBundleArchiveInfoV9, hapFilePath : %{private}s, flags : %{public}d", in GetBundleArchiveInfoV9()
1120 APP_LOGE("GetBundleArchiveInfoV9 file path %{private}s invalid", hapFilePath.c_str()); in GetBundleArchiveInfoV9()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1518 ErrCode ret = GetBundleArchiveInfoV9(hapFilePath, flags, info); in HandleGetBundleArchiveInfoWithIntFlagsV9()
H A Dbundle_mgr_proxy.cpp1505 ErrCode BundleMgrProxy::GetBundleArchiveInfoV9(const std::string &hapFilePath, int32_t flags, BundleInfo &bundleInfo) in GetBundleArchiveInfoV9() function in OHOS::AppExecFwk::BundleMgrProxy
1508 APP_LOGD("begin to GetBundleArchiveInfoV9 with int flags of %{private}s", hapFilePath.c_str()); in GetBundleArchiveInfoV9()
1510 APP_LOGE("fail to GetBundleArchiveInfoV9 due to params empty"); in GetBundleArchiveInfoV9()
1516 APP_LOGE("fail to GetBundleArchiveInfoV9 due to write InterfaceToken fail"); in GetBundleArchiveInfoV9()
1520 APP_LOGE("fail to GetBundleArchiveInfoV9 due to write hapFilePath fail"); in GetBundleArchiveInfoV9()
1524 APP_LOGE("fail to GetBundleArchiveInfoV9 due to write flags fail"); in GetBundleArchiveInfoV9()

Completed in 102 milliseconds