Home
last modified time | relevance | path

Searched refs:BatchSavePersistParamEnd (Results 1 - 3 of 3) sorted by relevance

/base/startup/init/services/param/liteos/
H A Dparam_persistadp.c107 static void BatchSavePersistParamEnd(PERSIST_SAVE_HANDLE handle) in BatchSavePersistParamEnd() function
122 PARAM_CHECK(ret == 0, return, "BatchSavePersistParamEnd %s fail error %d", PARAM_PERSIST_SAVE_TMP_PATH, errno); in BatchSavePersistParamEnd()
133 ops->batchSaveEnd = BatchSavePersistParamEnd; in RegisterPersistParamOps()
H A Dparam_hal.c230 static void BatchSavePersistParamEnd(PERSIST_SAVE_HANDLE handle) in BatchSavePersistParamEnd() function
237 PARAM_CHECK(ret == 0, return, "BatchSavePersistParamEnd fail error %d", errno); in BatchSavePersistParamEnd()
248 ops->batchSaveEnd = BatchSavePersistParamEnd; in RegisterPersistParamOps()
/base/startup/init/services/param/adapter/
H A Dparam_persistadp.c273 static void BatchSavePersistParamEnd(PERSIST_SAVE_HANDLE handle[]) in BatchSavePersistParamEnd() function
315 ops->batchSaveEnd = BatchSavePersistParamEnd; in RegisterPersistParamOps()

Completed in 2 milliseconds