Home | History | Annotate | Download | only in fastboot

Lines Matching refs:AddReceive

38     mock->AddReceive("FB01");
48 mock->AddReceive("FB99");
77 mock->AddReceive("XX01");
87 mock->AddReceive("FB00");
100 mock_->AddReceive("FB01");
135 mock_->AddReceive(std::string{0, 0, 0, 0, 0, 0, 0, 3});
136 mock_->AddReceive("foo");
143 mock_->AddReceive(std::string{0, 0, 0, 0});
144 mock_->AddReceive(std::string{0, 0, 0, 3});
145 mock_->AddReceive("f");
146 mock_->AddReceive("o");
147 mock_->AddReceive("o");
169 mock_->AddReceive(std::string{0, 0, 0, 0, 0, 0x10, 0, 0});
170 mock_->AddReceive(data);
178 mock_->AddReceive(std::string{0, 0, 0, 0, 0, 0, 0, 7});
179 mock_->AddReceive("OKAY0.4");
182 mock_->AddReceive(std::string{0, 0, 0, 0, 0, 0, 0, 16});
183 mock_->AddReceive("INFOversion: 0.4");
184 mock_->AddReceive(std::string{0, 0, 0, 0, 0, 0, 0, 12});
185 mock_->AddReceive("INFOfoo: bar");
186 mock_->AddReceive(std::string{0, 0, 0, 0, 0, 0, 0, 4});
187 mock_->AddReceive("OKAY");
206 mock_->AddReceive(std::string{0, 0, 0, 0, 0, 0, 0, 3});