Searched refs:appDoubleList (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_manager_service.cpp | 481 …_LIST_FOR_EACH_ENTRY_SAFE(currentNode, nextNode, &list->appDoubleList, PreAppList, appDoubleList) { in InstallAllSystemBundle() 574 …_LIST_FOR_EACH_ENTRY_SAFE(currentNode, nextNode, &list->appDoubleList, PreAppList, appDoubleList) { in ScanSystemApp() 1235 LOS_ListInit(&list->appDoubleList); in InitPreAppInfo() 1284 InsertPreAppInfo(appPath, (PreAppList *)&list->appDoubleList); in QueryPreAppInfo() 1312 LOS_ListTailInsert(&list->appDoubleList, &app->appDoubleList); in InsertPreAppInfo() 1333 …_LIST_FOR_EACH_ENTRY_SAFE(currentNode, nextNode, &list->appDoubleList, PreAppList, appDoubleList) { in FreePreAppInfo() 1335 LOS_ListDelete(&(currentNode->appDoubleList)); in FreePreAppInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/slite/ |
H A D | bundle_install_msg.h | 51 LOS_DL_LIST appDoubleList; member
|