Home
last modified time | relevance | path

Searched refs:STATE_UNAUTHORIZE (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/message_handle/include/
H A Dauthorize_helper.h31 STATE_UNAUTHORIZE = 1, member in OHOS::MMI::AuthorizeState
59 AuthorizeState state_ { AuthorizeState::STATE_UNAUTHORIZE };
/foundation/multimodalinput/input/service/message_handle/src/
H A Dauthorize_helper.cpp91 state_ = AuthorizeState::STATE_UNAUTHORIZE; in AuthorizeProcessExit()
113 if (state_ == AuthorizeState::STATE_UNAUTHORIZE) { in AddAuthorizeProcess()
150 state_ = AuthorizeState::STATE_UNAUTHORIZE; in CancelAuthorize()
H A Dserver_msg_handler.cpp134 if (state != AuthorizeState::STATE_UNAUTHORIZE) { in OnInjectKeyEvent()
220 if (state != AuthorizeState::STATE_UNAUTHORIZE) { in OnInjectPointerEvent()
934 if (state != AuthorizeState::STATE_UNAUTHORIZE) { in OnCancelInjection()

Completed in 3 milliseconds