Home
last modified time | relevance | path

Searched refs:IsNeedRefresh (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_label.cpp181 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 Dui_arc_label.cpp188 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 Dui_edit_text.cpp266 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()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_host_record.h102 bool IsNeedRefresh(int64_t formId) const;
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formhostrecord_fuzzer/
H A Dformhostrecord_fuzzer.cpp49 formHostRecord.IsNeedRefresh(formId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_lifecycle_update_test/
H A Dfms_form_mgr_lifecycle_update_test.cpp244 EXPECT_EQ(false, FormDataMgr::GetInstance().clientRecords_.at(0).IsNeedRefresh(formId));
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_host_record.cpp126 bool FormHostRecord::IsNeedRefresh(int64_t formId) const in IsNeedRefresh() function in OHOS::AppExecFwk::FormHostRecord
H A Dform_data_mgr.cpp1258 if (!formHostRecord.IsNeedRefresh(matchedFormId)) { in HandleUpdateHostFormFlag()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/
H A Dtext_unit_test.cpp106 EXPECT_EQ(text_->IsNeedRefresh(), true);
/ohos5.0/base/security/device_auth/services/privacy_enhancement/src/
H A Dpseudonym_manager.c292 static bool IsNeedRefresh(PseudonymInfo *pseudonymInfo) in IsNeedRefresh() function
806 if (IsNeedRefresh(*pseudonymInfoEntry)) { in IsNeedRefreshPseudonymId()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h432 bool IsNeedRefresh() const in IsNeedRefresh() function
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H A Dfms_form_refresh_connection_test.cpp358 EXPECT_EQ(false, formHostRecord.IsNeedRefresh(formId));