Home
last modified time | relevance | path

Searched refs:clients_ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/main/test/
Dmain_shim_stack_dumpsys_test.cc491 clients_.emplace_back(std::make_unique<Client>(i)); in ClientGroup()
497 for (auto& c : clients_) { in Start()
503 for (auto& c : clients_) { in Await()
511 for (auto& c : clients_) { in Quiesce()
518 for (auto& c : clients_) { in Stop()
525 for (auto& c : clients_) { in Dump()
534 for (auto& c : clients_) { in GetCallablePostCnt()
540 size_t NumClients() const { return clients_.size(); } in NumClients()
542 std::vector<std::unique_ptr<Client>> clients_; member in ClientGroup
572 for (auto& c : client_group_.clients_) { in TEST_F()
[all …]
Dmain_shim_stack_lifecycle_test.cc454 for (auto& c : clients_) { in Start()
461 for (auto& c : clients_) { in Await()
469 for (auto& c : clients_) { in Quiesce()
476 for (auto& c : clients_) { in Stop()
483 for (auto& c : clients_) { in Dump()
492 for (auto& c : clients_) { in GetCallablePostCnt()
500 std::unique_ptr<Client> clients_[kNumTestClients] = { member in ClientGroup
523 for (auto& c : client_group.clients_) { in TEST_F()
579 for (auto& c : client_group.clients_) { in TEST_F()