Home
last modified time | relevance | path

Searched refs:PARAM_LOGI (Results 1 – 15 of 15) sorted by relevance

/base/startup/init/services/param/liteos/
Dparam_service.c64 PARAM_LOGI("InitParamService %s", DATA_PATH); in InitParamService()
97 PARAM_LOGI("StopParamService."); in StopParamService()
127 PARAM_LOGI("ParamServiceTask start"); in ParamServiceTask()
Dparam_hal.c131 PARAM_LOGI("LoadPersistParam open file %s", path); in LoadPersistParam()
165 PARAM_LOGI("LoadPersistParam paramNum %d", paramNum); in LoadPersistParam()
Dparam_client.c113 PARAM_LOGI("SystemWaitParameter name %s value: %s diff %d timeout %d", name, value, diff, diff); in SystemWaitParameter()
/base/startup/init/test/unittest/param/
Dclient_unittest.cpp29PARAM_LOGI("ClientCheckParamValue name %s value: \'%s\' expectValue:\'%s\' ", name, tmp, expectVal… in ClientCheckParamValue()
47 PARAM_LOGI("TestSendParamSetMsg name :\'%s\' ", name.c_str()); in TestSendParamSetMsg()
59 PARAM_LOGI("TestSendParamWaitMsg name :\'%s\' \n", name.c_str()); in TestSendParamWaitMsg()
67 PARAM_LOGI("TestForMultiThread \n"); in TestForMultiThread()
Dparam_stub.cpp287PARAM_LOGI("InitParamClient name %s = %s", g_paramDefCfgNodes[i].name, g_paramDefCfgNodes[i].value… in LoadParamFromCfg()
389 PARAM_LOGI("PrepareInitUnitTestEnv"); in PrepareInitUnitTestEnv()
450 PARAM_LOGI("ParamTestStubInit"); in ParamTestStubInit()
Dtrigger_unittest.cpp47 PARAM_LOGI("DoTriggerExecute_ trigger type: %d %s", trigger->type, GetTriggerName(trigger)); in TestCmdExec()
/base/startup/init/services/param/adapter/
Dparam_persistadp.c45 PARAM_LOGI("Load persist param, from file %s", tmpPath); in LoadPersistParam()
64 PARAM_LOGI("LoadPersistParam from file %s paramNum %d", tmpPath, paramNum); in LoadPersistParam()
Dparam_selinux.c107 PARAM_LOGI("Load selinux lib success."); in InitLocalSecurityLabel()
Dparam_dac.c155 PARAM_LOGI("Load parameter label total %u success %s", infoCount, fileName); in LoadParamLabels()
/base/startup/init/services/param/include/
Dparam_utils.h111 #define PARAM_LOGI(fmt, ...) \ macro
118 #define PARAM_LOGI(fmt, ...) STARTUP_LOGI(PARAN_DOMAIN, PARAN_LABEL, fmt, ##__VA_ARGS__) macro
/base/startup/init/services/param/linux/
Dparam_request.c165 PARAM_LOGI("SystemSetParameter name %s msgid:%d ", name, request->id.msgId); in SystemSetParameter()
186 PARAM_LOGI("SystemSetParameter name %s msgid:%d ret: %d ", name, request->id.msgId, ret); in SystemSetParameter()
238 PARAM_LOGI("SystemWaitParameter %s value %s result %d ", name, value, ret); in SystemWaitParameter()
Dparam_service.c175 PARAM_LOGI("Handle set param msgId %d pid %d key: %s", msg->id.msgId, cr.pid, msg->key); in HandleParamSet()
279 PARAM_LOGI("Start timer %p", g_paramService.timer); in HandleParamWaitAdd()
375 PARAM_LOGI("InitParamService pipe: %s.", PIPE_NAME); in InitParamService()
427 PARAM_LOGI("StopParamService."); in StopParamService()
/base/startup/init/services/param/base/
Dparam_base.c80 PARAM_LOGI("Init parameter %s success", paramSecurityOps->name); in InitParamSecurity()
187 PARAM_LOGI("CloseParamWorkSpace"); in CloseParamWorkSpace()
267PARAM_LOGI("AddWorkSpace %s spaceSize: %u onlyRead %s", name, spaceSize, onlyRead ? "true" : "fals… in AddWorkSpace()
448 PARAM_LOGI("CachedParameterCheck %u", param->dataCommitId); in CachedParameterCheck()
/base/startup/init/services/param/manager/
Dparam_server.c204 PARAM_LOGI("Load default parameters from %s.", fileName); in LoadDefaultParams()
218 PARAM_LOGI("load parameters from build "); in LoadParamFromBuild()
/base/startup/init/services/param/trigger/
Dtrigger_processor.c52 PARAM_LOGI("DoTiggerExecute trigger %s has been waiting execute", GetTriggerName(trigger)); in DoTriggerCheckResult()
231 PARAM_LOGI("Trigger %s not exist in group", name); in ParseTrigger_()