Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_client_info.h36 constexpr uint32_t NO_EVENT_ON = 0; variable
45 uint32_t eventFlag{ NO_EVENT_ON }; // the flag of the all listen event
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp125 if (clientInfo->eventFlag != NO_EVENT_ON && !isClientDied) { in RemoveClientInfo()
1225 if (info->eventFlag == NO_EVENT_ON && info->bindImeType == ImeType::NONE) { in OnUpdateListenEventFlag()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp580 if (clientInfo_.eventFlag == NO_EVENT_ON) { in RestoreListenInfoInSaDied()