Home
last modified time | relevance | path

Searched refs:ParseConnectAddr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h490 …int32_t ParseConnectAddr(const PeerTargetId &targetId, std::string &deviceId, std::string &addrTyp…
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp873 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 Ddm_auth_manager.cpp1714 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