Home
last modified time | relevance | path

Searched refs:discoveryDeviceInfoMap_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp326 SoftbusConnector::discoveryDeviceInfoMap_[deviceId];
330 SoftbusConnector::discoveryDeviceInfoMap_.clear();
345 SoftbusConnector::discoveryDeviceInfoMap_.clear();
429 SoftbusConnector::discoveryDeviceInfoMap_[deviceId] = deviceInfo;
433 SoftbusConnector::discoveryDeviceInfoMap_.clear();
452 SoftbusConnector::discoveryDeviceInfoMap_[deviceId] = deviceInfo;
456 SoftbusConnector::discoveryDeviceInfoMap_.clear();
474 SoftbusConnector::discoveryDeviceInfoMap_[deviceId] = deviceInfo;
478 SoftbusConnector::discoveryDeviceInfoMap_.clear();
496 SoftbusConnector::discoveryDeviceInfoMap_[deviceId] = deviceInfo;
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp293 auto iter = discoveryDeviceInfoMap_.find(deviceId); in HaveDeviceInMap()
294 if (iter == discoveryDeviceInfoMap_.end()) { in HaveDeviceInMap()
319 auto iter = discoveryDeviceInfoMap_.find(deviceId); in GetConnectAddr()
320 if (iter == discoveryDeviceInfoMap_.end()) { in GetConnectAddr()
431 if (discoveryDeviceInfoMap_.find(deviceId) == discoveryDeviceInfoMap_.end()) { in OnSoftbusDeviceFound()
434 discoveryDeviceInfoMap_[deviceId] = infoPtr; in OnSoftbusDeviceFound()
438 discoveryDeviceInfoMap_.erase(discoveryDeviceIdQueue_.front()); in OnSoftbusDeviceFound()
480 if (discoveryDeviceInfoMap_.find(deviceId) == discoveryDeviceInfoMap_.end()) { in OnSoftbusDeviceDiscovery()
483 discoveryDeviceInfoMap_[deviceId] = infoPtr; in OnSoftbusDeviceDiscovery()
487 discoveryDeviceInfoMap_.erase(discoveryDeviceIdQueue_.front()); in OnSoftbusDeviceDiscovery()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h174 static std::map<std::string, std::shared_ptr<DeviceInfo>> discoveryDeviceInfoMap_; variable
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp531 authManager_->softbusConnector_->discoveryDeviceInfoMap_.insert(std::pair<std::string,
1175 authManager_->softbusConnector_->discoveryDeviceInfoMap_.clear();
1192 authManager_->softbusConnector_->discoveryDeviceInfoMap_.emplace(deviceId, infoPtr);
1212 authManager_->softbusConnector_->discoveryDeviceInfoMap_.clear();
1229 authManager_->softbusConnector_->discoveryDeviceInfoMap_.emplace(deviceId, infoPtr);
1248 authManager_->softbusConnector_->discoveryDeviceInfoMap_.emplace(deviceId, infoPtr);
H A DUTTest_dm_auth_manager_first.cpp465 authManager_->softbusConnector_->discoveryDeviceInfoMap_.emplace(deviceId, infoPtr);
480 authManager_->softbusConnector_->discoveryDeviceInfoMap_.emplace(deviceId, infoPtr);