Home
last modified time | relevance | path

Searched refs:DelSession (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/module_loader/test/
H A Duds_server_test.cpp488 * @tc.desc: Test the function DelSession
506 udsServer.DelSession(fd); in HWTEST_F()
511 * @tc.desc: Test the function DelSession
529 udsServer.DelSession(fd); in HWTEST_F()
809 * @tc.desc: The DelSession function of UDSServer properly deletes a session
818 ASSERT_NO_FATAL_FAILURE(udsServer.DelSession(fd)); in HWTEST_F()
820 ASSERT_NO_FATAL_FAILURE(udsServer.DelSession(fds)); in HWTEST_F()
960 ASSERT_NO_FATAL_FAILURE(udsServer.DelSession(fd)); in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/include/
H A Duds_server.h80 void DelSession(int32_t fd);
/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp235 DelSession(fd); in ReleaseSession()
385 void UDSServer::DelSession(int32_t fd) in DelSession() function in OHOS::MMI::UDSServer
403 DumpSession("DelSession"); in DelSession()

Completed in 3 milliseconds