Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_lite/frameworks/
H A Dframe_config.cpp50 auto p = keyMap_.find(key); in GetValue()
51 return (p == keyMap_.end()) ? nullptr : (&p->second); in GetValue()
95 keyMap_[key] = *(static_cast<const int32_t *>(value)); in SetValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event_recognizer.h39 std::unordered_map<int32_t, bool> keyMap_;
H A Dkey_event_recognizer.cpp536 auto result = keyMap_.try_emplace(keyCode, false); in GetKeyEvents()
/ohos5.0/foundation/multimedia/camera_lite/interfaces/kits/
H A Dframe_config.h154 std::map<uint32_t, int32_t> keyMap_; variable