Searched refs:Receivemsg (Results 1 – 6 of 6) sorted by relevance
117 std::string str = Receivemsg(); in ValidateConnection()155 std::string response = Receivemsg(); in WaitForDeviceDelete()169 std::string response = Receivemsg(); in SupportsSecondStageSocketHandoff()173 std::string SnapuserdClient::Receivemsg() { in Receivemsg() function in android::snapshot::SnapuserdClient204 std::string str = Receivemsg(); in AttachDmUser()231 std::string str = Receivemsg(); in InitDmUserCow()267 std::string response = Receivemsg(); in InitiateMerge()277 std::string response = Receivemsg(); in GetMergePercent()288 return Receivemsg(); in QuerySnapshotStatus()297 std::string response = Receivemsg(); in QueryUpdateVerification()
45 std::string Receivemsg();
111 bool Receivemsg(android::base::borrowed_fd fd, const std::string& str);
121 bool SnapuserdServer::Receivemsg(android::base::borrowed_fd fd, const std::string& str) { in Receivemsg() function in android::snapshot::SnapuserdServer382 if (!Receivemsg(fd, str)) { in HandleClient()
133 bool UserSnapshotServer::Receivemsg(android::base::borrowed_fd fd, const std::string& str) { in Receivemsg() function in android::snapshot::UserSnapshotServer474 if (!Receivemsg(fd, str)) { in HandleClient()