Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/allocd/test/
Dclient.cpp57 auto resp_opt = RecvJsonMsg(monitor_socket); in main()
86 auto resp_opt = RecvJsonMsg(monitor_socket); in main()
112 auto resp_opt = RecvJsonMsg(monitor_socket); in main()
137 auto resp_opt = RecvJsonMsg(monitor_socket); in main()
157 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.cpp102 std::optional<Json::Value> RecvJsonMsg(SharedFD client_socket) { in RecvJsonMsg() function
Dresource_manager.cpp250 auto req_opt = RecvJsonMsg(client_socket); in JsonServer()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dalloc.cc77 auto resp_opt = RecvJsonMsg(allocd_sock); in AllocateNetworkInterfaces()
/device/google/cuttlefish/host/commands/stop/
Dmain.cc192 auto resp_opt = RecvJsonMsg(allocd_sock); in ReleaseAllocdResources()