Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/allocd/test/
Dclient.cpp55 SendJsonMsg(monitor_socket, req); in main()
85 SendJsonMsg(monitor_socket, config); in main()
109 SendJsonMsg(monitor_socket, config); in main()
134 SendJsonMsg(monitor_socket, config); in main()
156 cuttlefish::SendJsonMsg(monitor_socket, config); in main()
/device/google/cuttlefish/host/libs/allocd/
Dutils.h42 bool SendJsonMsg(cuttlefish::SharedFD client_socket, const Json::Value& resp);
Dutils.cpp81 bool SendJsonMsg(SharedFD client_socket, const Json::Value& resp) { in SendJsonMsg() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Dalloc.cc80 CHECK(SendJsonMsg(allocd_sock, resource_config)) in AllocateNetworkInterfaces()
/device/google/cuttlefish/host/commands/stop/
Dmain.cc158 SendJsonMsg(allocd_sock, config); in ReleaseAllocdResources()