Searched refs:command_name (Results 1 - 3 of 3) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/src/
H A Dtest_channel_transport.cc106 std::string command_name(command_name_raw.begin(), command_name_raw.end());
108 command_name.data());
110 if (command_name == "CLOSE_TEST_CHANNEL" || command_name == "") {
133 command_handler_(command_name, args);
H A Ddual_mode_controller.cc159 #define SET_TEST_HANDLER(command_name, method) \
160 active_test_channel_commands_[command_name] = \
/system/extras/simpleperf/
H A Dcommand.cpp137 std::string command_name = args[0]; local
140 LOG(DEBUG) << "command '" << command_name << "' starts running";
142 LOG(DEBUG) << "command '" << command_name << "' "

Completed in 116 milliseconds