Searched refs:ConfUiLog (Results 1 – 6 of 6) sorted by relevance
/device/google/cuttlefish/common/libs/confui/ |
D | packet.cpp | 29 ConfUiLog(ERROR) << "file, socket, etc, is not open to read"; in ReadRawData() 36 ConfUiLog(ERROR) << nread << " and sizeof(p) = " << sizeof(p) in ReadRawData() 45 ConfUiLog(ERROR) << "Payload length " << p.payload_length_ in ReadRawData() 54 ConfUiLog(ERROR) << "The length ReadRawData read does not match."; in ReadRawData() 94 ConfUiLog(ERROR) << "Token[2] of the ConfUi packet should be a number"; in ParseRawData() 100 ConfUiLog(ERROR) << "The ConfUi packet is ill-formatted."; in ParseRawData() 108 ConfUiLog(ERROR) << tokens[2 + i] << " should be a number but is not."; in ParseRawData() 125 ConfUiLog(ERROR) << "expected length in ParseRawData is " in ParseRawData() 148 ConfUiLog(ERROR) << "raw data returned std::nullopt"; in ReadPayload() 153 ConfUiLog(ERROR) << "parsed result returns nullopt"; in ReadPayload()
|
D | protocol.cpp | 77 ConfUiLog(ERROR) << "ConfUiCmd value is not good for ToConfUiMessage: " in ToConfUiMessage() 89 ConfUiLog(ERROR) << "file, socket, etc, is not open to read"; in RecvConfUiMsg() 94 ConfUiLog(ERROR) << "ReadPayload returns but with std::nullptr"; in RecvConfUiMsg() 110 ConfUiLog(ERROR) << "Received Session ID (" << recv_session_id in RecvConfUiMsg() 167 ConfUiLog(ERROR) << "Received cmd is not ack but " << ToString(type); in ToConfUiMessage() 172 ConfUiLog(ERROR) in ToConfUiMessage() 195 ConfUiLog(ERROR) << "ConfUiMessage for kStart is ill-formatted: " in ToConfUiMessage() 209 ConfUiLog(ERROR) << "Wrong UiOption String : " << token; in ToConfUiMessage() 230 ConfUiLog(ERROR) in ToConfUiMessage() 244 ConfUiLog(ERROR) in ToConfUiMessage() [all …]
|
D | utils.h | 61 #define ConfUiLog(LOG_LEVEL) LOG(LOG_LEVEL) << "ConfUI: " macro
|
D | packet.h | 115 ConfUiLog(ERROR) << "file, socket, etc, is not open to write"; in WritePayload()
|
/device/google/cuttlefish/guest/hals/confirmationui/ |
D | guest_session.cpp | 66 ConfUiLog(INFO) << "Initiating prompt"; in PromptUserConfirmation() 72 ConfUiLog(INFO) << "UI message too long to send to the host"; in PromptUserConfirmation() 79 ConfUiLog(INFO) << "Session " << GetSessionId() << " started on both the guest and the host"; in PromptUserConfirmation() 96 ConfUiLog(ERROR) << "Message + Extra data + Meta info were too long"; in PromptUserConfirmation() 100 ConfUiLog(ERROR) << "Message is incorrectly UTF-encoded"; in PromptUserConfirmation() 109 ConfUiLog(INFO) << "Transition to SetupDone"; in PromptUserConfirmation() 119 ConfUiLog(INFO) << "Transition to Interactive"; in PromptUserConfirmation() 148 ConfUiLog(ERROR) << "Abort called or the user/host aborted" in PromptUserConfirmation() 155 ConfUiLog(ERROR) << "When host failed, it is supposed to send " in PromptUserConfirmation() 166 ConfUiLog(INFO) << "Making up the result"; in PromptUserConfirmation() [all …]
|
D | TrustyConfirmationUI.cpp | 95 ConfUiLog(ERROR) << "host_fd_ is not open"; in HostMessageFetcherLoop() 98 ConfUiLog(INFO) << "Trying to fetch command"; in HostMessageFetcherLoop() 100 ConfUiLog(INFO) << "RecvConfUiMsg() returned"; in HostMessageFetcherLoop() 103 ConfUiLog(ERROR) << "received message was null"; in HostMessageFetcherLoop() 110 ConfUiLog(ERROR) << "msg is received but session is null"; in HostMessageFetcherLoop() 113 ConfUiLog(ERROR) << "session id mismatch, so ignored" in HostMessageFetcherLoop() 150 ConfUiLog(ERROR) << "Result callback failed error: " in RunSession() 153 ConfUiLog(ERROR) << "Result callback failed error: " << error.getStatus(); in RunSession() 156 ConfUiLog(INFO) << "Result callback returned."; in RunSession() 168 ConfUiLog(INFO) << "promptUserConfirmation is called"; in promptUserConfirmation() [all …]
|