/base/startup/init/services/param/liteos/ |
H A D | param_hal.c | 174 PARAM_LOGE("Failed to save persist param %s", name);
in PersistWrite() 178 PARAM_LOGE("Failed to save persist param %s", name);
in PersistWrite() 182 PARAM_LOGE("Failed to save persist param %s", name);
in PersistWrite() 186 PARAM_LOGE("Failed to save persist param %s", name);
in PersistWrite() 202 PARAM_LOGE("SavePersistParam %s errno %d", name, errno);
in SavePersistParam() 214 PARAM_LOGE("Open file %s fail error %d", PARAM_PERSIST_SAVE_PATH, errno);
in BatchSavePersistParamBegin()
|
H A D | param_persistadp.c | 79 PARAM_LOGE("Failed to save persist param %s", name);
in SavePersistParam() 92 PARAM_LOGE("Open file %s fail error %d", path, errno);
in BatchSavePersistParamBegin()
|
H A D | param_client.c | 62 PARAM_LOGE("SystemSetParameter can not support service ctrl parameter name %s", name);
in SystemSetParameter() 103 PARAM_LOGE("SystemWaitParameter failed! name is:%s, errNum is %d", name, ret);
in SystemWaitParameter()
|
H A D | param_osadp.c | 65 PARAM_LOGE("Failed to start timer");
in StartTimer() 86 PARAM_LOGE("Failed to create timer");
in ParamTimerCreate() 196 PARAM_LOGE("Failed to batch begin to save param errno %d", errno);
in ParamMutexPend()
|
H A D | param_service.c | 117 PARAM_LOGE("SystemWriteParam can not support service ctrl parameter name %s", name);
in SystemWriteParam()
|
/base/startup/init/services/param/adapter/ |
H A D | param_persistadp.c | 34 PARAM_LOGE("%s is not persist param, do not load", name);
in LoadOnePersistParam_() 150 PARAM_LOGE("rename failed %s", PARAM_PERSIST_SAVE_PATH);
in GetPersistFilePath() 162 PARAM_LOGE("rename failed %s", PARAM_OLD_PERSIST_SAVE_PATH);
in GetPersistFilePath() 224 PARAM_LOGE("Failed to save persist param %s", name);
in SavePersistParam() 238 PARAM_LOGE("Open file %s fail error %d", path, errno);
in BatchSavePersistParamBegin() 252 PARAM_LOGE("Open file %s fail error %d", path[i], errno);
in BatchSavePersistParamBegin()
|
H A D | param_dac.c | 146 PARAM_LOGE("Not enough memory for uid member %u", gid);
in DacGetGroupMember() 189 PARAM_LOGE("Failed to alloc memory %s", fileName);
in LoadParamLabels() 200 PARAM_LOGE("Failed to split string %s fileName %s, result is:%d", buff, fileName, result);
in LoadParamLabels() 258 PARAM_LOGE("Failed to get file name for %s", dp->d_name);
in DacGetParamSecurityLabel()
|
H A D | param_selinux.c | 128 PARAM_LOGE("Failed to setfilecon %s ", context);
in SetSelinuxFileCon() 138 PARAM_LOGE("Forbid to add selinux workspace %s %s", paramNode->paraName, paramNode->paraContext);
in HandleSelinuxLabelForOpen()
|
/base/startup/init/services/param/include/ |
H A D | param_utils.h | 118 #define PARAM_LOGE(fmt, ...) \
macro 123 #define PARAM_LOGE(fmt, ...) STARTUP_LOGE(PARAN_DOMAIN, PARAN_LABEL, fmt, ##__VA_ARGS__)
macro 130 PARAM_LOGE(__VA_ARGS__); \
|
H A D | param_manager.h | 67 PARAM_LOGE(__VA_ARGS__); \
|
/base/startup/init/test/unittest/init/ |
H A D | init_reboot_unittest.cpp | 105 PARAM_LOGE("TestRebootCmdExec"); in HWTEST_F() 118 PARAM_LOGE("TestRebootCmdExec end"); in HWTEST_F()
|
/base/startup/init/services/param/manager/ |
H A D | param_server.c | 255 PARAM_LOGE("Generate default sn now ...");
in LoadParamFromCmdLine() 278 PARAM_LOGE("[startup_failed]Load Security Lable failed! system reboot! %d", SYS_PARAM_INIT_FAILED);
in LoadSecurityLabel() 334 PARAM_LOGE("Failed to get value of import.");
in LoadParamFromImport_() 344 PARAM_LOGE("Failed to alloc memory");
in LoadParamFromImport_() 364 PARAM_LOGE("Failed to open file '%s' error:%d ", fileName, errno);
in LoadParamFromImport() 426 PARAM_LOGE("[startup_failed]default_param memory is not enough, system reboot! %d", SYS_PARAM_INIT_FAILED);
in ProcessParamFile()
|
H A D | param_persist.c | 197 PARAM_LOGE("Can not save persist param before load %s ", name);
in WritePersistParam() 232 PARAM_LOGE("Persist param has been loaded");
in LoadPersistParams() 265 PARAM_LOGE("Persist param has been loaded");
in LoadPrivatePersistParams()
|
H A D | param_manager.c | 527 PARAM_LOGE("Add node %s to space %s failed! memory is not enough, system reboot!", name, workSpace->fileName);
in WriteParam() 569 PARAM_LOGE("Illegal param value %s for int", value);
in CheckParamValueType() 574 PARAM_LOGE("Illegal param value %s for int", value);
in CheckParamValueType() 588 PARAM_LOGE("Illegal param value %s for bool", value);
in CheckParamValueType() 601 PARAM_LOGE("Read-only param was already set %s", name);
in CheckParamValue() 648 PARAM_LOGE("CheckParamName %s %d", name, info);
in CheckParamName() 739 PARAM_LOGE("SystemReadParam failed! name is:%s, errNum is:%d!", name, ret);
in SystemReadParam() 751 PARAM_LOGE("SystemReadParam failed! name is:%s, errNum is:%d!", name, ret);
in SystemReadParam() 824 PARAM_LOGE("Forbid to access, groupId %u not in %s", groupId, groupCheckName);
in CheckIfUidInGroup()
|
/base/startup/init/services/param/linux/ |
H A D | param_request.c | 103 PARAM_LOGE("ReadMessage failed! errno %d", errno);
in ReadMessage() 124 PARAM_LOGE("ReadMessage errno %d diff %u timeout %d ret %d", errno, diff, timeout, ret);
in ReadMessage() 152 PARAM_LOGE("send Message failed!");
in StartRequest() 196 PARAM_LOGE("connect param server failed!");
in SystemSetParameter_()
|
H A D | param_service.c | 170 PARAM_LOGE("Failed to get opt %d", errno);
in HandleParamSet() 300 PARAM_LOGE("Failed to add trigger for %s", msg->key);
in HandleParamWatcherAdd() 321 PARAM_LOGE("Failed to get opt %d", errno);
in HandleParamSave()
|
/base/startup/init/services/param/base/ |
H A D | param_base.c | 321 PARAM_LOGE("Not enough memory for label index %u", labelIndex);
in CheckAndExtendSpace() 356 PARAM_LOGE("Forbid to open workspace for %s error %d", workSpace->fileName, errno);
in OpenWorkSpace() 374 PARAM_LOGE("Forbid to open workspace for %s error %d", workSpace->fileName, errno);
529 PARAM_LOGE("Selinux check name %s in %s info [%d %d %d] failed!",
|
/base/startup/init/services/param/trigger/ |
H A D | trigger_manager.c | 189 PARAM_LOGE("Invalid trigger type %d", extInfo->type);
in AddWatchTrigger_() 717 PARAM_LOGE("ClearWatchTrigger %s error type %d", GetTriggerName(trigger), type);
in ClearWatchTrigger()
|
/base/startup/init/services/param/watcher/proxy/ |
H A D | watcher_manager.cpp | 278 PARAM_LOGE("Failed to recv msg from server errno %d", errno); in RunLoop()
|