Searched refs:CreateSessionServerInner (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/ |
H A D | session_mock.h | 25 int CreateSessionServerInner(const char *pkgName, const char *sessionName);
|
H A D | session_mock.cpp | 31 int CreateSessionServerInner(const char *pkgName, const char *sessionName) in CreateSessionServerInner() function
|
H A D | session_service_impl.cpp | 57 int32_t ret = CreateSessionServerInner(pkgName.c_str(), sessionName.c_str()); in CreateSessionServer()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/sessionmock_fuzzer/ |
H A D | sessionmock_fuzzer.cpp | 31 CreateSessionServerInner(nullptr, mySessionName); in CreateSessionServerInnerTest()
|
/foundation/communication/dsoftbus/core/frame/standard/init/include/ |
H A D | softbus_server_stub.h | 36 int32_t CreateSessionServerInner(MessageParcel &data, MessageParcel &reply);
|
/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server_stub.cpp | 142 memberFuncMap_[SERVER_CREATE_SESSION_SERVER] = &SoftBusServerStub::CreateSessionServerInner; in InitMemberFuncMap() 420 int32_t SoftBusServerStub::CreateSessionServerInner(MessageParcel &data, MessageParcel &reply) in CreateSessionServerInner() function in OHOS::SoftBusServerStub 428 COMM_LOGE(COMM_SVC, "CreateSessionServerInner read pkgName failed!"); in CreateSessionServerInner() 457 COMM_LOGE(COMM_SVC, "CreateSessionServerInner write reply failed!"); in CreateSessionServerInner()
|
/foundation/communication/dsoftbus/tests/core/frame/unittest/ |
H A D | softbus_server_stub_test.cpp | 289 int32_t ret = softBusServer->CreateSessionServerInner(datas, reply); in HWTEST_F() 294 ret = softBusServer->CreateSessionServerInner(datas, reply); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/ |
H A D | softbusserverstub_fuzzer.cpp | 138 SoftBusServer->CreateSessionServerInner(datas, reply); in CreateSessionServerFuzzTest()
|
Completed in 10 milliseconds