Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp45 std::string SoftbusConnector::remoteUdidHash_ = ""; member in OHOS::DistributedHardware::SoftbusConnector
260 remoteUdidHash_.c_str(), remoteUdidHash_.length()) != 0) { in JoinLnn()
261 …py remoteUdid hash failed, remoteUdidHash_: %{public}s.", GetAnonyString(remoteUdidHash_).c_str()); in JoinLnn()
699 remoteUdidHash_ = udidHash; in DeleteOffLineTimer()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h166 static std::string remoteUdidHash_; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h593 std::string remoteUdidHash_ = ""; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp366 GetPeerUdidHash(sessionId, remoteUdidHash_); in DeleteOffLineTimer()
367 if (remoteUdidHash_.empty()) { in DeleteOffLineTimer()
372 softbusConnector_->DeleteOffLineTimer(remoteUdidHash_); in DeleteOffLineTimer()