Home
last modified time | relevance | path

Searched refs:OnClientDisconnect (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Duds_server.cpp233 … 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/foundation/multimodalinput/input/service/dfx/include/
H A Ddfx_hisysevent.h71 static void OnClientDisconnect(const SessionPtr& secPtr, int32_t fd,
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp174 void DfxHisysevent::OnClientDisconnect(const SessionPtr& secPtr, int32_t fd, in OnClientDisconnect() function in OHOS::MMI::DfxHisysevent