Searched refs:InsertPreAppInfo (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_mgr_slite_feature.cpp | 42 .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 D | gt_bundle_manager_service.cpp | 1284 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 D | bundle_manager_inner.cpp | 67 void InsertPreAppInfo(const char *filePath, PreAppList *list) in InsertPreAppInfo() function 69 OHOS::BundleMsClient::GetInstance().InsertPreAppInfo(filePath, list); in InsertPreAppInfo()
|
H A D | bundlems_slite_client.cpp | 270 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 D | bundle_install_msg.h | 147 void InsertPreAppInfo(const char *filePath, PreAppList *list);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/ |
H A D | bundlems_slite_client.h | 61 void InsertPreAppInfo(const char *filePath, PreAppList *list) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/ |
H A D | bundle_service_interface.h | 65 void (*InsertPreAppInfo)(const char *filePath, PreAppList *list); member
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_mgr_slite_feature.h | 47 static void InsertPreAppInfo(const char *filePath, PreAppList *list);
|
H A D | gt_bundle_manager_service.h | 81 void InsertPreAppInfo(const char *filePath, PreAppList *list);
|