Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/short_key/include/
H A Djs_short_key_context.h28 std::shared_ptr<JsShortKeyManager> GetJsShortKeyMgr() const;
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_context.cpp125 std::shared_ptr<JsShortKeyManager> JsShortKeyContext::GetJsShortKeyMgr() const in GetJsShortKeyMgr() function in OHOS::MMI::JsShortKeyContext
171 auto jsShortKeyMgr = jsShortKey->GetJsShortKeyMgr(); in SetKeyDownDuration()