Home
last modified time | relevance | path

Searched refs:command_name (Results 1 – 4 of 4) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dserver_port_factory.cc103 std::string command_name(command_name_raw.begin(), command_name_raw.end()); in OnCommandReady() local
105 if (command_name == "CLOSE_TEST_CHANNEL" || command_name == "") { in OnCommandReady()
124 command_handler_(command_name, args); in OnCommandReady()
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_channel_transport.cc109 std::string command_name(command_name_raw.begin(), command_name_raw.end()); in OnCommandReady() local
111 if (command_name == "CLOSE_TEST_CHANNEL" || command_name == "") { in OnCommandReady()
139 command_handler_(command_name, args); in OnCommandReady()
Dtest_command_handler.cc37 #define SET_HANDLER(command_name, method) \ in TestCommandHandler() argument
38 active_commands_[command_name] = [this](const vector<std::string>& param) { method(param); }; in TestCommandHandler()
/system/extras/simpleperf/
Dcommand.cpp273 std::string command_name = args[0]; in RunSimpleperfCmd() local
276 LOG(DEBUG) << "command '" << command_name << "' starts running"; in RunSimpleperfCmd()
278 LOG(DEBUG) << "command '" << command_name << "' " in RunSimpleperfCmd()