Searched refs:OpenSessionInner (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/ |
H A D | session_mock.h | 27 int OpenSessionInner(const char *mySessionName, const char *peerSessionName, const char *peerNetwor…
|
H A D | session_mock.cpp | 41 int OpenSessionInner(const char *mySessionName, const char *peerSessionName, const char *peerNetwor… in OpenSessionInner() function
|
H A D | session_service_impl.cpp | 89 …OpenSessionInner(mySessionName.c_str(), peerSessionName.c_str(), peerNetworkId.c_str(), groupId.c_… in OpenSession()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/sessionmock_fuzzer/ |
H A D | sessionmock_fuzzer.cpp | 57 OpenSessionInner(mySessionName, peerSessionName, peerNetworkId, groupId, size); in OpenSessionInnerTest()
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/include/ |
H A D | softbus_server_stub.h | 38 int32_t OpenSessionInner(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server_stub.cpp | 142 memberFuncMap_[SERVER_OPEN_SESSION] = &SoftBusServerStub::OpenSessionInner; in InitMemberFuncMap() 578 int32_t SoftBusServerStub::OpenSessionInner(MessageParcel &data, MessageParcel &reply) in OpenSessionInner() function in OHOS::SoftBusServerStub
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/ |
H A D | softbus_server_stub_test.cpp | 382 int32_t ret = softBusServer->OpenSessionInner(datas, reply); 396 ret = softBusServer->OpenSessionInner(datas, reply);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/ |
H A D | softbusserverstub_fuzzer.cpp | 221 SoftBusServer->OpenSessionInner(datas, reply); in OpenSessionFuzzTest()
|