Home
last modified time | relevance | path

Searched refs:PARAM_LOGE (Results 1 - 19 of 19) sorted by relevance

/base/startup/init/services/param/liteos/
H A Dparam_hal.c174 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 Dparam_persistadp.c79 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 Dparam_client.c62 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 Dparam_osadp.c65 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 Dparam_service.c117 PARAM_LOGE("SystemWriteParam can not support service ctrl parameter name %s", name); in SystemWriteParam()
/base/startup/init/services/param/adapter/
H A Dparam_persistadp.c34 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 Dparam_dac.c146 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 Dparam_selinux.c128 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 Dparam_utils.h118 #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 Dparam_manager.h67 PARAM_LOGE(__VA_ARGS__); \
/base/startup/init/test/unittest/init/
H A Dinit_reboot_unittest.cpp105 PARAM_LOGE("TestRebootCmdExec"); in HWTEST_F()
118 PARAM_LOGE("TestRebootCmdExec end"); in HWTEST_F()
/base/startup/init/services/param/manager/
H A Dparam_server.c255 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 Dparam_persist.c197 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 Dparam_manager.c527 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 Dparam_request.c103 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 Dparam_service.c170 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 Dparam_base.c321 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 Dtrigger_manager.c189 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 Dwatcher_manager.cpp278 PARAM_LOGE("Failed to recv msg from server errno %d", errno); in RunLoop()

Completed in 14 milliseconds