/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | key_option.h | 119 bool IsRepeat() const;
|
H A D | key_event.h | 3405 bool IsRepeat() const;
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/ |
H A D | image_animator_tdd_test.cpp | 290 EXPECT_TRUE(animator->IsRepeat()); in ImageAnimatorTest001() 320 EXPECT_FALSE(animator->IsRepeat()); in ImageAnimatorTest002()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_image_animator.cpp | 51 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 D | animator.h | 267 bool IsRepeat() const in IsRepeat() function in OHOS::Animator
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | key_option.cpp | 78 bool KeyOption::IsRepeat() const in IsRepeat() function in OHOS::MMI::KeyOption
|
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | workinfo_test.cpp | 222 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 D | ui_image_animator.h | 222 * @see IsRepeat 240 bool IsRepeat() const in IsRepeat() function in OHOS::UIImageAnimatorView
|
/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | work_info.h | 213 bool IsRepeat();
|
/foundation/arkui/ui_lite/test/unittest/animator/ |
H A D | animator_unit_test.cpp | 176 * @tc.desc: Verify IsRepeat function, equal. 186 EXPECT_EQ(animator_->IsRepeat(), false); in HWTEST_F()
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_image_animator_unit_test.cpp | 182 EXPECT_EQ(imageAnimator_->IsRepeat(), repeat); in HWTEST_F()
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_conn_manager.cpp | 211 if (!workStatus->workInfo_->IsRepeat()) { in WriteStartWorkEvent()
|
H A D | work_policy_manager.cpp | 151 if (!workStatus->workInfo_->IsRepeat()) { in AddWork()
|
/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | work_conn_manager_test.cpp | 274 EXPECT_TRUE(workInfo.IsRepeat()); in HWTEST_F()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | key_event_test.cpp | 535 bool result = keyEvent->IsRepeat(); in HWTEST_F() 551 bool result = keyEvent->IsRepeat(); in HWTEST_F()
|
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/ |
H A D | js_work_scheduler_extension.cpp | 359 bool isRepeat = workInfo.IsRepeat(); in OnWorkStart() 411 bool isRepeat = workInfo.IsRepeat(); in OnWorkStop()
|
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/ |
H A D | work_scheduler_ffi.cpp | 257 cwork.isRepeat = workInfo->IsRepeat(); in ParseWorkInfo()
|
/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_subscriber_handler.cpp | 716 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 D | work_info.cpp | 254 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 D | js_register_util.cpp | 276 MMI::SetNamedProperty(env, result, "isRepeat", static_cast<int32_t>(keyOption->IsRepeat())); in AsyncWorkFn()
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | event_normalize_handler.cpp | 266 if (keyEvent->IsRepeat()) { in HandleKeyEvent()
|
/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 39 " 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 D | common.cpp | 448 if (workInfo->IsRepeat()) { in GetNapiWorkInfo()
|
/foundation/multimodalinput/input/tools/inject_event/src/ |
H A D | input_manager_command.cpp | 898 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 D | oh_input_manager.cpp | 1969 bool isRepeat = keyEvent->IsRepeat(); in CheckHotkey() 2019 hotkey.isRepeat = info->keyOption->IsRepeat(); in OnNotifyCallbackWorkResult()
|