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:IsNeedRefresh
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_label.cpp
181
if (labelText_->
IsNeedRefresh
()) {
in SetText()
191
if (labelText_->
IsNeedRefresh
()) {
in SetText()
203
if (labelText_->
IsNeedRefresh
()) {
in SetAbsoluteSizeSpan()
214
if (labelText_->
IsNeedRefresh
()) {
in SetRelativeSizeSpan()
256
if (labelText_->
IsNeedRefresh
()) {
in SetAlign()
265
if (labelText_->
IsNeedRefresh
()) {
in SetFontId()
274
if (labelText_->
IsNeedRefresh
()) {
in SetFont()
282
if (labelText_->
IsNeedRefresh
()) {
in GetTextWidth()
291
if (labelText_->
IsNeedRefresh
()) {
in GetTextHeight()
H
A
D
ui_arc_label.cpp
188
if (arcLabelText_->
IsNeedRefresh
()) {
in SetText()
202
if (arcLabelText_->
IsNeedRefresh
()) {
in SetAlign()
223
if (arcLabelText_->
IsNeedRefresh
()) {
in SetFontId()
241
if (arcLabelText_->
IsNeedRefresh
()) {
in SetFont()
H
A
D
ui_edit_text.cpp
266
if (placeholderText_->
IsNeedRefresh
()) {
in SetPlaceholder()
285
if (inputText_->
IsNeedRefresh
()) {
in SetFontId()
295
if (inputText_->
IsNeedRefresh
()) {
in SetFont()
303
if (inputText_->
IsNeedRefresh
()) {
in GetTextWidth()
312
if (inputText_->
IsNeedRefresh
()) {
in GetTextHeight()
/foundation/ability/form_fwk/services/include/
H
A
D
form_host_record.h
102
bool
IsNeedRefresh
(int64_t formId) const;
/foundation/ability/form_fwk/test/fuzztest/formhostrecord_fuzzer/
H
A
D
formhostrecord_fuzzer.cpp
49
formHostRecord.
IsNeedRefresh
(formId);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H
A
D
form_host_record.cpp
126
bool FormHostRecord::
IsNeedRefresh
(int64_t formId) const
in IsNeedRefresh()
function in OHOS::AppExecFwk::FormHostRecord
H
A
D
form_data_mgr.cpp
1213
if (!formHostRecord.
IsNeedRefresh
(matchedFormId)) {
in HandleUpdateHostFormFlag()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_lifecycle_update_test/
H
A
D
fms_form_mgr_lifecycle_update_test.cpp
244
EXPECT_EQ(false, FormDataMgr::GetInstance().clientRecords_.at(0).
IsNeedRefresh
(formId));
in HWTEST_F()
/foundation/arkui/ui_lite/test/unittest/common/
H
A
D
text_unit_test.cpp
106
EXPECT_EQ(text_->
IsNeedRefresh
(), true);
in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/common/
H
A
D
text.h
432
bool
IsNeedRefresh
() const
in IsNeedRefresh()
function in OHOS::Text
/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H
A
D
fms_form_refresh_connection_test.cpp
350
* @tc.desc: test
IsNeedRefresh
function.
358
EXPECT_EQ(false, formHostRecord.
IsNeedRefresh
(formId));
in HWTEST_F()
Completed in 12 milliseconds