Home
last modified time | relevance | path

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

/system/weaved/buffet/
Dbinder_weave_service.cc62 std::string command_name = ToString(command); in registerCommandHandler() local
63 device_->AddCommandHandler(component_name, command_name, in registerCommandHandler()
66 component_name, command_name)); in registerCommandHandler()
82 const std::string& command_name, in OnCommand() argument
86 client_->onCommand(ToString16(component_name), ToString16(command_name), in OnCommand()
Dbinder_weave_service.h59 const std::string& command_name,
/system/extras/simpleperf/
Dmain.cpp60 std::string command_name = args[0]; in main() local
63 LOG(DEBUG) << "command '" << command_name << "' starts running"; in main()
65 LOG(DEBUG) << "command '" << command_name << "' " in main()
/system/weaved/libweaved/
Dservice.cc184 const std::string& command_name,
207 const std::string& command_name,
243 std::string command_name; member
326 const std::string& command_name, in AddCommandHandler() argument
328 CHECK(!component.empty() && !command_name.empty()); in AddCommandHandler()
332 base::StringPrintf("%s.%s", trait_name.c_str(), command_name.c_str()); in AddCommandHandler()
336 entry.command_name = full_command_name; in AddCommandHandler()
392 const std::string& command_name, in OnCommand() argument
395 << command_name; in OnCommand()
398 entry.command_name == command_name) { in OnCommand()
[all …]
Dservice.h71 const std::string& command_name,
/system/bt/vendor_libs/test_vendor_lib/src/
Dtest_channel_transport.cc98 std::string command_name(command_name_raw.begin(), command_name_raw.end()); in OnFileCanReadWithoutBlocking() local
100 command_name.data()); in OnFileCanReadWithoutBlocking()
102 if (command_name == "CLOSE_TEST_CHANNEL") { in OnFileCanReadWithoutBlocking()
123 command_handler_(command_name, args); in OnFileCanReadWithoutBlocking()
Ddual_mode_controller.cc179 #define SET_TEST_HANDLER(command_name, method) \ in DualModeController() argument
180 active_test_channel_commands_[command_name] = \ in DualModeController()