Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.cpp107 …static const std::map<KeyCode, std::string> VISIBILITY_CODE = { { KeyCode::KEY_0, "0)" }, { KeyCod… in ConvertInputCodeToString() local
130 auto iter = VISIBILITY_CODE.find(code); in ConvertInputCodeToString()
131 if (iter != VISIBILITY_CODE.end()) { in ConvertInputCodeToString()