Home
last modified time | relevance | path

Searched refs:BatchSavePersistParam (Results 1 - 4 of 4) sorted by relevance

/base/startup/init/services/param/manager/
H A Dparam_persist.c93 static int BatchSavePersistParam(void) in BatchSavePersistParam() function
95 PARAM_LOGV("BatchSavePersistParam"); in BatchSavePersistParam()
161 (void)BatchSavePersistParam(); in CheckAndSavePersistParam()
213 return BatchSavePersistParam(); in WritePersistParam()
242 ret = BatchSavePersistParam(); in LoadPersistParams()
274 int ret = BatchSavePersistParam(); in LoadPrivatePersistParams()
/base/startup/init/services/param/liteos/
H A Dparam_persistadp.c99 static int BatchSavePersistParam(PERSIST_SAVE_HANDLE handle, const char *name, const char *value) in BatchSavePersistParam() function
103 PARAM_LOGV("BatchSavePersistParam %s=%s", name, value); in BatchSavePersistParam()
132 ops->batchSave = BatchSavePersistParam; in RegisterPersistParamOps()
H A Dparam_hal.c221 static int BatchSavePersistParam(PERSIST_SAVE_HANDLE handle, const char *name, const char *value) in BatchSavePersistParam() function
226 PARAM_LOGV("BatchSavePersistParam %s=%s", name, value); in BatchSavePersistParam()
247 ops->batchSave = BatchSavePersistParam; in RegisterPersistParamOps()
/base/startup/init/services/param/adapter/
H A Dparam_persistadp.c260 static int BatchSavePersistParam(PERSIST_SAVE_HANDLE handle[], const char *name, const char *value) in BatchSavePersistParam() function
314 ops->batchSave = BatchSavePersistParam; in RegisterPersistParamOps()

Completed in 3 milliseconds