/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/ |
H A D | stream_adaptor_test.cpp | 101 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 D | trans_session_test.cpp | 97 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 D | dfs_session.h | 76 int32_t GetSessionKey(int32_t sessionId, char *key, unsigned int len);
|
/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/ |
H A D | dfs_demo.c | 105 ret = GetSessionKey(sessionId, key, len); in main()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_session.cpp | 53 ret = ::GetSessionKey(sessionId_, key.data(), key.size()); in SoftbusSession()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/ |
H A D | stream_adaptor.h | 49 const std::pair<uint8_t*, uint32_t> GetSessionKey();
|
H A D | stream_adaptor_listener.h | 149 adaptor_->GetSessionKey()); in ConvertRawStreamData()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranssessionservice_fuzzer/ |
H A D | clienttranssessionservice_fuzzer.cpp | 40 GetSessionKey(sessionId, tmp, len); in GetSessionKeyTest()
|
/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | access_control_profile.h | 40 std::string GetSessionKey() const;
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/src/ |
H A D | client_trans_udp_stream_interface.cpp | 63 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 D | stream_adaptor.cpp | 47 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 D | connection_manager.h | 54 bool GetSessionKey(const json &authInfo, uint8_t *sessionkey);
|
/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | access_control_profile.cpp | 78 std::string AccessControlProfile::GetSessionKey() const in GetSessionKey() function in OHOS::DistributedDeviceProfile::AccessControlProfile
|
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/ |
H A D | connection_manager.cpp | 1072 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 D | client_trans_session_service.c | 704 int32_t GetSessionKey(int32_t sessionId, char *key, unsigned int len) in GetSessionKey() function
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_test.cpp | 823 int32_t ret = GetSessionKey(sessionId, sessionKey, SESSION_KEY_LEN); in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 425 values.PutString(SESSION_KEY, profile.GetSessionKey()); in AccessControlProfileToEntries()
|
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 1908 ValueObject(profile.GetTrustDeviceId()), ValueObject(profile.GetSessionKey()), in IsAclExists()
|