Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp46 std::map<std::string, std::shared_ptr<DeviceInfo>> SoftbusConnector::discoveryDeviceInfoMap_ = {}; member in OHOS::DistributedHardware::SoftbusConnector
296 auto iter = discoveryDeviceInfoMap_.find(deviceId); in HaveDeviceInMap()
297 if (iter == discoveryDeviceInfoMap_.end()) { in HaveDeviceInMap()
322 auto iter = discoveryDeviceInfoMap_.find(deviceId); in GetConnectAddr()
323 if (iter == discoveryDeviceInfoMap_.end()) { in GetConnectAddr()
448 if (discoveryDeviceInfoMap_.find(deviceId) == discoveryDeviceInfoMap_.end()) { in OnSoftbusDeviceFound()
451 discoveryDeviceInfoMap_[deviceId] = infoPtr; in OnSoftbusDeviceFound()
455 discoveryDeviceInfoMap_.erase(discoveryDeviceIdQueue_.front()); in OnSoftbusDeviceFound()
497 if (discoveryDeviceInfoMap_ in OnSoftbusDeviceDiscovery()
[all...]
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp325 SoftbusConnector::discoveryDeviceInfoMap_[deviceId]; in HWTEST_F() member in OHOS::DistributedHardware::__anon8455::SoftbusConnector
329 SoftbusConnector::discoveryDeviceInfoMap_.clear(); in HWTEST_F()
344 SoftbusConnector::discoveryDeviceInfoMap_.clear(); in HWTEST_F()
428 SoftbusConnector::discoveryDeviceInfoMap_[deviceId] = deviceInfo; in HWTEST_F() member in OHOS::DistributedHardware::__anon8455::SoftbusConnector
432 SoftbusConnector::discoveryDeviceInfoMap_.clear(); in HWTEST_F()
451 SoftbusConnector::discoveryDeviceInfoMap_[deviceId] = deviceInfo; in HWTEST_F() member in OHOS::DistributedHardware::__anon8455::SoftbusConnector
455 SoftbusConnector::discoveryDeviceInfoMap_.clear(); in HWTEST_F()
473 SoftbusConnector::discoveryDeviceInfoMap_[deviceId] = deviceInfo; in HWTEST_F() member in OHOS::DistributedHardware::__anon8455::SoftbusConnector
477 SoftbusConnector::discoveryDeviceInfoMap_.clear(); in HWTEST_F()
495 SoftbusConnector::discoveryDeviceInfoMap_[deviceI in HWTEST_F() member in OHOS::DistributedHardware::__anon8455::SoftbusConnector
[all...]
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h173 static std::map<std::string, std::shared_ptr<DeviceInfo>> discoveryDeviceInfoMap_; member in OHOS::DistributedHardware::SoftbusConnector
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp536 authManager_->softbusConnector_->discoveryDeviceInfoMap_.insert( in HWTEST_F()
1193 authManager_->softbusConnector_->discoveryDeviceInfoMap_.clear(); in HWTEST_F()
1210 authManager_->softbusConnector_->discoveryDeviceInfoMap_.emplace(deviceId, infoPtr); in HWTEST_F()
1230 authManager_->softbusConnector_->discoveryDeviceInfoMap_.clear(); in HWTEST_F()
1247 authManager_->softbusConnector_->discoveryDeviceInfoMap_.emplace(deviceId, infoPtr); in HWTEST_F()
1266 authManager_->softbusConnector_->discoveryDeviceInfoMap_.emplace(deviceId, infoPtr); in HWTEST_F()
H A DUTTest_dm_auth_manager_first.cpp481 authManager_->softbusConnector_->discoveryDeviceInfoMap_.emplace(deviceId, infoPtr); in HWTEST_F()
496 authManager_->softbusConnector_->discoveryDeviceInfoMap_.emplace(deviceId, infoPtr); in HWTEST_F()

Completed in 9 milliseconds