Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp473 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 Dbundle_mgr_slite_feature.cpp169 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 Dbundle_install_msg.h53 } 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 Dgt_bundle_manager_service.h80 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 Dbundle_mgr_slite_feature.h46 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 Dbundlems_slite_client.h59 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 Dbundle_manager_inner.cpp62 PreAppList *InitPreAppInfo(void) in InitPreAppInfo()
67 void InsertPreAppInfo(const char *filePath, PreAppList *list) in InsertPreAppInfo()
72 void SetPreAppInfo(PreAppList *list) in SetPreAppInfo()
H A Dbundlems_slite_client.cpp262 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 Dbundle_service_interface.h64 PreAppList *(*InitPreAppInfo)(void);
65 void (*InsertPreAppInfo)(const char *filePath, PreAppList *list);
66 void (*SetPreAppInfo)(PreAppList *list);