Home
last modified time | relevance | path

Searched refs:GetNextWorkSpace (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/startup/init/services/param/manager/
H A Dparam_manager.c106 WorkSpace *workSpace = GetNextWorkSpace(NULL); in SystemTraversalParameter()
108 workSpace = GetNextWorkSpace(workSpace); in SystemTraversalParameter()
111 WorkSpace *next = GetNextWorkSpace(workSpace); in SystemTraversalParameter()
230 WorkSpace *workSpace = GetNextWorkSpace(NULL); in SystemDumpParameters()
232 WorkSpace *next = GetNextWorkSpace(workSpace); in SystemDumpParameters()
252 WorkSpace *workSpace = GetNextWorkSpace(NULL); in SysCheckParamExist()
255 WorkSpace *next = GetNextWorkSpace(workSpace); in SysCheckParamExist()
531 INIT_LOCAL_API WorkSpace *GetNextWorkSpace(WorkSpace *curr) in GetNextWorkSpace() function
H A Dparam_persist.c116 WorkSpace *workSpace = GetNextWorkSpace(NULL); in BatchSavePersistParam()
118 WorkSpace *next = GetNextWorkSpace(workSpace); in BatchSavePersistParam()
/ohos5.0/base/startup/init/services/param/include/
H A Dparam_manager.h127 INIT_LOCAL_API WorkSpace *GetNextWorkSpace(WorkSpace *curr);