Home
last modified time | relevance | path

Searched refs:preKeySize (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp115 uint32_t preKeySize = keyOption->GetPreKeys().size(); in SubscribeKeyEvent() local
116 if (preKeySize > MAX_PRE_KEY_COUNT) { in SubscribeKeyEvent()
117 MMI_HILOGE("Leave, preKeySize:%{public}u", preKeySize); in SubscribeKeyEvent()
290 uint32_t preKeySize = keyOption->GetPreKeys().size(); in SubscribeHotkey() local
291 if (preKeySize > MAX_PRE_KEY_COUNT) { in SubscribeHotkey()
292 MMI_HILOGE("Leave, preKeySize:%{public}u", preKeySize); in SubscribeHotkey()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp59 int32_t preKeySize = cJSON_GetArraySize(preKey); in GetPreKeys() local
60 if (preKeySize > MAX_PREKEYS_NUM) { in GetPreKeys()
61 MMI_HILOGE("preKeySize number must less and equal four"); in GetPreKeys()
64 for (int32_t i = 0; i < preKeySize; ++i) { in GetPreKeys()

Completed in 4 milliseconds