Home
last modified time | relevance | path

Searched refs:secPtr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp227 auto secPtr = GetSession(fd); in ReleaseSession() local
228 if (secPtr != nullptr) { in ReleaseSession()
229 OnDisconnected(secPtr); in ReleaseSession()
233 … DfxHisysevent::OnClientDisconnect(secPtr, fd, OHOS::HiviewDFX::HiSysEvent::EventType::FAULT); in ReleaseSession()
245 … DfxHisysevent::OnClientDisconnect(secPtr, fd, OHOS::HiviewDFX::HiSysEvent::EventType::BEHAVIOR); in ReleaseSession()
247 … DfxHisysevent::OnClientDisconnect(secPtr, fd, OHOS::HiviewDFX::HiSysEvent::EventType::FAULT); in ReleaseSession()
/ohos5.0/base/msdp/device_status/services/native/src/
H A Dstream_server.cpp185 auto secPtr = GetSession(fd); in ReleaseSession() local
186 if (secPtr != nullptr) { in ReleaseSession()
187 OnDisconnected(secPtr); in ReleaseSession()
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp174 void DfxHisysevent::OnClientDisconnect(const SessionPtr& secPtr, int32_t fd, in OnClientDisconnect() argument
177 CHKPV(secPtr); in OnClientDisconnect()
183 "PID", secPtr->GetPid(), in OnClientDisconnect()
184 "UID", secPtr->GetUid(), in OnClientDisconnect()
185 "MODULE_TYPE", secPtr->GetModuleType(), in OnClientDisconnect()
187 "PROGRAMNAME", secPtr->GetProgramName(), in OnClientDisconnect()
193 if (secPtr == nullptr) { in OnClientDisconnect()
/ohos5.0/foundation/multimodalinput/input/service/dfx/include/
H A Ddfx_hisysevent.h71 static void OnClientDisconnect(const SessionPtr& secPtr, int32_t fd,