Searched refs:PreAppList (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_manager_service.cpp | 473 PreAppList *list = preAppList_; in InstallAllSystemBundle() 479 PreAppList *currentNode = nullptr; in InstallAllSystemBundle() 480 PreAppList *nextNode = nullptr; in InstallAllSystemBundle() 562 PreAppList *list = preAppList_; in ScanSystemApp() 571 PreAppList *currentNode = nullptr; in ScanSystemApp() 572 PreAppList *nextNode = nullptr; in ScanSystemApp() 1225 PreAppList *list = (PreAppList *)AdapterMalloc(sizeof(PreAppList)); in InitPreAppInfo() 1230 if (memset_s(list, sizeof(PreAppList), 0, sizeof(PreAppList)) != EOK) { in InitPreAppInfo() 1297 PreAppList *app = (PreAppList *)AdapterMalloc(sizeof(PreAppList)); in InsertPreAppInfo() 1302 if (memset_s(app, sizeof(PreAppList), 0, sizeof(PreAppList)) != 0) { in InsertPreAppInfo() [all …]
|
H A D | bundle_mgr_slite_feature.cpp | 169 PreAppList *BundleMgrSliteFeature::InitPreAppInfo() in InitPreAppInfo() 174 void BundleMgrSliteFeature::InsertPreAppInfo(const char *filePath, PreAppList *list) in InsertPreAppInfo() 179 void BundleMgrSliteFeature::SetPreAppInfo(PreAppList *list) in SetPreAppInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/slite/ |
H A D | bundle_install_msg.h | 53 } PreAppList; typedef 138 PreAppList *InitPreAppInfo(void); 147 void InsertPreAppInfo(const char *filePath, PreAppList *list); 155 void SetPreAppInfo(PreAppList *list);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | gt_bundle_manager_service.h | 80 PreAppList *InitPreAppInfo(void); 81 void InsertPreAppInfo(const char *filePath, PreAppList *list); 82 void SetPreAppInfo(PreAppList *list); 105 void QueryPreAppInfo(const char *appDir, PreAppList *list); 106 void FreePreAppInfo(const PreAppList *list); 121 PreAppList *preAppList_;
|
H A D | bundle_mgr_slite_feature.h | 46 static PreAppList *InitPreAppInfo(); 47 static void InsertPreAppInfo(const char *filePath, PreAppList *list); 48 static void SetPreAppInfo(PreAppList *list);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/ |
H A D | bundlems_slite_client.h | 59 PreAppList *InitPreAppInfo(void) const; 61 void InsertPreAppInfo(const char *filePath, PreAppList *list) const; 63 void SetPreAppInfo(PreAppList *list) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/ |
H A D | bundle_manager_inner.cpp | 62 PreAppList *InitPreAppInfo(void) in InitPreAppInfo() 67 void InsertPreAppInfo(const char *filePath, PreAppList *list) in InsertPreAppInfo() 72 void SetPreAppInfo(PreAppList *list) in SetPreAppInfo()
|
H A D | bundlems_slite_client.cpp | 262 PreAppList *BundleMsClient::InitPreAppInfo () const in InitPreAppInfo() 270 void BundleMsClient::InsertPreAppInfo (const char *filePath, PreAppList *list) const in InsertPreAppInfo() 281 void BundleMsClient::SetPreAppInfo(PreAppList *list) const in SetPreAppInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/ |
H A D | bundle_service_interface.h | 64 PreAppList *(*InitPreAppInfo)(void); 65 void (*InsertPreAppInfo)(const char *filePath, PreAppList *list); 66 void (*SetPreAppInfo)(PreAppList *list);
|