Home
last modified time | relevance | path

Searched refs:GetKeyDownDurationFromXml (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h255 int32_t GetKeyDownDurationFromXml(const std::string &businessId);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1705 int32_t delay = GetKeyDownDurationFromXml(shortcutKey.businessId); in MatchShortcutKey()
2039 int32_t KeyCommandHandler::GetKeyDownDurationFromXml(const std::string &businessId) in GetKeyDownDurationFromXml() function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp420 int32_t delay = handler.GetKeyDownDurationFromXml(shortcutKey.businessId); in HWTEST_F()
772 int32_t delay = handler.GetKeyDownDurationFromXml(shortcutKey.businessId); in HWTEST_F()
2424 * @tc.desc: GetKeyDownDurationFromXml
2433 int32_t ret = handler.GetKeyDownDurationFromXml(businessId);
3535 int32_t delay = handler.GetKeyDownDurationFromXml(key.businessId);

Completed in 9 milliseconds