Home
last modified time | relevance | path

Searched refs:GetBundleInfosNoReplication (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_mgr_slite_feature.cpp37 .GetBundleInfosNoReplication = BundleMgrSliteFeature::GetBundleInfosNoReplication,
149 uint8_t BundleMgrSliteFeature::GetBundleInfosNoReplication(const int flags, BundleInfo **bundleInfo… in GetBundleInfosNoReplication() function in OHOS::BundleMgrSliteFeature
151 … return OHOS::GtManagerService::GetInstance().GetBundleInfosNoReplication(flags, bundleInfos, len); in GetBundleInfosNoReplication()
H A Dbundle_map.cpp218 uint8_t BundleMap::GetBundleInfosNoReplication(int32_t flags, BundleInfo **bundleInfos, int32_t *le… in GetBundleInfosNoReplication() function in OHOS::BundleMap
H A Dgt_bundle_manager_service.cpp403 uint8_t GtManagerService::GetBundleInfosNoReplication(const int flags, BundleInfo **bundleInfos, in… in GetBundleInfosNoReplication() function in OHOS::GtManagerService
408 return bundleMap_->GetBundleInfosNoReplication(flags, bundleInfos, len); in GetBundleInfosNoReplication()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/
H A Dbundle_manager_inner.cpp42 uint8_t GetBundleInfosNoReplication(const int flags, BundleInfo **bundleInfos, int32_t *len) in GetBundleInfosNoReplication() function
44 return OHOS::BundleMsClient::GetInstance().GetBundleInfosNoReplication(flags, bundleInfos, len); in GetBundleInfosNoReplication()
H A Dbundlems_slite_client.cpp218 uint8_t BundleMsClient::GetBundleInfosNoReplication (const int flags, BundleInfo **bundleInfos, int… in GetBundleInfosNoReplication() function in OHOS::BundleMsClient
226 return bmsProxy_->GetBundleInfosNoReplication(flags, bundleInfos, len); in GetBundleInfosNoReplication()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_map.h39 … uint8_t GetBundleInfosNoReplication(int32_t flags, BundleInfo **bundleInfos, int32_t *len) const;
H A Dbundle_mgr_slite_feature.h42 …static uint8_t GetBundleInfosNoReplication(const int flags, BundleInfo **bundleInfos, int32_t *len…
H A Dgt_bundle_manager_service.h60 uint8_t GetBundleInfosNoReplication(const int flags, BundleInfo **bundleInfos, int32_t *len);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/slite/
H A Dbundle_install_msg.h104 uint8_t GetBundleInfosNoReplication(const int flags, BundleInfo **bundleInfos, int32_t *len);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/
H A Dbundlems_slite_client.h55 …uint8_t GetBundleInfosNoReplication(const int flags, BundleInfo **bundleInfos, int32_t *len) const;
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/
H A Dbundle_service_interface.h60 uint8_t (*GetBundleInfosNoReplication)(const int flags, BundleInfo **bundleInfos, int32_t *len); member