Home
last modified time | relevance | path

Searched refs:RecvJsonMsg (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/libs/allocd/test/
Dclient.cpp57 auto resp_opt = RecvJsonMsg(monitor_socket); in main()
87 auto resp_opt = RecvJsonMsg(monitor_socket); in main()
113 auto resp_opt = RecvJsonMsg(monitor_socket); in main()
138 auto resp_opt = RecvJsonMsg(monitor_socket); in main()
158 auto resp_opt = cuttlefish::RecvJsonMsg(monitor_socket); in main()
/device/google/cuttlefish/host/libs/allocd/
Dutils.h48 std::optional<Json::Value> RecvJsonMsg(cuttlefish::SharedFD client_socket);
Dutils.cpp98 std::optional<Json::Value> RecvJsonMsg(SharedFD client_socket) { in RecvJsonMsg() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Dalloc.cc83 auto resp_opt = RecvJsonMsg(allocd_sock); in AllocateNetworkInterfaces()
/device/google/cuttlefish/host/commands/stop/
Dmain.cc159 auto resp_opt = RecvJsonMsg(allocd_sock); in ReleaseAllocdResources()