Home
last modified time | relevance | path

Searched defs:acks_received (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/test/pending_subscription_tests/
Dpending_subscription_test_sd_msg_sender.cpp246 std::atomic<std::uint32_t> acks_received(0); in TEST_F() local
455 std::atomic<std::uint32_t> acks_received(0); in TEST_F() local
659 std::atomic<std::uint32_t> acks_received(0); in TEST_F() local
882 std::atomic<std::uint32_t> acks_received(0); in TEST_F() local
1103 std::atomic<std::uint32_t> acks_received(0); in TEST_F() local
1321 std::atomic<std::uint32_t> acks_received(0); in TEST_F() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/public/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dfake_hci_transport_server.h47 size_t acks_received() const { return ack_receive_count_; } in acks_received() function