Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapuserd_client.cpp98 std::string str = Receivemsg(); in ValidateConnection()
136 std::string response = Receivemsg(); in WaitForDeviceDelete()
144 std::string SnapuserdClient::Receivemsg() { in Receivemsg() function in android::snapshot::SnapuserdClient
175 std::string str = Receivemsg(); in AttachDmUser()
194 std::string str = Receivemsg(); in InitDmUserCow()
Dsnapuserd_server.h108 bool Receivemsg(android::base::borrowed_fd fd, const std::string& str);
Dsnapuserd_server.cpp108 bool SnapuserdServer::Receivemsg(android::base::borrowed_fd fd, const std::string& str) { in Receivemsg() function in android::snapshot::SnapuserdServer
341 if (!Receivemsg(fd, str)) { in HandleClient()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapuserd_client.h43 std::string Receivemsg();