Searched refs:response_string_ (Results 1 – 2 of 2) sorted by relevance
91 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 …]
93 std::string response_string_; variable