Lines Matching refs:Create
44 auto temp_cmd_view = CommandView::Create(packet_bytes_view); in BuilderToView()
45 return CommandView::Create(temp_cmd_view); in BuilderToView()
153 CommandView bad_pairing_response = BuilderToView(PairingRandomBuilder::Create({})); in TEST_F()
176 PairingResponseBuilder::Create(IoCapability::KEYBOARD_DISPLAY, OobDataFlag::NOT_PRESENT, in TEST_F()
185 auto ppkv = PairingPublicKeyView::Create(outgoing_l2cap_packet_.value()); in TEST_F()
192 …pairing_handler->OnCommandView(BuilderToView(PairingPublicKeyBuilder::Create(public_key.x, public_… in TEST_F()
205 pairing_handler->OnCommandView(BuilderToView(PairingConfirmBuilder::Create(Cb))); in TEST_F()
210 auto prv = PairingRandomView::Create(outgoing_l2cap_packet_.value()); in TEST_F()
214 pairing_handler->OnCommandView(BuilderToView(PairingRandomBuilder::Create(Nb))); in TEST_F()
227 PairingRequestView preqv = PairingRequestView::Create(pairing_request); in TEST_F()
228 PairingResponseView prspv = PairingResponseView::Create(pairing_response); in TEST_F()
242 auto pdhkcv = PairingDhKeyCheckView::Create(outgoing_l2cap_packet_.value()); in TEST_F()
246 pairing_handler->OnCommandView(BuilderToView(PairingDhKeyCheckBuilder::Create(Eb))); in TEST_F()
303 .pairing_request = PairingRequestView::Create(BuilderToView(
304 PairingRequestBuilder::Create(IoCapability::NO_INPUT_NO_OUTPUT, OobDataFlag::NOT_PRESENT,