Home
last modified time | relevance | path

Searched refs:GetTrigger (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/demo/
H A Ddemo_screenshot_listener.cpp33 std::cout << "screenshot trigger=" << info.GetTrigger() in main()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dlabel_target.h50 const RefPtr<LabelTrigger>& GetTrigger() const in GetTrigger() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_label.h42 trigger_ = labelTarget->GetTrigger(); in SetTargetNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_element.cpp53 auto trigger = labelTarget->GetTrigger(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_element.cpp35 auto trigger = labelTarget->GetTrigger(); in Update()
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp424 EXPECT_FALSE(OHOS::MMI::GetTrigger((const cJSON*)nonObjectInput, triggerType));
439 EXPECT_FALSE(OHOS::MMI::GetTrigger(jsonData, triggerType));
455 EXPECT_FALSE(OHOS::MMI::GetTrigger(jsonData, triggerType));
471 EXPECT_TRUE(OHOS::MMI::GetTrigger(jsonData, triggerType));
488 EXPECT_TRUE(OHOS::MMI::GetTrigger(jsonData, triggerType));
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h111 bool GetTrigger(const cJSON* jsonData, int32_t &triggerType);
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp79 bool GetTrigger(const cJSON* jsonData, int32_t &triggerType) in GetTrigger() function
255 if (!GetTrigger(jsonData, shortcutKey.triggerType)) { in ConvertToShortcutKey()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_element.cpp42 auto trigger = labelTarget->GetTrigger(); in Update()
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/
H A Dscreenshot_test.cpp247 ASSERT_GT(info.GetTrigger().size(), 0UL);
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp1795 info->GetTrigger().c_str(), info->GetDisplayId(), screenshotListeners_.size()); in NotifyScreenshot()