Lines Matching refs:AT
42 LOG(ERROR) << AT << "request message too long to fit in shared memory"; in TrustyRpc()
67 LOG(ERROR) << AT << "failed to send MSG request"; in TrustyRpc()
73 LOG(ERROR) << AT << "failed to receive MSG response"; in TrustyRpc()
78 LOG(ERROR) << AT << "unknown response command: " << hdr.cmd; in TrustyRpc()
84 LOG(ERROR) << AT << "response message too long to fit in return buffer"; in TrustyRpc()
97 LOG(ERROR) << AT << "failed to connect to Trusty TA \"" << appname << "\" using dev:" in TrustyApp()
106 LOG(ERROR) << AT << "failed to allocate shared memory buffer"; in TrustyApp()
133 LOG(ERROR) << AT << "failed to send INIT request"; in TrustyApp()
139 LOG(ERROR) << AT << "failed to receive INIT response"; in TrustyApp()
144 LOG(ERROR) << AT << "unknown response command: " << hdr.cmd; in TrustyApp()
150 LOG(ERROR) << AT << "failed to mmap() shared memory buffer"; in TrustyApp()
158 LOG(INFO) << AT << "succeeded to connect to Trusty TA \"" << appname << "\""; in TrustyApp()