Home
last modified time | relevance | path

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

/external/sdv/vsomeip/test/pending_subscription_tests/
Dpending_subscription_test_sd_msg_sender.cpp249 std::atomic<std::uint32_t> responses_received(0); in TEST_F() local
458 std::atomic<std::uint32_t> responses_received(0); in TEST_F() local
665 std::atomic<std::uint32_t> responses_received(0); in TEST_F() local
885 std::atomic<std::uint32_t> responses_received(0); in TEST_F() local
1106 std::atomic<std::uint32_t> responses_received(0); in TEST_F() local
1324 std::atomic<std::uint32_t> responses_received(0); in TEST_F() local
1584 static int responses_received = 0; in TEST_F() local
/external/webrtc/api/stats/
Drtcstats_objects.h220 RTCStatsMember<uint64_t> responses_received; variable