Home
last modified time | relevance | path

Searched defs:method_name (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/control_env_proxy_server/
Dcontrol_env_proxy.proto31 string method_name = 2; field
53 string method_name = 2; field
/device/google/cuttlefish/host/libs/control_env/
Dgrpc_service_handler.cc175 const std::string& method_name) { in GetFullMethodName()
222 for (auto& method_name : Split(Trim(command_output), "\n")) { in HandleLsCmd() local
235 const auto& method_name = args[1]; in HandleLsCmd() local
293 const auto& method_name = args[1]; in HandleCallCmd() local