Home
last modified time | relevance | path

Searched refs:resp_opt (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/allocd/test/
Dclient.cpp57 auto resp_opt = RecvJsonMsg(monitor_socket); in main() local
58 if (!resp_opt.has_value()) { in main()
63 auto resp = resp_opt.value(); in main()
87 auto resp_opt = RecvJsonMsg(monitor_socket); in main() local
88 if (!resp_opt.has_value()) { in main()
93 auto resp = resp_opt.value(); in main()
113 auto resp_opt = RecvJsonMsg(monitor_socket); in main() local
114 if (!resp_opt.has_value()) { in main()
119 auto resp = resp_opt.value(); in main()
138 auto resp_opt = RecvJsonMsg(monitor_socket); in main() local
[all …]
/device/google/cuttlefish/host/commands/assemble_cvd/
Dalloc.cc83 auto resp_opt = RecvJsonMsg(allocd_sock); in AllocateNetworkInterfaces() local
84 CHECK(resp_opt.has_value()) << "Bad response from allocd"; in AllocateNetworkInterfaces()
85 auto resp = resp_opt.value(); in AllocateNetworkInterfaces()
/device/google/cuttlefish/host/commands/stop/
Dmain.cc159 auto resp_opt = RecvJsonMsg(allocd_sock); in ReleaseAllocdResources() local
160 if (!resp_opt.has_value()) { in ReleaseAllocdResources()
164 auto resp = resp_opt.value(); in ReleaseAllocdResources()