Home
last modified time | relevance | path

Searched refs:StartLaunchAbility (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dbytrace_adapter.h67 static void StartLaunchAbility(int32_t type, const std::string &bundleName);
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp442 …BytraceAdapter::StartLaunchAbility(KeyCommandType::TYPE_FINGERSCENE, knuckleGesture.ability.bundle… in KnuckleGestureProcessor()
597 …BytraceAdapter::StartLaunchAbility(KeyCommandType::TYPE_MULTI_FINGERS, twoFingerGesture_.ability.b… in StartTwoFingerGesture()
1648 BytraceAdapter::StartLaunchAbility(KeyCommandType::TYPE_REPEAT_KEY, item.ability.bundleName); in LaunchRepeatKeyAbility()
1860 …BytraceAdapter::StartLaunchAbility(KeyCommandType::TYPE_SHORTKEY, tmpShorteKey.ability.bundleName); in HandleShortKeys()
2024 … BytraceAdapter::StartLaunchAbility(KeyCommandType::TYPE_SEQUENCE, sequence.ability.bundleName); in HandleScreenLocked()
2043 … BytraceAdapter::StartLaunchAbility(KeyCommandType::TYPE_SEQUENCE, sequence.ability.bundleName); in HandleNormalSequence()
2051 … BytraceAdapter::StartLaunchAbility(KeyCommandType::TYPE_SEQUENCE, sequence.ability.bundleName); in HandleNormalSequence()
2127 …BytraceAdapter::StartLaunchAbility(KeyCommandType::TYPE_MULTI_FINGERS, threeFingersTap_.ability.bu… in HandleMulFingersTap()
2169 … BytraceAdapter::StartLaunchAbility(KeyCommandType::TYPE_SHORTKEY, shortcutKey.ability.bundleName); in HandleKeyDown()
2178 … BytraceAdapter::StartLaunchAbility(KeyCommandType::TYPE_SHORTKEY, shortcutKey.ability.bundleName); in HandleKeyDown()
[all …]
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dbytrace_adapter.cpp371 void BytraceAdapter::StartLaunchAbility(int32_t type, const std::string& bundleName) in StartLaunchAbility() function in OHOS::MMI::BytraceAdapter