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:SetHasSecond
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H
A
D
picker_time_component.h
45
void
SetHasSecond
(bool value)
in SetHasSecond()
function in OHOS::Ace::PickerTimeComponent
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_picker_base.h
49
bool
SetHasSecond
(const std::string& value);
H
A
D
dom_picker_base.cpp
180
{ DOM_PICKER_CONTAIN_SECOND, [](DOMPickerBase& picker, const std::string& val) { picker.
SetHasSecond
(val); } },
in SetSpecializedAttr()
677
bool DOMPickerBase::
SetHasSecond
(const std::string& value)
in SetHasSecond()
function in OHOS::Ace::Framework::DOMPickerBase
682
picker->
SetHasSecond
((value == "true")); // bool attribute's value is "true" and "false".
in SetHasSecond()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H
A
D
timepicker_row_pattern.h
327
void
SetHasSecond
(bool value)
in SetHasSecond()
function in OHOS::Ace::NG::TimePickerRowPattern
H
A
D
timepicker_model_ng.cpp
109
timePickerRowPattern->
SetHasSecond
(hasSecond);
in CreateTimePicker()
206
timePickerRowPattern->
SetHasSecond
(false);
H
A
D
timepicker_dialog_view.cpp
145
timePickerRowPattern->
SetHasSecond
(settingData.showSecond);
in Show()
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H
A
D
time_picker_test_update.cpp
1765
timePickerRowPattern->
SetHasSecond
(true);
in HWTEST_F()
H
A
D
time_picker_test_ng.cpp
2080
* @tc.desc: Test TimePickerRowPattern
SetHasSecond
true.
2120
* @tc.desc: Test TimePickerRowPattern
SetHasSecond
false.
2162
* @tc.desc: Test TimePickerRowPattern
SetHasSecond
true first then false.
2169
* @tc.steps: step1. create FrameNode and
SetHasSecond
(true).
in HWTEST_F()
2189
* @tc.steps: step3.
SetHasSecond
(false) then check the secondColumn has been deleted.
in HWTEST_F()
2191
timePickerRowPattern->
SetHasSecond
(false);
in HWTEST_F()
Completed in 17 milliseconds