Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc91 response_string_ = "Unhandled command: " + name; in HandleCommand()
92 send_response_(response_string_); in HandleCommand()
106 response_string_ = "TestCommandHandler 'add' takes an argument"; in AddDevice()
107 send_response_(response_string_); in AddDevice()
113 response_string_ = "TestCommandHandler 'add' " + args[0] + " failed!"; in AddDevice()
114 send_response_(response_string_); in AddDevice()
115 WARNING("{}", response_string_); in AddDevice()
121 response_string_ = in AddDevice()
123 send_response_(response_string_); in AddDevice()
128 response_string_ = in AddRemote()
[all …]
Dtest_command_handler.h93 std::string response_string_; variable