Searched refs:preKey (Results 1 - 4 of 4) sorted by relevance
/base/inputmethod/imf/services/adapter/keyboard/src/ |
H A D | keyboard_event.cpp | 64 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 D | keyboard_event.h | 50 static void SubscribeCombinationKey(int32_t preKey, int32_t finalKey, CombinationKeyCallBack callback);
|
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/ |
H A D | extract_rule.h | 48 std::map<std::string, std::string>& param, const std::string& preKey) const;
|
/base/hiviewdfx/hiview/utility/smart_parser/rule/ |
H A D | extract_rule.cpp | 246 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