Home
last modified time | relevance | path

Searched refs:OH_ListRemoveAll (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/startup/appspawn/test/moduletest/threadpool/
H A Dthread_manager.c171 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 Dappspawn_appmgr.c96 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 Dueventd_read_cfg.c442 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 Dlist.h189 void OH_ListRemoveAll(ListNode *head, ListDestroyProc destroyProc);
/ohos5.0/base/startup/init/interfaces/innerkits/hookmgr/
H A Dhookmgr.c88 OH_ListRemoveAll(&(stage->hooks), NULL); in hookStageDestroy()
311 OH_ListRemoveAll(&(hookMgr->stages), hookStageDestroy); in HookMgrDestroy()
/ohos5.0/base/startup/init/services/utils/
H A Dlist.c202 void OH_ListRemoveAll(ListNode *head, ListDestroyProc destroyProc) in OH_ListRemoveAll() function
/ohos5.0/base/startup/init/test/unittest/modules/
H A Dsysevent_unittest.cpp96 OH_ListRemoveAll(&events, BootEventDestroyProc);
/ohos5.0/base/startup/init/services/sandbox/
H A Dsandbox.c610 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 Dlibbegetutil.versionscript56 OH_ListRemoveAll;
/ohos5.0/base/startup/init/services/loopevent/timer/
H A Dle_timer.c168 OH_ListRemoveAll(&loop->timerList, TimerNodeDestroyProc); in DestroyTimerList()
/ohos5.0/base/startup/init/interfaces/innerkits/control_fd/
H A Dcontrol_fd_service.c197 OH_ListRemoveAll(&g_cmdService.head, CmdServiceDestroyProc); in CmdServiceProcessDestroyClient()
/ohos5.0/base/startup/init/interfaces/innerkits/modulemgr/
H A Dmodulemgr.c274 OH_ListRemoveAll(&(moduleMgr->modules), ModuleDestroy); in ModuleMgrUninstall()
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_expand.c301 OH_ListRemoveAll(&g_sandboxExpandCfgList, NULL); in ClearExpandAppSandboxConfigHandle()
H A Dsandbox_cfgvar.c365 OH_ListRemoveAll(&g_sandboxVarList, NULL); in ClearVariable()
/ohos5.0/base/startup/init/services/modules/bootevent/
H A Dbootevent.c301 OH_ListRemoveAll(&bootEventList, BootEventDestroy); in BootCompleteClearAll()
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_msg.c286 OH_ListRemoveAll(&reqNode->msgBlocks, FreeMsgBlock); in DeleteAppSpawnReqMsg()