Searched refs:RemoveSessionServerInner (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/ |
H A D | session_mock.h | 26 int RemoveSessionServerInner(const char *pkgName, const char *sessionName);
|
H A D | session_mock.cpp | 36 int RemoveSessionServerInner(const char *pkgName, const char *sessionName) in RemoveSessionServerInner() function
|
H A D | session_service_impl.cpp | 75 return RemoveSessionServerInner(pkgName.c_str(), sessionName.c_str()); in RemoveSessionServer()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/sessionmock_fuzzer/ |
H A D | sessionmock_fuzzer.cpp | 41 RemoveSessionServerInner(nullptr, mySessionName); in RemoveSessionServerInnerTest()
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/include/ |
H A D | softbus_server_stub.h | 37 int32_t RemoveSessionServerInner(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/ |
H A D | softbus_server_stub_test.cpp | 297 ret = softBusServer->RemoveSessionServerInner(datas, reply); 301 ret = softBusServer->RemoveSessionServerInner(datas, reply); 307 ret = softBusServer->RemoveSessionServerInner(datas, reply); 313 ret = softBusServer->RemoveSessionServerInner(datas, reply);
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server_stub.cpp | 140 memberFuncMap_[SERVER_REMOVE_SESSION_SERVER] = &SoftBusServerStub::RemoveSessionServerInner; in InitMemberFuncMap() 458 int32_t SoftBusServerStub::RemoveSessionServerInner(MessageParcel &data, MessageParcel &reply) in RemoveSessionServerInner() function in OHOS::SoftBusServerStub
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/ |
H A D | softbusserverstub_fuzzer.cpp | 170 SoftBusServer->RemoveSessionServerInner(datas, reply); in RemoveSessionServerFuzzTest()
|