Searched refs:servers_ (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.cpp | 62 std::map<int, ServerApplication> servers_ = {}; member 586 servers_.clear(); in CleanApplication() 639 if (servers_.size() >= MAXIMUM_NUMBER_APPLICATION) { in RegisterApplicationImpl() 645 if (servers_.emplace(appid, std::move(ServerApplication(callback))).second) { in RegisterApplicationImpl() 661 servers_.erase(appId); in DeregisterApplicationImpl() 842 for (auto &server : servers_) { in CancelConnection() 883 for (auto &server : servers_) { in OnExchangeMtuEvent() 902 auto server = servers_.find(appId->second.first); in OnReadCharacteristicValueEvent() 903 if (server == servers_.end()) { in OnReadCharacteristicValueEvent() 945 auto server = servers_ in OnWriteCharacteristicEvent() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 103 SafeMap<std::string, sptr<IRemoteObject>> servers_; member 619 servers_.EnsureInsert(PROFILE_SOCKET, socket->AsObject()); in createServers() 622 servers_.EnsureInsert(PROFILE_GATT_SERVER, gattserver->AsObject()); in createServers() 625 servers_.EnsureInsert(PROFILE_GATT_CLIENT, gattclient->AsObject()); in createServers() 629 servers_.EnsureInsert(PROFILE_HFP_AG, hfpAg->AsObject()); in createServers() 634 servers_.EnsureInsert(PROFILE_HFP_HF, hfpHf->AsObject()); in createServers() 639 servers_.EnsureInsert(PROFILE_AVRCP_CT, avrcpCtServer->AsObject()); in createServers() 644 servers_.EnsureInsert(PROFILE_AVRCP_TG, avrcpTgServer->AsObject()); in createServers() 655 servers_.EnsureInsert(PROFILE_MAP_MCE, mapMce->AsObject()); in createServers() 660 servers_ in createServers() [all...] |
Completed in 4 milliseconds