Searched refs:GetRepeatTimes (Results 1 – 11 of 11) sorted by relevance
51 if (!imageAnimatorView->IsRepeat() && (repeat_ == imageAnimatorView->GetRepeatTimes())) { in Callback()74 if (!imageAnimatorView->IsRepeat() && (repeat_ == imageAnimatorView->GetRepeatTimes())) { in Callback()
104 int32_t GetRepeatTimes();
268 uint32_t GetRepeatTimes() const in GetRepeatTimes() function
321 EXPECT_EQ(repeatTimes, animator->GetRepeatTimes()); in ImageAnimatorTest002()
122 bool GetRepeatTimes(const cJSON* jsonData, int32_t &repeatTimesInt);
398 EXPECT_EQ(imageAnimator_->GetRepeatTimes(), times);
1267 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));
335 bool GetRepeatTimes(const cJSON* jsonData, int32_t &repeatTimesInt) in GetRepeatTimes() function529 if (!GetRepeatTimes(jsonData, repeatKey.times)) { in ConvertToKeyRepeat()
264 …int32_t repeatTimes = SoftBusManager::GetInstance().GetRepeatTimes(); // repeat 5 times if respons… in ExecuteRemoteCommand()
212 int32_t SoftBusManager::GetRepeatTimes() in GetRepeatTimes() function in OHOS::Security::AccessToken::SoftBusManager
410 imageAnimator_->SetRepeatTimes(imageAnimator_->GetRepeatTimes() + 1); in OnClick()