/ohos5.0/base/startup/init/services/init/standard/ |
H A D | init_signal_handler.c | 42 …INIT_LOGW("Child process %s(pid %d) exit with signal : %d", serviceName, sigPID, WTERMSIG(procStat… in HandleSigChild() 44 …INIT_LOGW("Child process %s(pid %d) exit with code : %d", serviceName, sigPID, WEXITSTATUS(procSta… in HandleSigChild() 51 INIT_LOGW("Service warning %s, SIGCHLD received, pid:%d uid:%d status:%d.", in HandleSigChild() 84 INIT_LOGW("start SIGCHLD handler failed"); in SignalInit() 87 INIT_LOGW("start SIGTERM handler failed"); in SignalInit()
|
H A D | init.c | 80 INIT_LOGW("Failed to change owner of fd holder socket, err = %d", errno); in FdHolderSockInit() 84 INIT_LOGW("Failed to change mode of fd holder socket, err = %d", errno); in FdHolderSockInit()
|
H A D | device.c | 94 INIT_LOGW("Create /dev/urandom device node failed. %s", strerror(errno)); in CreateDeviceNode()
|
H A D | init_cmdexecutor.c | 187 INIT_LOGW("Cannot find plugin command with index %d", index); in PluginExecCmdByCmdIndex()
|
H A D | init_control_fd_service.c | 284 INIT_LOGW("Unknown control fd type."); in ProcessControlFd()
|
H A D | init_cmds.c | 494 INIT_LOGW("Init fscrypt failed, not enable fscrypt"); in DoInitGlobalKey()
|
/ohos5.0/base/startup/init/services/log/ |
H A D | init_log.h | 50 #define INIT_LOGW(fmt, ...) macro 59 #define INIT_LOGW(fmt, ...) \ macro 71 #define INIT_LOGW(fmt, ...) \ macro 103 INIT_LOGW(format, ##__VA_ARGS__); \
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-boot-init-log.md | 104 INIT_LOGW 123 | INIT_LOGW | INIT_LOGW("initialize signal handler failed"); | 输出warning log。 |
|
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/switch_root/ |
H A D | switch_root.c | 113 INIT_LOGW("Cannot build new mount point for old mount point \" %s \"", mountPoint); in MountToNewTarget() 162 INIT_LOGW("Try to switch root in same device, skip switching root"); in SwitchRoot()
|
/ohos5.0/base/startup/init/ueventd/ |
H A D | ueventd_device_handler.c | 47 INIT_LOGW("Failed to change \" %s \" owner, errno %d", deviceNode, errno); in AdjustDeviceNodePermissions() 51 INIT_LOGW("Failed to change \" %s \" mode, errno %d", deviceNode, errno); in AdjustDeviceNodePermissions() 303 INIT_LOGW("Invalid arguments, Skip to get device symbol links."); in GetBlockDeviceSymbolLinks()
|
H A D | ueventd.c | 197 INIT_LOGW("Not found device for partitionName %s ", uevent->partitionName); in HandleRequiredBlockDeviceNodes() 363 INIT_LOGW("Cannot build uevent path under %s", path); in Trigger()
|
H A D | ueventd_main.c | 105 INIT_LOGW("Failed to get uevent socket, try to create"); in UeventdDaemon()
|
/ohos5.0/base/startup/init/services/modules/bootevent/ |
H A D | bootevent.c | 223 INIT_LOGW("File %s already exist", file); in CreateBootEventFile() 227 INIT_LOGW("Failed to access %s, err = %d", file, errno); in CreateBootEventFile() 466 INIT_LOGW("%s not set", argv[0]); in DoUnsetBootEventCmd()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-boot-init-log.md | 107 INIT_LOGW 126 | INIT_LOGW | INIT_LOGW("initialize signal handler failed"); | Prints the log of the WARN level.|
|
/ohos5.0/base/startup/init/test/unittest/init/ |
H A D | init_unittest.cpp | 140 INIT_LOGW("TestInitLog");
|
/ohos5.0/base/startup/init/services/init/ |
H A D | init_service_manager.c | 280 INIT_LOGW("Service %s with invalid gid configuration", curServ->name); in GetGid() 320 INIT_LOGW("Service warning %s, failed to get gid.", curServ->name); in GetServiceGids() 759 INIT_LOGW("%s core number %d of CPU cores does not exist", service->name, cpus); in GetCpuArgs() 1073 INIT_LOGW("/dev/console is not exist, wait for it..."); in WatchConsoleDevice() 1081 INIT_LOGW("Failed to open /dev/console after try 1 time, err = %d", errno); in WatchConsoleDevice() 1137 INIT_LOGW("Failed to watch \'/dev/console\' device"); in ParseAllServices()
|
H A D | init_common_service.c | 357 INIT_LOGW("Service warning %d %s, failed to dup fd for publish", errno, service->name); in PublishHoldFds() 415 INIT_LOGW("Service warning %d %s, failed to enter sandbox.", ret, service->name); in InitServiceProperties() 420 INIT_LOGW("Service warning %d %s, failed to set access token.", ret, service->name); in InitServiceProperties()
|
/ohos5.0/base/startup/init/remount/ |
H A D | remount_overlay.c | 349 INIT_LOGW("%s without expected type, skip overlay", targetFullPath); in MountBindEngFile()
|