Lines Matching full:message
36 ipc::Message msg; in CheckVersion()
38 LOG(ERROR, DPROF) << "Cannot read message"; in CheckVersion()
41 if (msg.GetId() != ipc::Message::Id::VERSION) { in CheckVersion()
42 … LOG(ERROR, DPROF) << "Incorrect first message id, id=" << static_cast<uint32_t>(msg.GetId()); in CheckVersion()
47 LOG(ERROR, DPROF) << "Cannot convert data to version message"; in CheckVersion()
66 ipc::Message msg; in ProcessingConnect()
68 LOG(ERROR, DPROF) << "Cannot read message"; in ProcessingConnect()
71 if (msg.GetId() != ipc::Message::Id::APP_INFO) { in ProcessingConnect()
72 … LOG(ERROR, DPROF) << "Incorrect second message id, id=" << static_cast<uint32_t>(msg.GetId()); in ProcessingConnect()
76 LOG(ERROR, DPROF) << "Cannot convert data to a app info message"; in ProcessingConnect()
84 ipc::Message msg; in ProcessingConnect()
91 LOG(ERROR, DPROF) << "Cannot read a feature data message"; in ProcessingConnect()