/base/startup/init/services/param/manager/ |
H A D | param_server.c | 62 PARAM_LOGV("Add param from cmdline %s %s", name, value);
in CommonDealFun() 65 PARAM_LOGV("Param name %s, value %s", name, value);
in CommonDealFun() 88 PARAM_LOGV("**** name %s, value %s", name, data);
in ReadSnFromFile() 102 PARAM_LOGV("**** name %s, value %s", name, value);
in SnDealFun() 129 PARAM_LOGV("Param name %s, value %s", fullName, value);
in Common2ConstDealFun() 171 PARAM_LOGV("proc cmdline %s matched.", fullName);
in MatchReserverCmdline() 203 PARAM_LOGV("proc cmdline: name [%s], value [%s]", nv->name, nv->value);
in CmdlineIterator() 215 PARAM_LOGV("match reserver cmd line success, name: %s, value: %s", nv->name, nv->value);
in CmdlineIterator() 304 PARAM_LOGV("Default parameter [%s] [%s] ignored", name, value);
in LoadOneParam_() 309 PARAM_LOGV("Ad in LoadOneParam_() [all...] |
H A D | param_persist.c | 95 PARAM_LOGV("BatchSavePersistParam");
in BatchSavePersistParam() 156 PARAM_LOGV("CheckAndSavePersistParam commit %lld %lld", commit, g_persistWorkSpace.commitId);
in CheckAndSavePersistParam() 168 PARAM_LOGV("TimerCallbackForSave ");
in TimerCallbackForSave() 186 PARAM_LOGV("WritePersistParam name %s ", name);
in WritePersistParam() 246 PARAM_LOGV("LoadPersistParams start check time ");
in LoadPersistParams() 278 PARAM_LOGV("LoadPersistParams start check time ");
in LoadPrivatePersistParams()
|
H A D | param_manager.c | 40 PARAM_LOGV("SystemCheckMatchParamWait name %s", name);
in SystemCheckMatchParamWait() 254 PARAM_LOGV("SysCheckParamExist name %s in space %s", name, workSpace->fileName);
in SysCheckParamExist() 328 PARAM_LOGV("Get power ctrl %s name %s value %s", powerCtrlArg[i].name, name, value);
in GetServiceCtrlInfoForPowerCtrl() 384 PARAM_LOGV("CheckParameterSet name %s value: %s", name, value);
in CheckParameterSet() 404 PARAM_LOGV("Check parameter settings realKey %s cmd: '%s' value: %s",
in CheckParameterSet() 446 PARAM_LOGV("AddParam name %s value: %s", paramInfos.name, paramInfos.value);
in AddParam() 475 PARAM_LOGV("UpdateParam name %s value: %s", name, value);
in UpdateParam() 487 PARAM_LOGV("WriteParam %s", name);
in WriteParam()
|
/base/startup/init/services/param/trigger/ |
H A D | trigger_processor.c | 36 PARAM_LOGV("Do execute trigger %s type: %d", GetTriggerName(trigger), trigger->type);
in DoTriggerExecute_() 57 PARAM_LOGV("Add trigger %s to execute queue", GetTriggerName(trigger));
in DoTriggerCheckResult() 65 PARAM_LOGV("ExecuteTriggerImmediately trigger %s", GetTriggerName(trigger));
in ExecuteTriggerImmediately() 82 PARAM_LOGV("StartTriggerExecute_ trigger %s flags:0x%04x",
in StartTriggerExecute_() 123 PARAM_LOGV("ProcessBeforeEvent %s ", (char *)content);
in ProcessBeforeEvent() 162 PARAM_LOGV("SendTriggerEvent type %d content %s", type, content);
in SendTriggerEvent() 251 PARAM_LOGV("ParseTrigger %s type %d count %d", name, type, header->triggerCount);
in ParseTrigger_() 327 PARAM_LOGV("InitTriggerWorkSpace success");
in InitTriggerWorkSpace() 364 PARAM_LOGV("Trigger job %s", trigger->name);
in DoTriggerExec() 404 PARAM_LOGV("AddCompleteJo in AddCompleteJob() [all...] |
H A D | trigger_manager.c | 216 PARAM_LOGV("DelWatchTrigger_ %s count %d", GetTriggerName(trigger), triggerHead->triggerCount);
in DelWatchTrigger_() 472 PARAM_LOGV("CheckTrigger_ type: %d content: %s ", type, content);
in CheckTrigger() 720 PARAM_LOGV("ClearWatchTrigger %s", GetTriggerName(trigger));
in ClearWatchTrigger()
|
H A D | trigger_checker.c | 333 PARAM_LOGV("CheckMatchSubCondition Condition: '%s' content: '%s' length %d", condition, input, length);
in CheckMatchSubCondition()
|
/base/startup/init/services/param/adapter/ |
H A D | param_selinux.c | 93 PARAM_LOGV("InitLocalSecurityLabel");
in InitLocalSecurityLabel() 109 PARAM_LOGV("Load selinux lib success.");
in InitLocalSecurityLabel() 126 PARAM_LOGV("setfilecon name %s path: %s %s ", name, context, buffer);
in SetSelinuxFileCon() 168 PARAM_LOGV("SelinuxGetAllLabel index %d name %s content %s",
in SelinuxGetAllLabel() 180 PARAM_LOGV("Selinux get all label counts %d.", count);
in SelinuxGetAllLabel() 202 PARAM_LOGV("HandleSelinuxLabelForPermission %s selinuxIndex [ %u %u] dac %u %s ",
in HandleSelinuxLabelForPermission()
|
H A D | param_dac.c | 236 PARAM_LOGV("DacGetParamSecurityLabel %s ", path);
in DacGetParamSecurityLabel() 271 PARAM_LOGV("Get parameter security label dac number is %d, from %s.", count, path);
in DacGetParamSecurityLabel() 287 PARAM_LOGV("RegisterSecurityDacOps %d", isInit);
in RegisterSecurityDacOps()
|
/base/startup/init/services/param/liteos/ |
H A D | param_client.c | 30 PARAM_LOGV("InitParamClient");
in ClientInit() 54 PARAM_LOGV("SystemSetParameter name %s value: %s ctrlService %d", name, value, ctrlService);
in SystemSetParameter()
|
H A D | param_service.c | 79 PARAM_LOGV("InitParamService name %s = %s", g_paramDefCfgNodes[i].name, g_paramDefCfgNodes[i].value);
in InitParamService() 109 PARAM_LOGV("SystemWriteParam name %s value: %s ctrlService %d", name, value, ctrlService);
in SystemWriteParam()
|
H A D | param_litedac.c | 72 PARAM_LOGV("RegisterSecurityDacOps %d", isInit);
in RegisterSecurityDacOps()
|
H A D | param_persistadp.c | 103 PARAM_LOGV("BatchSavePersistParam %s=%s", name, value);
in BatchSavePersistParam()
|
H A D | param_hal.c | 226 PARAM_LOGV("BatchSavePersistParam %s=%s", name, value);
in BatchSavePersistParam()
|
H A D | param_osadp.c | 98 PARAM_LOGV("ParamTimerStart timeout %llu ", timeout);
in ParamTimerStart()
|
/base/startup/init/services/param/include/ |
H A D | param_utils.h | 109 #define PARAM_LOGV(fmt, ...) \
macro 124 #define PARAM_LOGV(fmt, ...) STARTUP_LOGV(PARAN_DOMAIN, PARAN_LABEL, fmt, ##__VA_ARGS__)
macro
|
/base/startup/init/services/param/linux/ |
H A D | param_service.c | 96 PARAM_LOGV("Send response msg msgId %d result %d", msg->id.msgId, result);
in SendResponseMsg() 132 PARAM_LOGV("SendWatcherNotifyMessage cmd %s, id %d msgSize %d para: %s",
in SendWatcherNotifyMessage() 141 PARAM_LOGV("SystemWriteParam name %s value: %s", name, value);
in SystemSetParam() 251 PARAM_LOGV("HandleParamWaitAdd name %s timeout %d", msg->key, timeout);
in HandleParamWaitAdd() 303 PARAM_LOGV("HandleParamWatcherAdd name %s watcher: %d", msg->key, msg->id.watcherId);
in HandleParamWatcherAdd() 310 PARAM_LOGV("HandleParamWatcherDel name %s watcher: %d", msg->key, msg->id.watcherId);
in HandleParamWatcherDel()
|
H A D | param_request.c | 74 PARAM_LOGV("ProcessRecvMsg type: %u msgId: %u name %s", recvMsg->type, recvMsg->id.msgId, recvMsg->key);
in ProcessRecvMsg() 118 PARAM_LOGV("recv message len is %d", recvLen);
in ReadMessage() 156 PARAM_LOGV("sendMessage sendLen fd %d %zd", clientFd, sendLen);
in StartRequest()
|
H A D | param_message.c | 40 PARAM_LOGV("ConnectServer %s success", servername);
in ConnectServer()
|
/base/startup/init/services/param/base/ |
H A D | param_base.c | 59 PARAM_LOGV("Init parameter %s success", paramSecurityOps->name);
in InitParamSecurity() 99 PARAM_LOGV("Param workspace has been init");
in CheckNeedInit() 144 PARAM_LOGV("AllocSpaceMemory spaceSize index %u %u", i, node->spaceSize[i]);
in AllocSpaceMemory() 301 PARAM_LOGV("AddWorkSpace %s index %d onlyRead %s", paramSpace->workSpace[labelIndex]->fileName,
in AddWorkSpace() 431 PARAM_LOGV("DacCheckGroupPermission gid %u", gids[index]);
652 PARAM_LOGV("CachedParameterCreate %u %u %lld \n", param->dataIndex, param->dataCommitId, param->spaceCommitId);
678 PARAM_LOGV("CachedParameterCheck %u", param->dataCommitId);
|
H A D | param_trie.c | 65 PARAM_LOGV("InitWorkSpace success, readOnly %d currOffset %u firstNode %u dataSize %u",
in InitWorkSpace_() 102 PARAM_LOGV("InitWorkSpace %s for %s", workSpace->fileName, (onlyRead == 0) ? "init" : "other");
in InitWorkSpace() 109 PARAM_LOGV("CloseWorkSpace %s", workSpace->fileName);
in CloseWorkSpace() 410 PARAM_LOGV("Repeat to add label for name %s", auditData->name);
in AddSecurityLabel() 413 PARAM_LOGV("AddSecurityLabel label %d gid %d uid %d mode %o type:%d name: %s", offset,
in AddSecurityLabel()
|
/base/startup/init/test/unittest/param/ |
H A D | param_stub.cpp | 215 PARAM_LOGV("PrepareParamTestData for %s", fileName); in CreateTestFile()
|