Lines Matching refs:LOG
63 LOG(ERROR) << "Attempt to add input encoding to active session"; in AddInputEncoding()
68 LOG(ERROR) << "Invalid input encoding: " << encoding.ToString(); in AddInputEncoding()
78 LOG(ERROR) << "Attempt to add output encoding to active session"; in AddOutputEncoding()
83 LOG(ERROR) << "Invalid output encoding: " << encoding.ToString(); in AddOutputEncoding()
94 LOG(ERROR) << "Invalid state: unexpected secret"; in SetSecret()
99 LOG(ERROR) << "Secret failed local check"; in SetSecret()
105 LOG(ERROR) << "Failed to extract nonce"; in SetSecret()
111 LOG(ERROR) << "Failed to get alpha"; in SetSecret()
120 LOG(INFO) << "Waiting for SecretAck..."; in SetSecret()
131 LOG(INFO) << "Pairing started (SERVER mode)"; in DoPair()
133 LOG(INFO) << "Pairing started (CLIENT mode)"; in DoPair()
135 LOG(INFO) << "Local options: " << local_options_.ToString(); in DoPair()
164 LOG(ERROR) << "Failed to get gamma"; in DoOutputPairing()
175 LOG(INFO) << "Waiting for Secret..."; in DoOutputPairing()
180 LOG(INFO) << "New state: " << state; in set_state()
189 LOG(ERROR) << "Invalid configuration: " << encoding.ToString(); in SetConfiguration()
203 LOG(ERROR) << "Unsupported encoding type: " in SetConfiguration()
218 LOG(ERROR) << "Invalid state: unexpected secret message"; in OnSecretMessage()
232 LOG(ERROR) << "Failed to get alpha"; in OnSecretMessage()
263 LOG(ERROR) << "Nonce not set"; in VerifySecret()
269 LOG(ERROR) << "Failed to get alpha"; in VerifySecret()
276 LOG(ERROR) << "Inband secret did not match. Expected [" in VerifySecret()