Searched refs:ServerIpcRemoveSessionServer (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/ |
H A D | transserverproxyextern_fuzzer.cpp | 75 (void)ServerIpcRemoveSessionServer(pkgName, sessionName); in ServerIpcRemoveSessionServerTest() 76 (void)ServerIpcRemoveSessionServer(nullptr, sessionName); in ServerIpcRemoveSessionServerTest() 77 (void)ServerIpcRemoveSessionServer(pkgName, nullptr); in ServerIpcRemoveSessionServerTest() 78 (void)ServerIpcRemoveSessionServer(nullptr, nullptr); in ServerIpcRemoveSessionServerTest()
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/include/ |
H A D | trans_server_proxy.h | 30 int32_t ServerIpcRemoveSessionServer(const char *pkgName, const char *sessionName);
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/mini/ |
H A D | trans_server_proxy.c | 40 int32_t ServerIpcRemoveSessionServer(const char *pkgName, const char *sessionName) in ServerIpcRemoveSessionServer() function
|
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/ |
H A D | trans_ipc_test.cpp | 432 * @tc.desc: ServerIpcRemoveSessionServer, use the wrong parameter. 438 int32_t ret = ServerIpcRemoveSessionServer(g_pkgName, g_sessionName); in HWTEST_F() 444 ret = ServerIpcRemoveSessionServer(nullptr, g_sessionName); in HWTEST_F() 447 ret = ServerIpcRemoveSessionServer(g_pkgName, nullptr); in HWTEST_F() 450 ret = ServerIpcRemoveSessionServer(g_pkgName, g_sessionName); in HWTEST_F()
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
H A D | trans_server_proxy.cpp | 126 int32_t ServerIpcRemoveSessionServer(const char *pkgName, const char *sessionName) in ServerIpcRemoveSessionServer() function
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/small/ |
H A D | trans_server_proxy.c | 152 int32_t ServerIpcRemoveSessionServer(const char *pkgName, const char *sessionName) in ServerIpcRemoveSessionServer() function
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_service.c | 157 int32_t ret = ServerIpcRemoveSessionServer(pkgName, sessionName); in RemoveSessionServer()
|
H A D | client_trans_session_manager.c | 251 ret = ServerIpcRemoveSessionServer(pkgName, sessionName); in TryDeleteEmptySessionServer()
|
Completed in 12 milliseconds