Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/events/
H A Dkey_event.h74 uint16_t GetKeyId() const in GetKeyId() function
/ohos5.0/base/update/updater/services/ui/control/
H A Devent_listener.cpp141 switch (event.GetKeyId()) { in OnKeyAct()
189 if (auto it = dirMap.find(event.GetKeyId()); it != dirMap.end() && in ProcessVolumeKey()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dlazy_load_watcher.h48 uint16_t GetKeyId() const in GetKeyId() function
H A Dlazy_load_manager.cpp67 uint16_t attrKeyID = watcher.GetKeyId(); in RenderSingleLazyWatcher()
H A Djs_fwk_common.cpp370 JerrySetNumberProperty(args[0], "action", event.GetKeyId()); in ConvertKeyEventInfo()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/events/
H A Dkey_event_unit_test.cpp64 EXPECT_EQ(keyEvent_->GetKeyId(), KEY_ID);