Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_channel_transport.cc62 std::string command_name(command_name_raw.begin(), command_name_raw.end()); in OnCommandReady() local
64 if (command_name == "CLOSE_TEST_CHANNEL" || command_name == "") { in OnCommandReady()
95 command_handler_(command_name, args); in OnCommandReady()
Dtest_command_handler.cc35 #define SET_HANDLER(command_name, method) \ in TestCommandHandler() argument
36 active_commands_[command_name] = [this](const vector<std::string>& param) { \ in TestCommandHandler()