Searched refs:command_name (Results 1 – 7 of 7) sorted by relevance
/system/weaved/buffet/ |
D | binder_weave_service.cc | 62 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()
|
D | binder_weave_service.h | 59 const std::string& command_name,
|
/system/extras/simpleperf/ |
D | main.cpp | 60 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/ |
D | service.cc | 184 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 …]
|
D | service.h | 71 const std::string& command_name,
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
D | test_channel_transport.cc | 98 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()
|
D | dual_mode_controller.cc | 179 #define SET_TEST_HANDLER(command_name, method) \ in DualModeController() argument 180 active_test_channel_commands_[command_name] = \ in DualModeController()
|