Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h624 keyIntention_ = event.keyIntention; in DECLARE_RELATIONSHIP_OF_CLASSES()
656 return keyIntention_; in GetKeyIntention()
674 KeyIntention keyIntention_ = KeyIntention::INTENTION_UNKNOWN; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp948 keyIntention_(other.keyIntention_), in KeyEvent()
968 keyIntention_ = KeyEvent::INTENTION_UNKNOWN; in Reset()
1204 WRITEINT32(out, keyIntention_); in WriteToParcel()
1236 READINT32(in, keyIntention_); in ReadFromParcel()
1331 return keyIntention_; in GetKeyIntention()
1336 keyIntention_ = keyIntention; in SetKeyIntention()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h3445 int32_t keyIntention_ { -1 };