Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp56 int32_t preKeySize = cJSON_GetArraySize(preKey); in GetPreKeys() local
57 if (preKeySize > MAX_PREKEYS_NUM) { in GetPreKeys()
61 for (int32_t i = 0; i < preKeySize; ++i) { in GetPreKeys()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp111 uint32_t preKeySize = keyOption->GetPreKeys().size(); in SubscribeKeyEvent() local
112 if (preKeySize > MAX_PRE_KEY_COUNT) { in SubscribeKeyEvent()
113 MMI_HILOGE("Leave, preKeySize:%{public}u", preKeySize); in SubscribeKeyEvent()