Searched refs:ParseConnectAddr (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | dm_auth_manager.h | 490 …int32_t ParseConnectAddr(const PeerTargetId &targetId, std::string &deviceId, std::string &addrTyp…
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_auth_manager_second.cpp | 873 int32_t ret = authManager_->ParseConnectAddr(targetId, deviceId, addrType); 882 int32_t ret = authManager_->ParseConnectAddr(targetId, deviceId, addrType);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | dm_auth_manager.cpp | 1714 if (ParseConnectAddr(targetId, deviceId, addrType) == DM_OK) { in BindTarget() 1724 int32_t DmAuthManager::ParseConnectAddr(const PeerTargetId &targetId, std::string &deviceId, std::s… in ParseConnectAddr() function in OHOS::DistributedHardware::DmAuthManager
|