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:SetCanLoop
(Results
1 - 20
of
20
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_textpicker_bridge.h
24
static ArkUINativeModuleValue
SetCanLoop
(ArkUIRuntimeCallInfo* runtimeCallInfo);
H
A
D
arkts_native_textpicker_bridge.cpp
88
ArkUINativeModuleValue TextPickerBridge::
SetCanLoop
(ArkUIRuntimeCallInfo* runtimeCallInfo)
in SetCanLoop()
function in OHOS::Ace::NG::TextPickerBridge
H
A
D
arkts_native_api_impl_bridge.cpp
2778
panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextPickerBridge::
SetCanLoop
));
in RegisterTextpickerAttributes()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
textpicker_model_impl.h
32
void
SetCanLoop
(const bool value) override {};
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H
A
D
textpicker_model_ng.h
34
void
SetCanLoop
(const bool value) override;
93
static void
SetCanLoop
(FrameNode* frameNode, const bool value);
H
A
D
textpicker_model.h
62
virtual void
SetCanLoop
(const bool value) = 0;
H
A
D
textpicker_model_ng.cpp
272
void TextPickerModelNG::
SetCanLoop
(const bool value)
278
textPickerPattern->
SetCanLoop
(value);
751
void TextPickerModelNG::
SetCanLoop
(FrameNode* frameNode, const bool value)
756
textPickerPattern->
SetCanLoop
(value);
H
A
D
textpicker_pattern.h
370
void
SetCanLoop
(bool isLoop);
H
A
D
textpicker_column_pattern.h
343
void
SetCanLoop
(bool isLoop);
H
A
D
textpicker_pattern.cpp
1141
void TextPickerPattern::
SetCanLoop
(bool isLoop)
in SetCanLoop()
function in OHOS::Ace::NG::TextPickerPattern
1156
pickerColumnPattern->
SetCanLoop
(isLoop);
in SetCanLoop()
H
A
D
textpicker_column_pattern.cpp
1699
void TextPickerColumnPattern::
SetCanLoop
(bool isLoop)
in SetCanLoop()
function in OHOS::Ace::NG::TextPickerColumnPattern
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_textpicker_ffi.cpp
173
TextPickerModel::GetInstance()->
SetCanLoop
(value);
in FfiOHOSAceFrameworkTextPickerSetCanLoop()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_textpicker.h
86
static void
SetCanLoop
(const JSCallbackInfo& info);
H
A
D
js_textpicker.cpp
203
JSClass<JSTextPicker>::StaticMethod("canLoop", &JSTextPicker::
SetCanLoop
);
in JSBind()
982
void JSTextPicker::
SetCanLoop
(const JSCallbackInfo& info)
in SetCanLoop()
function in OHOS::OHOS::Ace::Framework::JSTextPicker
988
TextPickerModel::GetInstance()->
SetCanLoop
(value);
in SetCanLoop()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_textpicker_modifier.cpp
63
TextPickerModelNG::
SetCanLoop
(frameNode, canLoop);
in SetTextPickerCanLoop()
70
TextPickerModelNG::
SetCanLoop
(frameNode, true);
in ResetTextPickerCanLoop()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H
A
D
text_picker_column_test_ng.cpp
1950
* @tc.desc: Test
SetCanLoop
.
1959
textPickerColumnPattern_->
SetCanLoop
(true);
in HWTEST_F()
1962
textPickerColumnPattern_->
SetCanLoop
(false);
in HWTEST_F()
1968
textPickerColumnPattern_->
SetCanLoop
(true);
in HWTEST_F()
1973
textPickerColumnPattern_->
SetCanLoop
(true);
in HWTEST_F()
1978
textPickerColumnPattern_->
SetCanLoop
(false);
in HWTEST_F()
H
A
D
text_picker_model_test_ng.cpp
343
* @tc.desc: Test
SetCanLoop
350
TextPickerModelNG::
SetCanLoop
(AceType::RawPtr(frameNode), true);
in HWTEST_F()
H
A
D
text_picker_pattern_test_ng.cpp
503
TextPickerModelNG::GetInstance()->
SetCanLoop
(true);
in HWTEST_F()
556
TextPickerModelNG::GetInstance()->
SetCanLoop
(true);
in HWTEST_F()
H
A
D
text_picker_column_test_one_ng.cpp
487
* @tc.desc: Test TextPickerColumnPattern
SetCanLoop
.
512
columnPattern->
SetCanLoop
(false);
in HWTEST_F()
H
A
D
text_picker_test_ng.cpp
1753
* @tc.desc: Test SetDefaultPickerItemHeight,
SetCanLoop
, SetBackgroundColor
1777
* test method
SetCanLoop
.
in HWTEST_F()
1779
TextPickerModelNG::GetInstance()->
SetCanLoop
(true);
in HWTEST_F()
Completed in 38 milliseconds