Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_mock.h25 int CreateSessionServerInner(const char *pkgName, const char *sessionName);
H A Dsession_mock.cpp31 int CreateSessionServerInner(const char *pkgName, const char *sessionName) in CreateSessionServerInner() function
H A Dsession_service_impl.cpp57 int32_t ret = CreateSessionServerInner(pkgName.c_str(), sessionName.c_str()); in CreateSessionServer()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/sessionmock_fuzzer/
H A Dsessionmock_fuzzer.cpp31 CreateSessionServerInner(nullptr, mySessionName); in CreateSessionServerInnerTest()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server_stub.h36 int32_t CreateSessionServerInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp139 memberFuncMap_[SERVER_CREATE_SESSION_SERVER] = &SoftBusServerStub::CreateSessionServerInner; in InitMemberFuncMap()
415 int32_t SoftBusServerStub::CreateSessionServerInner(MessageParcel &data, MessageParcel &reply) in CreateSessionServerInner() function in OHOS::SoftBusServerStub
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp289 int32_t ret = softBusServer->CreateSessionServerInner(datas, reply);
294 ret = softBusServer->CreateSessionServerInner(datas, reply);
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/
H A Dsoftbusserverstub_fuzzer.cpp138 SoftBusServer->CreateSessionServerInner(datas, reply); in CreateSessionServerFuzzTest()