Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetRepeatTimes
(Results
1 - 8
of
8
) sorted by relevance
/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/components/
H
A
D
ui_image_animator.h
251
* @see
GetRepeatTimes
268
uint32_t
GetRepeatTimes
() const
in GetRepeatTimes()
function in OHOS::UIImageAnimatorView
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/
H
A
D
image_animator_tdd_test.cpp
321
EXPECT_EQ(repeatTimes, animator->
GetRepeatTimes
());
in ImageAnimatorTest002()
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_image_animator_unit_test.cpp
398
EXPECT_EQ(imageAnimator_->
GetRepeatTimes
(), times);
in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/include/
H
A
D
key_command_handler_util.h
122
bool
GetRepeatTimes
(const cJSON* jsonData, int32_t &repeatTimesInt);
/foundation/multimodalinput/input/service/key_command/test/
H
A
D
key_command_handler_util_test.cpp
1267
EXPECT_FALSE(OHOS::MMI::
GetRepeatTimes
(nullptr, repeatTimesInt));
in HWTEST_F()
1282
EXPECT_FALSE(OHOS::MMI::
GetRepeatTimes
(jsonData, repeatTimesInt));
in HWTEST_F()
1298
EXPECT_FALSE(OHOS::MMI::
GetRepeatTimes
(jsonData, repeatTimesInt));
in HWTEST_F()
1314
EXPECT_TRUE(OHOS::MMI::
GetRepeatTimes
(jsonData, repeatTimesInt));
in HWTEST_F()
/foundation/multimodalinput/input/service/key_command/src/
H
A
D
key_command_handler_util.cpp
338
bool
GetRepeatTimes
(const cJSON* jsonData, int32_t &repeatTimesInt)
in GetRepeatTimes()
function
341
MMI_HILOGE("
GetRepeatTimes
jsonData is not object");
in GetRepeatTimes()
532
if (!
GetRepeatTimes
(jsonData, repeatKey.times)) {
in ConvertToKeyRepeat()
/foundation/arkui/ui_lite/test/uitest/test_image_animator/
H
A
D
ui_test_image_animator.cpp
410
imageAnimator_->SetRepeatTimes(imageAnimator_->
GetRepeatTimes
() + 1);
in OnClick()
Completed in 7 milliseconds