Home
last modified time | relevance | path

Searched refs:RegisterSendResponse (Results 1 – 4 of 4) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/desktop/
Dtest_environment.cc63 test_channel_.RegisterSendResponse( in SetUpHciServer()
89 test_channel_.RegisterSendResponse( in SetUpLinkLayerServer()
147 test_channel_.RegisterSendResponse( in SetUpTestChannel()
164 test_channel_.RegisterSendResponse( in SetUpTestChannel()
/system/bt/test/rootcanal/
Dbluetooth_hci.cc124 test_channel_.RegisterSendResponse([](const std::string& response) { in initialize()
193 test_channel_.RegisterSendResponse( in SetUpHciServer()
219 test_channel_.RegisterSendResponse( in SetUpLinkLayerServer()
277 test_channel_.RegisterSendResponse( in SetUpTestChannel()
293 test_channel_.RegisterSendResponse( in SetUpTestChannel()
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dtest_command_handler.h44 void RegisterSendResponse(const std::function<void(const std::string&)> callback);
Dtest_command_handler.cc100 void TestCommandHandler::RegisterSendResponse(const std::function<void(const std::string&)> callbac… in RegisterSendResponse() function in test_vendor_lib::TestCommandHandler