Home
last modified time | relevance | path

Searched refs:IsRepeat (Results 1 - 25 of 26) sorted by relevance

12

/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_option.h119 bool IsRepeat() const;
H A Dkey_event.h3405 bool IsRepeat() const;
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/
H A Dimage_animator_tdd_test.cpp290 EXPECT_TRUE(animator->IsRepeat()); in ImageAnimatorTest001()
320 EXPECT_FALSE(animator->IsRepeat()); in ImageAnimatorTest002()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_animator.cpp51 if (!imageAnimatorView->IsRepeat() && (repeat_ == imageAnimatorView->GetRepeatTimes())) { in Callback()
74 if (!imageAnimatorView->IsRepeat() && (repeat_ == imageAnimatorView->GetRepeatTimes())) { in Callback()
/foundation/arkui/ui_lite/interfaces/kits/animator/
H A Danimator.h267 bool IsRepeat() const in IsRepeat() function in OHOS::Animator
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_option.cpp78 bool KeyOption::IsRepeat() const in IsRepeat() function in OHOS::MMI::KeyOption
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp222 EXPECT_EQ(workInfo.IsRepeat(), false); in HWTEST_F()
236 EXPECT_EQ(workInfo.IsRepeat(), false); in HWTEST_F()
239 EXPECT_EQ(workInfo.IsRepeat(), true); in HWTEST_F()
612 EXPECT_TRUE(workInfo.IsRepeat()); in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_animator.h222 * @see IsRepeat
240 bool IsRepeat() const in IsRepeat() function in OHOS::UIImageAnimatorView
/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h213 bool IsRepeat();
/foundation/arkui/ui_lite/test/unittest/animator/
H A Danimator_unit_test.cpp176 * @tc.desc: Verify IsRepeat function, equal.
186 EXPECT_EQ(animator_->IsRepeat(), false); in HWTEST_F()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_animator_unit_test.cpp182 EXPECT_EQ(imageAnimator_->IsRepeat(), repeat); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_conn_manager.cpp211 if (!workStatus->workInfo_->IsRepeat()) { in WriteStartWorkEvent()
H A Dwork_policy_manager.cpp151 if (!workStatus->workInfo_->IsRepeat()) { in AddWork()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_conn_manager_test.cpp274 EXPECT_TRUE(workInfo.IsRepeat()); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dkey_event_test.cpp535 bool result = keyEvent->IsRepeat(); in HWTEST_F()
551 bool result = keyEvent->IsRepeat(); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp359 bool isRepeat = workInfo.IsRepeat(); in OnWorkStart()
411 bool isRepeat = workInfo.IsRepeat(); in OnWorkStop()
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp257 cwork.isRepeat = workInfo->IsRepeat(); in ParseWorkInfo()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp716 NotifyKeyDownRightNow(keyEvent, subscribers, keyOption->IsRepeat(), handled); in NotifyKeyDownSubscriber()
1168 keyOption->GetFinalKeyDownDuration(), keyOption->IsRepeat() ? "true" : "false"); in PrintKeyOption()
1243 "FinalKeyDownDuration:%d | IsFinalKeyDown:%s | IsRepeat:%s | ProgramName:%s", in DumpSubscriber()
1246 keyOption->IsFinalKeyDown() ? "true" : "false", keyOption->IsRepeat() ? "true" : "false", in DumpSubscriber()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp254 bool WorkInfo::IsRepeat() in IsRepeat() function in OHOS::WorkScheduler::WorkInfo
273 if (IsRepeat()) { in GetCycleCount()
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_util.cpp276 MMI::SetNamedProperty(env, result, "isRepeat", static_cast<int32_t>(keyOption->IsRepeat())); in AsyncWorkFn()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp266 if (keyEvent->IsRepeat()) { in HandleKeyEvent()
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h39 " DY-DisplayY, DYP-DisplayYPos, ET-EventType, GU-GetUnicode, I-id, IP-IsPressed, IR-IsRepeat, SI-IsSimulate,"
127 std::string isRepeat = event->IsRepeat() ? "true" : "false"; in PrintInfoLog()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp448 if (workInfo->IsRepeat()) { in GetNapiWorkInfo()
/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp898 std::string isRepeat = keyEventTemp->IsRepeat() ? "true" : "false"; in ParseCommand()
900 MMI_HILOGI("KeyAction:%{public}s, IsRepeat:%{public}s", in ParseCommand()
904 ",KeyAction:%{public}s, IsRepeat:%{public}s", in ParseCommand()
917 isRepeat = keyEvent->IsRepeat() ? "true" : "false"; in ParseCommand()
919 MMI_HILOGI("KeyAction:%{public}s, IsRepeat:%{public}s", in ParseCommand()
923 ",KeyAction:%{public}s, IsRepeat:%{public}s", in ParseCommand()
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp1969 bool isRepeat = keyEvent->IsRepeat(); in CheckHotkey()
2019 hotkey.isRepeat = info->keyOption->IsRepeat(); in OnNotifyCallbackWorkResult()

Completed in 33 milliseconds

12