Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h530 auto curExpectCode = expectCodes.crbegin(); in IsKey() local
532 while (curExpectCode != expectCodes.crend()) { in IsKey()
533 if (*curExpectCode != *curPressedCode) { in IsKey()
536 ++curExpectCode; in IsKey()