Searched refs:GetMySessionNameInner (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/ |
H A D | session_mock.h | 36 int32_t GetMySessionNameInner(int32_t sessionId, char *data, uint16_t len);
|
H A D | session_mock.cpp | 83 int32_t GetMySessionNameInner(int32_t sessionId, char *data, uint16_t len) in GetMySessionNameInner() function
|
H A D | session_service_impl.cpp | 155 ret = GetMySessionNameInner(sessionId, str, SESSION_NAME_SIZE_MAX); in CreateSession() 271 int32_t ret = GetMySessionNameInner(sessionId, str, SESSION_NAME_SIZE_MAX); in GetSessionListenerOnSessionOpened()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | session_mock_test.cpp | 61 ret = GetMySessionNameInner(sessionId, data, len);
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/sessionmock_fuzzer/ |
H A D | sessionmock_fuzzer.cpp | 142 GetMySessionNameInner(sessionId, tmp, size); in GetMySessionNameInnerTest()
|