Home
last modified time | relevance | path

Searched refs:GetSoftbusSession (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp421 softbusConnector_->GetSoftbusSession()->CloseAuthSession(sessionId); in OnSessionOpened()
733 softbusConnector_->GetSoftbusSession()->SendData(sessionId, message); in StartNegotiate()
878 softbusConnector_->GetSoftbusSession()->SendData(sessionId, msg); in ProcessAuthRequest()
945 softbusConnector_->GetSoftbusSession()->SendData(sessionId, msg); in ProcessAuthRequestExt()
2383 softbusConnector_->GetSoftbusSession()->SendData(sessionId, message); in ProcRespNegotiateExt()
2394 softbusConnector_->GetSoftbusSession()->SendData(sessionId, message); in ProcRespNegotiate()
2399 softbusConnector_->GetSoftbusSession()->SendData(sessionId, message); in ProcRespNegotiate()
2422 softbusConnector_->GetSoftbusSession()->SendData(sessionId, message); in ProcRespNegotiate()
2433 softbusConnector_->GetSoftbusSession()->SendData(sessionId, message); in ProcIncompatible()
2476 softbusConnector_->GetSoftbusSession()->CloseUnbindSession(socket); in BindSocketSuccess()
[all …]
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_request_state.cpp196 authManager->softbusConnector_->GetSoftbusSession()->RegisterSessionCallback(authManager);
373 authManager->softbusConnector_->GetSoftbusSession()->RegisterSessionCallback(authManager);
504 authManager->softbusConnector_->GetSoftbusSession()->RegisterSessionCallback(authManager);
566 authManager->softbusConnector_->GetSoftbusSession()->RegisterSessionCallback(authManager);
H A DUTTest_auth_response_state.cpp243 authManager->softbusConnector_->GetSoftbusSession()->RegisterSessionCallback(authManager);
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/dmauthmanager_fuzzer/
H A Ddm_auth_manager_fuzzer.cpp73 g_authManager->softbusConnector_->GetSoftbusSession()-> in DmAuthManagerFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h134 std::shared_ptr<SoftbusSession> GetSoftbusSession();
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp76 softbusConnector_->GetSoftbusSession()->RegisterSessionCallback(authMgr_); in Initialize()
93 softbusConnector_->GetSoftbusSession()->UnRegisterSessionCallback(); in Release()
349 softbusConnector_->GetSoftbusSession()->GetPeerDeviceId(sessionId, peerUdid); in OnSessionOpened()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.cpp49 authManager_->softbusConnector_->GetSoftbusSession()-> in SetUp()
180 authManager_->softbusConnector_->GetSoftbusSession()->RegisterSessionCallback(authManager_);
H A DUTTest_dm_auth_manager_second.cpp40 authManager_->softbusConnector_->GetSoftbusSession()-> in SetUp()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp284 std::shared_ptr<SoftbusSession> SoftbusConnector::GetSoftbusSession() in GetSoftbusSession() function in OHOS::DistributedHardware::SoftbusConnector
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp313 std::shared_ptr<SoftbusSession> softSession = softbusConnector->GetSoftbusSession();