Home
last modified time | relevance | path

Searched refs:FindSessionByPid (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/intention/prototype/include/
H A Di_socket_session_manager.h33 virtual SocketSessionPtr FindSessionByPid(int32_t pid) const = 0;
/foundation/multimodalinput/input/intention/ipc/socket/include/
H A Dsocket_session_manager.h47 SocketSessionPtr FindSessionByPid(int32_t pid) const override;
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Devent_manager.cpp232 auto session = env_->GetSocketSessionManager().FindSessionByPid(notice.pid); in NotifyCooperateMessage()
249 auto session = env_->GetSocketSessionManager().FindSessionByPid(notice.pid); in NotifyCooperateState()
H A Dhot_area.cpp146 auto session = env_->GetSocketSessionManager().FindSessionByPid(pid); in NotifyHotAreaMessage()
H A Dmouse_location.cpp329 auto session = context_->GetSocketSessionManager().FindSessionByPid(pid); in ReportMouseLocationToListener()
/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_session_manager.cpp118 SocketSessionPtr SocketSessionManager::FindSessionByPid(int32_t pid) const in FindSessionByPid() function in OHOS::Msdp::DeviceStatus::SocketSessionManager
/foundation/multimodalinput/input/intention/drag/server/src/
H A Ddrag_server.cpp55 auto session = env_->GetSocketSessionManager().FindSessionByPid(context.pid); in Start()

Completed in 4 milliseconds