Home
last modified time | relevance | path

Searched refs:OpenSessionInner (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_mock.h27 int OpenSessionInner(const char *mySessionName, const char *peerSessionName, const char *peerNetwor…
H A Dsession_mock.cpp41 int OpenSessionInner(const char *mySessionName, const char *peerSessionName, const char *peerNetwor… in OpenSessionInner() function
H A Dsession_service_impl.cpp89OpenSessionInner(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 Dsessionmock_fuzzer.cpp57 OpenSessionInner(mySessionName, peerSessionName, peerNetworkId, groupId, size); in OpenSessionInnerTest()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server_stub.h38 int32_t OpenSessionInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp142 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 Dsoftbus_server_stub_test.cpp382 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 Dsoftbusserverstub_fuzzer.cpp221 SoftBusServer->OpenSessionInner(datas, reply); in OpenSessionFuzzTest()