Searched refs:SLOGW (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/core/libsysutils/src/ |
H A D | ServiceManager.cpp | 55 SLOGW("Service '%s' is already running", name); in start() 70 SLOGW("Timed out waiting for service '%s' to start", name); in start() 85 SLOGW("Service '%s' is already stopped", name); in stop() 101 SLOGW("Timed out waiting for service '%s' to stop", name); in stop()
|
H A D | SocketClient.cpp | 141 SLOGW("malloc error (%s)", strerror(errno)); in quoteArg() 167 SLOGW("Unable to send msg '%s'", msg); in sendMsg() 211 SLOGW("0 length write :("); in sendDataLockedv() 214 SLOGW("write error (%s)", strerror(errno)); in sendDataLockedv()
|
H A D | FrameworkListener.cpp | 64 SLOGW("String is not zero-terminated"); in onDataAvailable() 195 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno)); in dispatchCommand()
|
H A D | FrameworkCommand.cpp | 32 SLOGW("Command %s has no run handler!", getCommand()); in runCommand()
|
H A D | SocketListener.cpp | 264 SLOGW("Error sending broadcast (%s)", strerror(errno)); in sendBroadcast()
|
/aosp12/system/logging/liblog/include/log/ |
H A D | log_system.h | 109 #ifndef SLOGW 110 #define SLOGW(...) \ macro
|
/aosp12/system/logging/liblog/include_vndk/log/ |
H A D | log_system.h | 109 #ifndef SLOGW 110 #define SLOGW(...) \ macro
|
/aosp12/system/vold/ |
H A D | cryptfs.cpp | 757 SLOGW("upgrading crypto footer to 1.1"); in upgrade_crypt_ftr() 788 SLOGW("upgrading crypto footer to 1.2"); in upgrade_crypt_ftr() 798 SLOGW("upgrading crypto footer to 1.3"); in upgrade_crypt_ftr() 875 SLOGW("Warning: crypto footer minor version %d, expected <= %d, continuing...\n", in get_crypt_ftr_and_key() 1459 SLOGW("failure decrypting master key"); in decrypt_master_key() 1485 SLOGW("could not read mount files"); in ensure_subdirectory_unmounted() 1501 SLOGW("found sub-directory mount %s - %s\n", prefix, mentry->mnt_dir); in ensure_subdirectory_unmounted() 1512 SLOGW("umount sub-directory mount %s\n", mount_point.c_str()); in ensure_subdirectory_unmounted() 1546 SLOGW("sending SIGTERM to processes with open files\n"); in wait_and_unmount() 1549 SLOGW("sending SIGKILL to processes with open files\n"); in wait_and_unmount() [all …]
|
/aosp12/system/logging/liblog/tests/ |
H A D | log_system_test.cpp | 50 SLOGW(content); in TEST()
|
/aosp12/system/logging/liblog/ |
H A D | README.md | 42 SLOGW(format, ...)
|