Home
last modified time | relevance | path

Searched refs:JoinLnn (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbusconnectorstatic_fuzzer/
H A Dsoftbus_connector_static_fuzzer.cpp39 SoftbusConnector::JoinLnn(deviceId); in SoftBusConnectorStaticFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h116 static void JoinLnn(const std::string &deviceId);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp251 softbusConnector_->JoinLnn(deviceId); in AuthenticateDevice()
977 softbusConnector_->JoinLnn(authRequestContext_->deviceId); in IsAuthFinish()
1903 softbusConnector_->JoinLnn(authRequestContext_->ip); in RequestCredentialDone()
2090 softbusConnector_->JoinLnn(authRequestContext_->ip); in SrcAuthDeviceFinish()
2614 softbusConnector_->JoinLnn(authResponseContext_->deviceId); in CheckTrustState()
2628 softbusConnector_->JoinLnn(authResponseContext_->deviceId); in CheckTrustState()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp250 void SoftbusConnector::JoinLnn(const std::string &deviceId) in JoinLnn() function in OHOS::DistributedHardware::SoftbusConnector
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp680 softbusConnector->JoinLnn(deviceId);