Home
last modified time | relevance | path

Searched defs:method (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/host/commands/openwrt_control_server/
Dmain.cpp142 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()
Dopenwrt_control.proto28 string method = 2; field
/device/generic/goldfish/hals/radio/
DmakeRadioResponseInfo.cpp42 const char* const method) { in makeRadioResponseInfoUnsupported()
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dindex.js40 method: 'GET', property
Dserver_connector.js185 method: 'POST', property
314 method: 'GET', property
/device/google/cuttlefish/host/commands/control_env_proxy_server/
Dmain.cpp116 for (auto& method : value["methods"]) { in ListMethods() local
/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc224 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/
Dwebsocket_server.cpp278 auto method = lws_http_get_uri_and_method(wsi, &path_raw, &path_len); in DynServerCallback() local