Home
last modified time | relevance | path

Searched refs:HasContent (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_cache_mgr.cpp51 inline bool HasContent(const std::string &str) in HasContent() function
107 if (HasContent(formCache.dataCache)) { in GetData()
118 if (HasContent(formCache.imgCache)) { in GetData()
215 if (HasContent(formCache.imgCache)) { in AddImgData()
237 if (HasContent(newDataStr)) { in AddCacheData()
252 if (!HasContent(formCache.dataCache)) { in AddCacheData()
355 bool hasContent = HasContent(formCache.dataCache) || HasContent(formCache.imgCache); in NeedAcquireProviderData()
423 if (!HasContent(formCache.imgCache)) { in InnerDeleteImageData()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_piece.cpp49 if (!declaration->HasContent()) { in PrepareSpecializedComponent()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpaste_data_entry.h62 bool HasContent(const std::string &utdId) const;
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_column_test_ng.cpp267 ASSERT_TRUE(textLayoutProperty->HasContent()); in HWTEST_F()
321 ASSERT_TRUE(textLayoutProperty->HasContent()); in HWTEST_F()
375 ASSERT_TRUE(textLayoutProperty->HasContent()); in HWTEST_F()
552 ASSERT_TRUE(textLayoutProperty->HasContent()); in HWTEST_F()
623 EXPECT_FALSE(textLayoutProperty->HasContent()); in HWTEST_F()
729 ASSERT_TRUE(textLayoutProperty->HasContent()); in HWTEST_F()
849 EXPECT_FALSE(textLayoutProperty->HasContent()); in HWTEST_F()
1087 ASSERT_TRUE(textLayoutProperty->HasContent()); in HWTEST_F()
1241 EXPECT_FALSE(textLayoutProperty->HasContent()); in HWTEST_F()
1279 EXPECT_FALSE(textLayoutProperty->HasContent()); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_layout_algorithm.cpp110 if (textLayoutProperty->HasContent()) { in Measure()
261 if (textLayoutProperty->HasContent()) { in Layout()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.h189 bool HasContent() const in HasContent() function in OHOS::Ace::PieceDeclaration
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_entry.cpp333 bool PasteDataEntry::HasContent(const std::string &utdId) const in HasContent() function in OHOS::MiscServices::PasteDataEntry
H A Dpaste_data_record.cpp735 if (isDelay_ && !entry->HasContent(utdType)) { in GetEntry()
743 if (isDelay_ && !entry->HasContent(utdType)) { in GetEntry()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.cpp184 if (textPattern->HasContent() && textPattern->GetMagnifierController()) { in OnHandleMove()
H A Dtext_pattern.h722 bool HasContent();
H A Dtext_pattern.cpp368 if (magnifierController_ && HasContent()) { in HandleLongPress()
4293 if (!HasContent()) { in OnTextGestureSelectionUpdate()
4314 if (HasContent()) { in OnTextGenstureSelectionEnd()
4460 bool TextPattern::HasContent() in HasContent() function in TextPattern
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/
H A Dtext_timer_test_ng.cpp683 EXPECT_FALSE(textLayoutProperty->HasContent()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.cpp494 if (titleLayoutProperty->HasContent()) { in ResetMainTitleProperty()
572 if (titleLayoutProperty->HasContent()) { in ResetSubTitleProperty()

Completed in 22 milliseconds