Searched refs:GetPeerSessionNameInner (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/ |
H A D | session_mock.h | 37 int32_t GetPeerSessionNameInner(int32_t sessionId, char *data, uint16_t len);
|
H A D | session_mock.cpp | 88 int32_t GetPeerSessionNameInner(int32_t sessionId, char *data, uint16_t len) in GetPeerSessionNameInner() function
|
H A D | session_service_impl.cpp | 161 ret = GetPeerSessionNameInner(sessionId, str, SESSION_NAME_SIZE_MAX); in CreateSession()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | session_mock_test.cpp | 58 ret = GetPeerSessionNameInner(sessionId, data, len);
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/sessionmock_fuzzer/ |
H A D | sessionmock_fuzzer.cpp | 153 GetPeerSessionNameInner(sessionId, tmp, size); in GetPeerSessionNameInnerTest()
|