Home
last modified time | relevance | path

Searched refs:CODE_MAP (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netstack/test/unittest/http/cache/
H A DBase64Test.cpp36 const std::map<std::string, std::string> CODE_MAP = {
60 for (const auto &test : CODE_MAP) { in HWTEST_F()
35 const std::map<std::string, std::string> CODE_MAP = { global() member
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Devent_adapter.cpp34 const std::map<int, KeyCode> CODE_MAP = { member
155 auto iterCode = CODE_MAP.find(key); in RecognizeKeyEvent()
156 if (iterCode == CODE_MAP.end() && !(key >= GLFW_KEY_A && key <= GLFW_KEY_Z) && in RecognizeKeyEvent()
160 if (iterCode != CODE_MAP.end()) { in RecognizeKeyEvent()

Completed in 1 milliseconds