Home
last modified time | relevance | path

Searched refs:InsertPreAppInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_mgr_slite_feature.cpp42 .InsertPreAppInfo = BundleMgrSliteFeature::InsertPreAppInfo,
174 void BundleMgrSliteFeature::InsertPreAppInfo(const char *filePath, PreAppList *list) in InsertPreAppInfo() function in OHOS::BundleMgrSliteFeature
176 OHOS::GtManagerService::GetInstance().InsertPreAppInfo(filePath, list); in InsertPreAppInfo()
H A Dgt_bundle_manager_service.cpp1284 InsertPreAppInfo(appPath, (PreAppList *)&list->appDoubleList); in QueryPreAppInfo()
1291 void GtManagerService::InsertPreAppInfo(const char *filePath, PreAppList *list) in InsertPreAppInfo() function in OHOS::GtManagerService
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/
H A Dbundle_manager_inner.cpp67 void InsertPreAppInfo(const char *filePath, PreAppList *list) in InsertPreAppInfo() function
69 OHOS::BundleMsClient::GetInstance().InsertPreAppInfo(filePath, list); in InsertPreAppInfo()
H A Dbundlems_slite_client.cpp270 void BundleMsClient::InsertPreAppInfo (const char *filePath, PreAppList *list) const in InsertPreAppInfo() function in OHOS::BundleMsClient
278 bmsProxy_->InsertPreAppInfo(filePath, list); in InsertPreAppInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/slite/
H A Dbundle_install_msg.h147 void InsertPreAppInfo(const char *filePath, PreAppList *list);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/
H A Dbundlems_slite_client.h61 void InsertPreAppInfo(const char *filePath, PreAppList *list) const;
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/
H A Dbundle_service_interface.h65 void (*InsertPreAppInfo)(const char *filePath, PreAppList *list); member
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_mgr_slite_feature.h47 static void InsertPreAppInfo(const char *filePath, PreAppList *list);
H A Dgt_bundle_manager_service.h81 void InsertPreAppInfo(const char *filePath, PreAppList *list);