/ohos5.0/base/startup/appspawn/test/moduletest/threadpool/ |
H A D | thread_manager.c | 171 OH_ListRemoveAll(&task->executorList, NULL); in DeleteTask() 327 OH_ListRemoveAll(&mgr->taskList, TaskQueueDestroyProc); in DestroyThreadMgr() 328 OH_ListRemoveAll(&mgr->waitingTaskQueue, TaskQueueDestroyProc); in DestroyThreadMgr() 329 OH_ListRemoveAll(&mgr->executingTaskQueue, TaskQueueDestroyProc); in DestroyThreadMgr() 330 OH_ListRemoveAll(&mgr->executorQueue, TaskQueueDestroyProc); in DestroyThreadMgr()
|
/ohos5.0/base/startup/appspawn/standard/ |
H A D | appspawn_appmgr.c | 96 OH_ListRemoveAll(&mgr->appQueue, NULL); in DeleteAppSpawnMgr() 97 OH_ListRemoveAll(&mgr->diedQueue, NULL); in DeleteAppSpawnMgr() 98 OH_ListRemoveAll(&mgr->appSpawnQueue, SpawningQueueDestroy); in DeleteAppSpawnMgr() 99 OH_ListRemoveAll(&mgr->extData, ExtDataDestroy); in DeleteAppSpawnMgr()
|
/ohos5.0/base/startup/init/ueventd/ |
H A D | ueventd_read_cfg.c | 442 OH_ListRemoveAll(&g_devices, FreeDeviceConfig); in CloseUeventConfig() 443 OH_ListRemoveAll(&g_sysDevices, FreeSysUdevConf); in CloseUeventConfig() 444 OH_ListRemoveAll(&g_firmwares, FreeFirmwareUdevConf); in CloseUeventConfig()
|
/ohos5.0/base/startup/init/interfaces/innerkits/include/ |
H A D | list.h | 189 void OH_ListRemoveAll(ListNode *head, ListDestroyProc destroyProc);
|
/ohos5.0/base/startup/init/interfaces/innerkits/hookmgr/ |
H A D | hookmgr.c | 88 OH_ListRemoveAll(&(stage->hooks), NULL); in hookStageDestroy() 311 OH_ListRemoveAll(&(hookMgr->stages), hookStageDestroy); in HookMgrDestroy()
|
/ohos5.0/base/startup/init/services/utils/ |
H A D | list.c | 202 void OH_ListRemoveAll(ListNode *head, ListDestroyProc destroyProc) in OH_ListRemoveAll() function
|
/ohos5.0/base/startup/init/test/unittest/modules/ |
H A D | sysevent_unittest.cpp | 96 OH_ListRemoveAll(&events, BootEventDestroyProc);
|
/ohos5.0/base/startup/init/services/sandbox/ |
H A D | sandbox.c | 610 OH_ListRemoveAll(&sandbox->linksHead, FreeSandboxLinkInfo); in DestroySandbox() 611 OH_ListRemoveAll(&sandbox->fileMountsHead, FreeSandboxMountInfo); in DestroySandbox() 612 OH_ListRemoveAll(&sandbox->pathMountsHead, FreeSandboxMountInfo); in DestroySandbox()
|
/ohos5.0/base/startup/init/interfaces/innerkits/ |
H A D | libbegetutil.versionscript | 56 OH_ListRemoveAll;
|
/ohos5.0/base/startup/init/services/loopevent/timer/ |
H A D | le_timer.c | 168 OH_ListRemoveAll(&loop->timerList, TimerNodeDestroyProc); in DestroyTimerList()
|
/ohos5.0/base/startup/init/interfaces/innerkits/control_fd/ |
H A D | control_fd_service.c | 197 OH_ListRemoveAll(&g_cmdService.head, CmdServiceDestroyProc); in CmdServiceProcessDestroyClient()
|
/ohos5.0/base/startup/init/interfaces/innerkits/modulemgr/ |
H A D | modulemgr.c | 274 OH_ListRemoveAll(&(moduleMgr->modules), ModuleDestroy); in ModuleMgrUninstall()
|
/ohos5.0/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_expand.c | 301 OH_ListRemoveAll(&g_sandboxExpandCfgList, NULL); in ClearExpandAppSandboxConfigHandle()
|
H A D | sandbox_cfgvar.c | 365 OH_ListRemoveAll(&g_sandboxVarList, NULL); in ClearVariable()
|
/ohos5.0/base/startup/init/services/modules/bootevent/ |
H A D | bootevent.c | 301 OH_ListRemoveAll(&bootEventList, BootEventDestroy); in BootCompleteClearAll()
|
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_msg.c | 286 OH_ListRemoveAll(&reqNode->msgBlocks, FreeMsgBlock); in DeleteAppSpawnReqMsg()
|