Home
last modified time | relevance | path

Searched refs:preKey (Results 1 - 4 of 4) sorted by relevance

/base/inputmethod/imf/services/adapter/keyboard/src/
H A Dkeyboard_event.cpp64 void KeyboardEvent::SubscribeCombinationKey(int32_t preKey, int32_t finalKey, CombinationKeyCallBack callback) in SubscribeCombinationKey() argument
68 preKeys.insert(preKey); in SubscribeCombinationKey()
76 IMSA_HILOGE("failed to SubscribeKeyEvent, id: %{public}d preKey: %{public}d.", subscribeId, preKey); in SubscribeCombinationKey()
/base/inputmethod/imf/services/adapter/keyboard/include/
H A Dkeyboard_event.h50 static void SubscribeCombinationKey(int32_t preKey, int32_t finalKey, CombinationKeyCallBack callback);
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
H A Dextract_rule.h48 std::map<std::string, std::string>& param, const std::string& preKey) const;
/base/hiviewdfx/hiview/utility/smart_parser/rule/
H A Dextract_rule.cpp246 std::map<std::string, std::string>& param, const std::string& preKey) const in GetExtractParam()
249 auto pos = iter.key().asString().find(preKey); in GetExtractParam()

Completed in 2 milliseconds