Searched refs:BatchSavePersistParam (Results 1 - 4 of 4) sorted by relevance
/base/startup/init/services/param/manager/ |
H A D | param_persist.c | 93 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 D | param_persistadp.c | 99 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 D | param_hal.c | 221 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 D | param_persistadp.c | 260 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