Home
last modified time | relevance | path

Searched refs:AddMemberToDiscoverMap (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h142 …int32_t AddMemberToDiscoverMap(const std::string &deviceId, std::shared_ptr<DeviceInfo> deviceInfo…
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp795 int32_t ret = softbusConnector->AddMemberToDiscoverMap(deviceId, deviceInfo);
808 int32_t ret = softbusConnector->AddMemberToDiscoverMap(deviceId, deviceInfo);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp619 int32_t SoftbusConnector::AddMemberToDiscoverMap(const std::string &deviceId, std::shared_ptr<Devic… in AddMemberToDiscoverMap() function in OHOS::DistributedHardware::SoftbusConnector
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1765 if (softbusConnector_->AddMemberToDiscoverMap(deviceId, deviceInfo) != DM_OK) { in ParseConnectAddr()