Home
last modified time | relevance | path

Searched refs:PARAM_LOGI (Results 1 – 14 of 14) 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.c99 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()
45 PARAM_LOGI("TestSendParamSetMsg name :\'%s\' ", name.c_str()); in TestSendParamSetMsg()
58 PARAM_LOGI("TestSendParamWaitMsg name :\'%s\' \n", name.c_str()); in TestSendParamWaitMsg()
67 PARAM_LOGI("TestForMultiThread \n"); in TestForMultiThread()
Dparam_stub.cpp347PARAM_LOGI("InitParamClient name %s = %s", g_paramDefCfgNodes[i].name, g_paramDefCfgNodes[i].value… in LoadParamFromCfg()
609 PARAM_LOGI("ParamTestStubExit %u %u \n", g_currPid, getpid()); in ParamTestStubExit()
Dtrigger_unittest.cpp47 PARAM_LOGI("DoTriggerExecute_ trigger type: %d %s", trigger->type, GetTriggerName(trigger)); in TestCmdExec()
/base/startup/init/services/param/include/
Dparam_utils.h105 #define PARAM_LOGI(fmt, ...) \ macro
112 #define PARAM_LOGI(fmt, ...) STARTUP_LOGI(PARAN_DOMAIN, PARAN_LABEL, fmt, ##__VA_ARGS__) macro
/base/startup/init/services/param/linux/
Dparam_request.c179 PARAM_LOGI("SystemSetParameter name %s msgid:%d ", name, request->id.msgId); in SystemSetParameter_()
200 PARAM_LOGI("SystemSetParameter name %s msgid:%d ret: %d ", name, request->id.msgId, ret); in SystemSetParameter_()
259 PARAM_LOGI("SystemWaitParameter %s value %s result %d ", name, value, ret); in SystemWaitParameter()
290 PARAM_LOGI("ResetParamSecurityLabel g_clientFd: %d ", g_clientFd); in ResetParamSecurityLabel()
Dparam_service.c173 PARAM_LOGI("Handle set param msgId %d pid %d key: %s", msg->id.msgId, cr.pid, msg->key); in HandleParamSet()
371 PARAM_LOGI("InitParamService pipe: %s.", PIPE_NAME); in InitParamService()
426 PARAM_LOGI("StopParamService."); in StopParamService()
/base/startup/init/services/param/adapter/
Dparam_persistadp.c48 PARAM_LOGI("LoadPersistParam from file %s paramNum %d", fileName, paramNum); in LoadPersistParam_()
Dparam_dac.c157 PARAM_LOGI("Load parameter label total %u success %s", infoCount, fileName); in LoadParamLabels()
/base/startup/init/services/param/manager/
Dparam_server.c305 PARAM_LOGI("Load default parameters from %s.", fileName); in LoadDefaultParams()
319 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()
238 PARAM_LOGI("Trigger %s not exist in group", name); in ParseTrigger_()
/base/startup/init/services/param/base/
Dparam_base.c187 PARAM_LOGI("CloseParamWorkSpace %x", g_paramWorkSpace.flags); in CloseParamWorkSpace()
258 PARAM_LOGI("AddWorkSpace %s index %d spaceSize: %u onlyRead %s", in AddWorkSpace()