Searched refs:remotes_ (Results 1 - 5 of 5) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kvdb_notifier_client.cpp | 68 if (!remotes_.Contains(clientUuid)) { in OnRemoteChange() 69 remotes_.InsertOrAssign(clientUuid, std::make_pair<bool, bool>(true, true)); in OnRemoteChange() 71 remotes_.Compute(clientUuid, [isChange = changed, type](const auto &key, auto &value) -> bool { in OnRemoteChange() 98 auto [exist, value] = remotes_.Find(deviceId); in IsChanged()
|
H A D | kvdb_notifier_client.h | 53 ConcurrentMap<std::string, std::pair<bool, bool>> remotes_; member in OHOS::DistributedKv::KVDBNotifierClient
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_server_service.cpp | 60 std::map<uint16_t, GattConnection> remotes_ = {}; member 876 auto remote = remotes_.find(connectionHandle); in OnExchangeMtuEvent() 877 if (remote != remotes_.end()) { in OnExchangeMtuEvent() 909 auto remote = remotes_.find(connectionHandle); in OnReadCharacteristicValueEvent() 910 if (remote != remotes_.end()) { in OnReadCharacteristicValueEvent() 952 auto remote = remotes_.find(connectionHandle); in OnWriteCharacteristicEvent() 953 if (remote != remotes_.end()) { in OnWriteCharacteristicEvent() 991 auto remote = remotes_.find(connectionHandle); in OnDescriptorReadEvent() 992 if (remote != remotes_.end()) { in OnDescriptorReadEvent() 1031 auto remote = remotes_ in OnDescriptorWriteEvent() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
H A D | device_matrix.cpp | 212 auto it = remotes_.find(device); in OnBroadcast() 213 if (it != remotes_.end()) { in OnBroadcast() 217 remotes_.insert_or_assign(device, mask); in OnBroadcast() 485 auto it = remotes_.find(device); in OnExchanged() 486 if (it == remotes_.end()) { in OnExchanged() 582 auto it = remotes_.find(device); in GetRemoteMask() 583 if (it == remotes_.end()) { in GetRemoteMask() 601 for (const auto &[device, mask] : remotes_) { in GetRemoteDynamicMask() 650 remotes_.clear(); in Clear()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/ |
H A D | device_matrix.h | 158 std::map<std::string, Mask> remotes_; member in OHOS::DistributedData::DeviceMatrix
|
Completed in 5 milliseconds