Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dsoft_bus_manager.h104 int32_t GetRepeatTimes();
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_animator.h268 uint32_t GetRepeatTimes() const in GetRepeatTimes() function
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/
H A Dimage_animator_tdd_test.cpp321 EXPECT_EQ(repeatTimes, animator->GetRepeatTimes()); in ImageAnimatorTest002()
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h122 bool GetRepeatTimes(const cJSON* jsonData, int32_t &repeatTimesInt);
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_animator_unit_test.cpp398 EXPECT_EQ(imageAnimator_->GetRepeatTimes(), times);
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp1267 EXPECT_FALSE(OHOS::MMI::GetRepeatTimes(nullptr, repeatTimesInt));
1282 EXPECT_FALSE(OHOS::MMI::GetRepeatTimes(jsonData, repeatTimesInt));
1298 EXPECT_FALSE(OHOS::MMI::GetRepeatTimes(jsonData, repeatTimesInt));
1314 EXPECT_TRUE(OHOS::MMI::GetRepeatTimes(jsonData, repeatTimesInt));
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp335 bool GetRepeatTimes(const cJSON* jsonData, int32_t &repeatTimesInt) in GetRepeatTimes() function
529 if (!GetRepeatTimes(jsonData, repeatKey.times)) { in ConvertToKeyRepeat()
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_executor.cpp264 …int32_t repeatTimes = SoftBusManager::GetInstance().GetRepeatTimes(); // repeat 5 times if respons… in ExecuteRemoteCommand()
H A Dsoft_bus_manager.cpp212 int32_t SoftBusManager::GetRepeatTimes() in GetRepeatTimes() function in OHOS::Security::AccessToken::SoftBusManager
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_image_animator/
H A Dui_test_image_animator.cpp410 imageAnimator_->SetRepeatTimes(imageAnimator_->GetRepeatTimes() + 1); in OnClick()