Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/allocd/test/
Dclient.cpp70 Json::Value request_list; in main() local
77 request_list.append(req); in main()
79 request_list.append(req); in main()
81 request_list.append(req); in main()
82 config["config_request"]["request_list"] = request_list; in main()
107 request_list.append(req); in main()
108 config["config_request"]["request_list"] = request_list; in main()
132 request_list.append(req); in main()
133 config["config_request"]["request_list"] = request_list; in main()
154 request_list.append(req); in main()
[all …]
/device/google/cuttlefish/host/commands/assemble_cvd/
Dalloc.cc65 Json::Value request_list; in AllocateNetworkInterfaces() local
70 request_list.append(req); in AllocateNetworkInterfaces()
72 request_list.append(req); in AllocateNetworkInterfaces()
74 request_list.append(req); in AllocateNetworkInterfaces()
76 request_list.append(req); in AllocateNetworkInterfaces()
78 resource_config["config_request"]["request_list"] = request_list; in AllocateNetworkInterfaces()
/device/google/cuttlefish/host/commands/stop/
Dmain.cc151 Json::Value request_list; in ReleaseAllocdResources() local
156 request_list.append(req); in ReleaseAllocdResources()
157 config["config_request"]["request_list"] = request_list; in ReleaseAllocdResources()