Home
last modified time | relevance | path

Searched refs:Receivemsg (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/
H A Dsnapuserd_client.cpp117 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::SnapuserdClient
204 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()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/include/snapuserd/
H A Dsnapuserd_client.h45 std::string Receivemsg();
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dsnapuserd_server.h111 bool Receivemsg(android::base::borrowed_fd fd, const std::string& str);
H A Dsnapuserd_server.cpp121 bool SnapuserdServer::Receivemsg(android::base::borrowed_fd fd, const std::string& str) { in Receivemsg() function in android::snapshot::SnapuserdServer
382 if (!Receivemsg(fd, str)) { in HandleClient()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_server.h111 bool Receivemsg(android::base::borrowed_fd fd, const std::string& str);
H A Dsnapuserd_server.cpp133 bool UserSnapshotServer::Receivemsg(android::base::borrowed_fd fd, const std::string& str) { in Receivemsg() function in android::snapshot::UserSnapshotServer
474 if (!Receivemsg(fd, str)) { in HandleClient()