/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlearchiveinfo_fuzzer/ |
H A D | getbundlearchiveinfo_fuzzer.cpp | 36 bundleMgrProxy.GetBundleArchiveInfoV9(hapFilePath, reinterpret_cast<uintptr_t>(data), bundleInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 229 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 D | bundle_mgr_interface.h | 643 virtual ErrCode GetBundleArchiveInfoV9( in GetBundleArchiveInfoV9() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 477 virtual ErrCode GetBundleArchiveInfoV9(
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager_sync.cpp | 702 iBundleMgr->GetBundleArchiveInfoV9(hapFilePath, bundleFlags, bundleInfo)); in GetBundleArchiveInfoSync()
|
H A D | bundle_manager.cpp | 181 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 D | bundle_mgr_host_impl.h | 457 virtual ErrCode GetBundleArchiveInfoV9(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 448 * @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 D | bms_bundle_permission_system_app_test.cpp | 415 * @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 D | bms_bundle_manager_test.cpp | 2837 * @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 D | acts_bms_kit_system_test.cpp | 7496 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 D | bundle_mgr_host_impl.cpp | 1096 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 D | bundle_mgr_host.cpp | 1518 ErrCode ret = GetBundleArchiveInfoV9(hapFilePath, flags, info); in HandleGetBundleArchiveInfoWithIntFlagsV9()
|
H A D | bundle_mgr_proxy.cpp | 1505 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()
|