Searched refs:ReadAutomaticFlushTimeoutView (Results 1 – 3 of 3) sorted by relevance
197 GET_CONNECTION(ReadAutomaticFlushTimeoutView::Create(command_view)); in ConnectionCommand()
987 auto command_view = ReadAutomaticFlushTimeoutView::Create(packet); in TEST_F()
6783 …ReadAutomaticFlushTimeoutView : public ConnectionManagementCommandView { public:static ReadAutomat… in CreateOptional()6785 …ReadAutomaticFlushTimeoutView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<s… in CreateOptional()6801 explicit ReadAutomaticFlushTimeoutView(ConnectionManagementCommandView parent) : ConnectionManageme… in CreateOptional() function27803 static std::unique_ptr<ReadAutomaticFlushTimeoutBuilder> FromView(ReadAutomaticFlushTimeoutView vie… in Create()27826 …tes(std::vector<uint8_t> captured_packet) {ReadAutomaticFlushTimeoutView view = ReadAutomaticFlush…27829 … = std::vector<uint8_t>(data, data + size);ReadAutomaticFlushTimeoutView view = ReadAutomaticFlush…