Home
last modified time | relevance | path

Searched refs:HandleGetBundleArchiveInfoWithIntFlagsV9 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h356 ErrCode HandleGetBundleArchiveInfoWithIntFlagsV9(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_bundle_mgr_host_test/
H A Dbms_bundle_mgr_host_test.cpp538 ErrCode res = bundleMgrHost.HandleGetBundleArchiveInfoWithIntFlagsV9(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp224 errCode = this->HandleGetBundleArchiveInfoWithIntFlagsV9(data, reply); in OnRemoteRequest()
1518 ErrCode BundleMgrHost::HandleGetBundleArchiveInfoWithIntFlagsV9(MessageParcel &data, MessageParcel … in HandleGetBundleArchiveInfoWithIntFlagsV9() function in OHOS::AppExecFwk::BundleMgrHost