Searched refs:secPtr (Results 1 - 3 of 3) sorted by relevance
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | uds_server.cpp | 232 auto secPtr = GetSession(fd); in ReleaseSession() local 233 if (secPtr != nullptr) { in ReleaseSession() 234 OnDisconnected(secPtr); in ReleaseSession() 237 MMI_HILOGE("Get session secPtr is nullptr, fd:%{public}d", fd); in ReleaseSession() 238 DfxHisysevent::OnClientDisconnect(secPtr, fd, OHOS::HiviewDFX::HiSysEvent::EventType::FAULT); in ReleaseSession() 250 DfxHisysevent::OnClientDisconnect(secPtr, fd, OHOS::HiviewDFX::HiSysEvent::EventType::BEHAVIOR); in ReleaseSession() 252 DfxHisysevent::OnClientDisconnect(secPtr, fd, OHOS::HiviewDFX::HiSysEvent::EventType::FAULT); in ReleaseSession()
|
/foundation/multimodalinput/input/service/dfx/src/ |
H A D | dfx_hisysevent.cpp | 174 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() 198 "MSG", "The client failed to disconnect to the server because secPtr is nullptr"); in OnClientDisconnect()
|
/foundation/multimodalinput/input/service/dfx/include/ |
H A D | dfx_hisysevent.h | 70 static void OnClientDisconnect(const SessionPtr& secPtr, int32_t fd,
|
Completed in 4 milliseconds