Home
last modified time | relevance | path

Searched refs:GetSessionKey (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/
H A Dstream_adaptor_test.cpp101 int32_t ret = adaptor->Encrypt(streamData.buf, streamData.bufLen, data.get(), dataLen, adaptor->GetSessionKey()); in HWTEST_F()
103 ret = adaptor->Decrypt(data.get(), dataLen, streamData.buf, streamData.bufLen, adaptor->GetSessionKey()); in HWTEST_F()
125 int32_t ret = adaptor->Encrypt(streamData.buf, streamData.bufLen, data.get(), dataLen, adaptor->GetSessionKey()); in HWTEST_F()
127 ret = adaptor->Decrypt(data.get(), dataLen + 1, streamData.buf, streamData.bufLen, adaptor->GetSessionKey()); in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_session_test.cpp97 ret = GetSessionKey(-1, key, len); in HWTEST_F()
100 ret = GetSessionKey(sessionId, NULL, len); in HWTEST_F()
103 ret = GetSessionKey(sessionId, key, 0); in HWTEST_F()
106 ret = GetSessionKey(sessionId, key, SESSION_KEY_LEN - 1); in HWTEST_F()
123 ret = GetSessionKey(sessionId, key, len); in HWTEST_F()
/foundation/communication/dsoftbus/interfaces/inner_kits/transport/
H A Ddfs_session.h76 int32_t GetSessionKey(int32_t sessionId, char *key, unsigned int len);
/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/
H A Ddfs_demo.c105 ret = GetSessionKey(sessionId, key, len); in main()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session.cpp53 ret = ::GetSessionKey(sessionId_, key.data(), key.size()); in SoftbusSession()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dstream_adaptor.h49 const std::pair<uint8_t*, uint32_t> GetSessionKey();
H A Dstream_adaptor_listener.h149 adaptor_->GetSessionKey()); in ConvertRawStreamData()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranssessionservice_fuzzer/
H A Dclienttranssessionservice_fuzzer.cpp40 GetSessionKey(sessionId, tmp, len); in GetSessionKeyTest()
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Daccess_control_profile.h40 std::string GetSessionKey() const;
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/
H A Dclient_trans_udp_stream_interface.cpp63 ssize_t encLen = adaptor->Encrypt(buf, bufLen, data.get(), dataLen, adaptor->GetSessionKey()); in CreateRawStream()
199 param->type, newAdaptor->GetSessionKey()); in StartVtpStreamChannelServer()
248 Communication::SoftBus::VTP, param->type, newAdaptor->GetSessionKey()); in StartVtpStreamChannelClient()
H A Dstream_adaptor.cpp47 const std::pair<uint8_t*, uint32_t> StreamAdaptor::GetSessionKey() in GetSessionKey() function in StreamAdaptor
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/include/
H A Dconnection_manager.h54 bool GetSessionKey(const json &authInfo, uint8_t *sessionkey);
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Daccess_control_profile.cpp78 std::string AccessControlProfile::GetSessionKey() const in GetSessionKey() function in OHOS::DistributedDeviceProfile::AccessControlProfile
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/
H A Dconnection_manager.cpp1072 bool result = GetSessionKey(authInfo, sessionKey); in HandleConnectDeviceAction()
1090 bool CastBindTargetCallback::GetSessionKey(const json &authInfo, uint8_t *sessionKey) in GetSessionKey() function in OHOS::CastEngine::CastEngineService::CastBindTargetCallback
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c704 int32_t GetSessionKey(int32_t sessionId, char *key, unsigned int len) in GetSessionKey() function
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_test.cpp823 int32_t ret = GetSessionKey(sessionId, sessionKey, SESSION_KEY_LEN); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp425 values.PutString(SESSION_KEY, profile.GetSessionKey()); in AccessControlProfileToEntries()
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp1908 ValueObject(profile.GetTrustDeviceId()), ValueObject(profile.GetSessionKey()), in IsAclExists()

Completed in 14 milliseconds