Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds