Searched refs:RegisterSendResponse (Results 1 – 4 of 4) sorted by relevance
63 test_channel_.RegisterSendResponse( in SetUpHciServer()89 test_channel_.RegisterSendResponse( in SetUpLinkLayerServer()147 test_channel_.RegisterSendResponse( in SetUpTestChannel()164 test_channel_.RegisterSendResponse( in SetUpTestChannel()
124 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()
44 void RegisterSendResponse(const std::function<void(const std::string&)> callback);
100 void TestCommandHandler::RegisterSendResponse(const std::function<void(const std::string&)> callbac… in RegisterSendResponse() function in test_vendor_lib::TestCommandHandler