Searched refs:sapp (Results 1 – 1 of 1) sorted by relevance
471 auto sapp = app_.lock(); in deliverSecureInputEvent() local472 if (!sapp) return ResponseCode::Ignored; in deliverSecureInputEvent()474 sapp->issueCmd<DeliverTestCommandMessage, DeliverTestCommandResponse>( in deliverSecureInputEvent()496 auto sapp = app_.lock(); in abort() local497 if (sapp) sapp->issueCmd<AbortMsg>(); in abort()