Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/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, b… in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h644 virtual ErrCode GetBundleArchiveInfoV9( in GetBundleArchiveInfoV9() function
H A Dbundle_mgr_proxy.h477 virtual ErrCode GetBundleArchiveInfoV9(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2845 ErrCode retCode = hostImpl->GetBundleArchiveInfoV9("", flags, bundleInfo);
2847 retCode = hostImpl->GetBundleArchiveInfoV9("/data/storage/el2/base/noExist", flags, bundleInfo);
2849 retCode = hostImpl->GetBundleArchiveInfoV9("/data/storage/el2/base", flags, bundleInfo);
3040 ErrCode retCode = hostImpl->GetBundleArchiveInfoV9(bundlePath, flags, bundleInfo);
3055 ErrCode retCode = hostImpl->GetBundleArchiveInfoV9(bundlePath, flags, bundleInfo);
/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h457 virtual ErrCode GetBundleArchiveInfoV9(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp396 ErrCode ret = bundleMgrHostImpl_->GetBundleArchiveInfoV9(HAP_FILE_PATH, FLAGS, bundleInfo);
H A Dbms_bundle_permission_false_test.cpp455 ErrCode ret = bundleMgrHostImpl_->GetBundleArchiveInfoV9(HAP_FILE_PATH, FLAGS, bundleInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp7444 bundleMgrProxy->GetBundleArchiveInfoV9(hapFilePath, 0, bundleInfo);
7464 bundleMgrProxy->GetBundleArchiveInfoV9("", 0, bundleInfo);
7483 ErrCode getInfoResult = bundleMgrProxy->GetBundleArchiveInfoV9(hapFilePath,
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1526 ErrCode ret = GetBundleArchiveInfoV9(hapFilePath, flags, info); in HandleGetBundleArchiveInfoWithIntFlagsV9()
H A Dbundle_mgr_proxy.cpp1473 ErrCode BundleMgrProxy::GetBundleArchiveInfoV9(const std::string &hapFilePath, int32_t flags, Bundl… in GetBundleArchiveInfoV9() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1117 ErrCode BundleMgrHostImpl::GetBundleArchiveInfoV9( in GetBundleArchiveInfoV9() function in OHOS::AppExecFwk::BundleMgrHostImpl