Searched refs:commit (Results 1 – 4 of 4) sorted by relevance
/base/startup/init/services/param/liteos/ |
D | param_client.c | 80 long long commit = GetSystemCommitId(); in SystemWaitParameter() local 81 if (commit != globalCommit) { in SystemWaitParameter() 88 globalCommit = commit; in SystemWaitParameter()
|
/base/startup/init/services/param/manager/ |
D | param_persist.c | 146 long long commit = GetPersistCommitId(); in CheckAndSavePersistParam() local 147 PARAM_LOGV("CheckAndSavePersistParam commit %lld %lld", commit, g_persistWorkSpace.commitId); in CheckAndSavePersistParam() 148 if (g_persistWorkSpace.commitId == commit) { in CheckAndSavePersistParam() 151 g_persistWorkSpace.commitId = commit; in CheckAndSavePersistParam()
|
/base/startup/init/test/moduletest/ |
D | param_test_cmds.c | 95 long long commit = GetSystemCommitId(); in HandleParamChange2() local 97 printf("[%zu] Receive parameter commit %lld change %s %s \n", index, commit, key, value); in HandleParamChange2() 136 long long commit = GetSystemCommitId(); in HandleParamChange1() local 138 printf("[%zu] Receive parameter commit %lld change %s %s \n", index, commit, key, value); in HandleParamChange1()
|
/base/inputmethod/imf/ |
D | README_zh.md | 76 4. commit完成即可
|