Searched refs:PARAM_PERSIST_PREFIX (Results 1 – 3 of 3) sorted by relevance
32 return (strncmp(name, PARAM_PERSIST_PREFIX, strlen(PARAM_PERSIST_PREFIX)) == 0) ? 1 : 0; in IsNeedToSave()107 const char *prefix = PARAM_PERSIST_PREFIX; in BatchSavePersistParam()112 const char *prefix = PARAM_PERSIST_PREFIX; in BatchSavePersistParam()
54 #define PARAM_PERSIST_PREFIX "persist." macro
147 if (strncmp(name, PARAM_PERSIST_PREFIX, strlen(PARAM_PERSIST_PREFIX)) == 0) { in SystemSetParam()