Searched defs:packet_bytes (Results 1 – 10 of 10) sorted by relevance
238 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local251 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local267 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local287 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local310 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local330 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local346 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local359 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local377 auto packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local395 auto packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local[all …]
138 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
73 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local105 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local177 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local198 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local686 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local710 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local769 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local835 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local861 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local1115 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local[all …]
38 def ExtractMatchingCommandComplete(packet_bytes, opcode=None): argument42 def _is_matching_command_complete(packet_bytes, opcode=None): argument64 def ExtractMatchingCommandStatus(packet_bytes, opcode=None): argument68 def _is_matching_command_status(packet_bytes, opcode=None): argument90 def ExtractEventWithCode(packet_bytes, event_code): argument94 def _is_matching_event(packet_bytes, event_code): argument98 def _extract_matching_event(packet_bytes, event_code): argument111 def ExtractLeEventWithCode(packet_bytes, subevent_code): argument115 def _extract_matching_le_event(packet_bytes, subevent_code): argument129 def ExtractLeConnectionComplete(packet_bytes): argument[all …]
27 std::vector<uint8_t> packet_bytes; in SerializePacket() local
418 …auto packet_bytes = hal::SerializePacket(std::unique_ptr<packet::BasePacketBuilder>(new packet::Ra… in TEST() local
230 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in ExchangePairingFeature() local307 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in ExchangePairingFeature() local
42 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in BuilderToView() local
56 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in CommandBuilderToView() local65 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in EventBuilderToView() local
58 void ParentDef::AddTestCase(std::string packet_bytes) { in AddTestCase()