Home
last modified time | relevance | path

Searched refs:batchSaveBegin (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/startup/init/services/param/include/
H A Dparam_persist.h41 int (*batchSaveBegin)(PERSIST_SAVE_HANDLE *handle); member
46 int (*batchSaveBegin)(PERSIST_SAVE_HANDLE *handle);
/ohos5.0/base/startup/init/services/param/manager/
H A Dparam_persist.c96 if (g_persistWorkSpace.persistParamOps.batchSaveBegin == NULL || in BatchSavePersistParam()
103 int ret = g_persistWorkSpace.persistParamOps.batchSaveBegin(&handle); in BatchSavePersistParam()
111 int ret = g_persistWorkSpace.persistParamOps.batchSaveBegin(handle); in BatchSavePersistParam()
/ohos5.0/base/startup/init/services/param/liteos/
H A Dparam_persistadp.c131 ops->batchSaveBegin = BatchSavePersistParamBegin; in RegisterPersistParamOps()
H A Dparam_hal.c246 ops->batchSaveBegin = BatchSavePersistParamBegin; in RegisterPersistParamOps()
/ohos5.0/base/startup/init/services/param/adapter/
H A Dparam_persistadp.c301 ops->batchSaveBegin = BatchSavePersistParamBegin; in RegisterPersistParamOps()