Searched defs:method (Results 1 – 8 of 8) sorted by relevance
/device/google/cuttlefish/host/commands/openwrt_control_server/ |
D | main.cpp | 142 Json::Value LuciRpcData(const std::string& method, in LuciRpcData() 154 Json::Value LuciRpcData(int id, const std::string& method, in LuciRpcData() 179 const std::string& method, in RequestLuciRpc()
|
D | openwrt_control.proto | 28 string method = 2; field
|
/device/generic/goldfish/hals/radio/ |
D | makeRadioResponseInfo.cpp | 42 const char* const method) { in makeRadioResponseInfoUnsupported()
|
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/ |
D | index.js | 40 method: 'GET', property
|
D | server_connector.js | 185 method: 'POST', property 314 method: 'GET', property
|
/device/google/cuttlefish/host/commands/control_env_proxy_server/ |
D | main.cpp | 116 for (auto& method : value["methods"]) { in ListMethods() local
|
/device/google/cuttlefish/host/libs/web/http_client/ |
D | http_client.cc | 224 HttpMethod method, const std::string& url, in DownloadToJson() 241 HttpMethod method, const std::string& url, in DownloadToString() 259 HttpMethod method, DataCallback callback, const std::string& url, in DownloadToCallback()
|
/device/google/cuttlefish/host/libs/websocket/ |
D | websocket_server.cpp | 278 auto method = lws_http_get_uri_and_method(wsi, &path_raw, &path_len); in DynServerCallback() local
|