/foundation/multimodalinput/input/service/monitor/test/ |
H A D | event_monitor_handler_test.cpp | 85 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); in HWTEST_F() local 228 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); in HWTEST_F() local 250 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); in HWTEST_F() local 271 SessionPtr session in HWTEST_F() local 293 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 311 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 329 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 355 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 376 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 408 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 443 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 548 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 568 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 585 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 611 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 614 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 639 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 661 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 676 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 696 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 743 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 761 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 779 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 814 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 838 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 861 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 888 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 907 SessionPtr session = nullptr; HWTEST_F() local 926 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 947 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local [all...] |
/foundation/multimodalinput/input/intention/drag/server/src/ |
H A D | drag_server.cpp | 55 auto session = env_->GetSocketSessionManager().FindSessionByPid(context.pid); in Start() local
|
/foundation/multimodalinput/input/service/event_dispatch/test/ |
H A D | event_dispatch_test.cpp | 63 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, 1, 1, 100, 100); in HWTEST_F() local 110 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, 1, 1, 100, 100); in HWTEST_F() local 203 auto session = udsServer.GetSession(fd); in HWTEST_F() local 224 auto session = udsServer.GetSession(fd); in HWTEST_F() local 245 auto session = udsServer.GetSession(fd); HWTEST_F() local 266 auto session = udsServer.GetSession(fd); HWTEST_F() local 287 auto session = udsServer.GetSession(fd); HWTEST_F() local 361 auto session = udsServer.GetSession(fd); HWTEST_F() local 391 auto session = udsServer.GetSession(fd); HWTEST_F() local 412 auto session = udsServer.GetSession(fd); HWTEST_F() local 1517 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local 1551 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, g_moduleType, g_writeFd, UID_ROOT, g_pid); HWTEST_F() local [all...] |
/foundation/multimodalinput/input/service/event_dispatch/src/ |
H A D | event_dispatch_handler.cpp | 385 auto session = udsServer.GetSession(fd); in DispatchKeyEvent() local
|
/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | uds_server_test.cpp | 864 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); in HWTEST_F() local 882 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); in HWTEST_F() local 898 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); in HWTEST_F() local 914 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); HWTEST_F() local 932 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, udsSessionFd, UDS_UID, udsSessionPid); HWTEST_F() local 957 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); HWTEST_F() local [all...] |
/foundation/multimodalinput/input/intention/ipc/socket/src/ |
H A D | socket_session_manager.cpp | 157 auto session = iter->second; in ReleaseSession() local 176 auto session = iter->second; in ReleaseSessionByPid() local 214 AddSession(std::shared_ptr<SocketSession> session) AddSession() argument 250 NotifySessionDeleted(std::shared_ptr<SocketSession> session) NotifySessionDeleted() argument [all...] |
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_windows_manager_ex_test.cpp | 373 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); in HWTEST_F() local 406 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); in HWTEST_F() local 1610 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); in HWTEST_F() local 1657 SessionPtr session = std::make_shared<UDSSession>(PROGRAM_NAME, MODULE_TYPE, UDS_FD, UDS_UID, UDS_PID); in HWTEST_F() local
|
/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/ |
H A D | sessioninterface_fuzzer.cpp | 55 auto session = window->GetHostSession(); in GetProxy() local
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_callback.c | 41 SessionInfo *session = (SessionInfo *)SoftBusCalloc(sizeof(SessionInfo)); in AcceptSessionAsServer() local [all...] |
/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | dbinder_base_invoker_interface.h | 105 std::shared_ptr<T> session = WriteTransaction(BC_TRANSACTION, flags, handle, 0, code, data, seqNumber, 0);
in SendRequest() local
|
/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_binder_databus_invoker_unittest.cpp | 405 std::shared_ptr<DBinderSessionObject> session = testInvoker.QueryClientSessionObject(handle); in HWTEST_F() local 440 std::shared_ptr<DBinderSessionObject> session = testInvoker.QueryServerSessionObject(handle); in HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_service_test.cpp | 135 SessionInfo *session = (SessionInfo*)SoftBusCalloc(sizeof(SessionInfo)); in TestGenerateSession() local 177 SessionInfo *session = TestGenerateSession(sessionParam); AddSessionServerAndSession() local 213 SessionInfo *session = (SessionInfo*)SoftBusMalloc(sizeof(SessionInfo)); GenerateSession() local 291 SessionInfo *session = GenerateSession(sessionParam); HWTEST_F() local [all...] |
H A D | client_trans_session_callback_test.cpp | 182 SessionInfo *session = (SessionInfo*)SoftBusCalloc(sizeof(SessionInfo)); in TestGenerateSession() local 282 SessionInfo *session = TestGenerateSession(sessionParam); HWTEST_F() local 322 SessionInfo *session = TestGenerateSession(sessionParam); HWTEST_F() local 351 SessionInfo *session = TestGenerateSession(sessionParam); HWTEST_F() local 382 SessionInfo *session = TestGenerateSession(sessionParam); HWTEST_F() local 439 SessionInfo *session = TestGenerateSession(sessionParam); HWTEST_F() local 489 SessionInfo *session = TestGenerateSession(sessionParam); HWTEST_F() local 523 SessionInfo *session = TestGenerateSession(sessionParam); HWTEST_F() local 552 SessionInfo *session = TestGenerateSession(sessionParam); HWTEST_F() local 587 SessionInfo *session = TestGenerateSession(sessionParam); HWTEST_F() local 620 SessionInfo *session = TestGenerateSession(sessionParam); HWTEST_F() local 647 SessionInfo *session = TestGenerateSession(sessionParam); HWTEST_F() local [all...] |
H A D | client_trans_message_service_test.cpp | 153 SessionInfo *session = (SessionInfo*)SoftBusCalloc(sizeof(SessionInfo)); in TestGenerateSession() local 195 SessionInfo *session = TestGenerateSession(sessionParam); AddSessionServerAndSession() local [all...] |
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/ |
H A D | session_service_impl.cpp | 95 std::shared_ptr<Session> session; in OpenSession() local 106 int32_t SessionServiceImpl::CloseSession(std::shared_ptr<Session> session) in CloseSession() argument 144 int32_t SessionServiceImpl::CreateSession(int32_t sessionId, const std::shared_ptr<Session> &session) in CreateSession() argument 183 std::shared_ptr<Session> session = std::make_shared<SessionImpl>(); OpenSessionCallback() local 218 std::shared_ptr<Session> session; CloseSessionCallback() local 228 std::shared_ptr<Session> session; BytesReceivedCallback() local 240 std::shared_ptr<Session> session; MessageReceivedCallback() local 249 GetSessionListener( int32_t sessionId, std::shared_ptr<ISessionListener> &listener, std::shared_ptr<Session> &session) GetSessionListener() argument 266 GetSessionListenerOnSessionOpened( int32_t sessionId, std::shared_ptr<ISessionListener> &listener, std::shared_ptr<Session> &session) GetSessionListenerOnSessionOpened() argument [all...] |
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | session_incremental_backup_n_exporter.cpp | 38 unique_ptr<BIncrementalBackupSession> session; member [all...] |
H A D | session_backup_n_exporter.cpp | 36 unique_ptr<BSessionBackup> session; member [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | recover_manager.cpp | 180 bool RecoveryManager::OpenSession(TEEC_Context &context, TEEC_Session &session) in OpenSession() argument 229 CloseSession(TEEC_Context &context, TEEC_Session &session) CloseSession() argument [all...] |
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_agent.cpp | 257 void SoftbusAgent::CloseSession(shared_ptr<BaseSession> session) in CloseSession() argument 284 auto session = make_shared<SoftbusSession>(sessionId, peerDeviceId); in OnSessionOpened() local [all...] |
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/ |
H A D | network_agent_template.cpp | 148 void NetworkAgentTemplate::AcceptSession(shared_ptr<BaseSession> session, const std::string backStage) in AcceptSession() argument
|
H A D | kernel_talker.cpp | 73 void KernelTalker::SinkSessionTokernel(shared_ptr<BaseSession> session, const std::string backStage) in SinkSessionTokernel() argument
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
H A D | softbus_agent_test.cpp | 512 auto session = make_shared<SoftbusSession>(testSessionId, peerDeviceId); in HWTEST_F() local
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/ |
H A D | session_pool_test.cpp | 57 void KernelTalker::SinkSessionTokernel(std::shared_ptr<BaseSession> session, const std::string backStage) in SinkSessionTokernel() argument 217 auto session = make_shared<SoftbusSession>(TEST_SESSION_ID, peerDeviceId); in HWTEST_F() local 245 auto session = make_shared<SoftbusSession>(TEST_SESSION_ID, "testNetWork"); in HWTEST_F() local 310 auto session = make_shared<SoftbusSession>(TEST_SESSION_ID, peerDeviceId); in HWTEST_F() local 382 auto session = make_shared<SoftbusSession>(TEST_SESSION_ID, peerDeviceId); in HWTEST_F() local 429 auto session = make_shared<SoftbusSession>(TEST_SESSION_ID, peerDeviceId); HWTEST_F() local 490 auto session = make_shared<SoftbusSession>(TEST_SESSION_ID, peerDeviceId); HWTEST_F() local 585 auto session = make_shared<SoftbusSession>(TEST_SESSION_ID, peerDeviceId); HWTEST_F() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_server.cpp | 116 void ObexServerObserver::OnPut(ObexServerSession &session, const ObexHeader &req) in OnPut() argument 122 void ObexServerObserver::OnGet(ObexServerSession &session, const ObexHeader &req) in OnGet() argument 128 void ObexServerObserver::OnAbort(ObexServerSession &session, const ObexHeader &req) in OnAbort() argument 134 void ObexServerObserver::OnSetPath(ObexServerSession &session, const ObexHeader &req) in OnSetPath() argument 140 void ObexServerObserver::OnAction(ObexServerSession &session, const ObexHeader &req) in OnAction() argument 146 OnSession(ObexServerSession &session, const ObexHeader &req) OnSession() argument 152 OnBusy(ObexServerSession &session, bool isBusy) const OnBusy() argument 180 auto session = std::make_unique<ObexServerSession>(transport, OnTransportConnected() local 339 HandlePutRequest(ObexServerSession &session, ObexHeader &req) const HandlePutRequest() argument 345 HandleGetRequest(ObexServerSession &session, ObexHeader &req) HandleGetRequest() argument 351 HandleSetPathRequest(ObexServerSession &session, ObexHeader &req) HandleSetPathRequest() argument 357 HandleAbortRequest(ObexServerSession &session, ObexHeader &req) HandleAbortRequest() argument 363 HandleTransportDataBusy(ObexServerSession &session, uint8_t isBusy) HandleTransportDataBusy() argument 368 SetBusy(ObexServerSession &session, bool isBusy) const SetBusy() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_channel_fsm.c | 120 RfcommSessionInfo *session = channel->session; in RfcommOpenChannel() local 172 RfcommSessionInfo *session in RfcommRecvSecurityRslt() local 236 RfcommSessionInfo *session = channel->session; RfcommRecvUa() local 307 RfcommSessionInfo *session = channel->session; RfcommRecvDm() local 423 RfcommSessionInfo *session = channel->session; RfcommRecvPnReq() local 562 RfcommSessionInfo *session = channel->session; RfcommRecvDisc() local 649 RfcommSessionInfo *session = channel->session; RfcommRecvRejectRsp() local 677 RfcommSessionInfo *session = channel->session; RfcommCloseChannel() local 736 RfcommSessionInfo *session = channel->session; RfcommTimeOut() local 976 RfcommSessionInfo *session = channel->session; RfcommWriteData() local [all...] |