Home
last modified time | relevance | path

Searched refs:IsChanged (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.cpp156 bool TextComponent::IsChanged() const in IsChanged() function in OHOS::Ace::TextComponent
158 return declaration_->IsChanged(); in IsChanged()
H A Dtext_component.h67 bool IsChanged() const;
H A Drender_text.cpp895 if (text_->IsChanged()) { in CheckIfNeedMeasure()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.h49 bool IsChanged(const std::string &deviceId, DataType dataType);
H A Dkvdb_notifier_client.cpp96 bool KVDBNotifierClient::IsChanged(const std::string &deviceId, DataType dataType) in IsChanged() function in OHOS::DistributedKv::KVDBNotifierClient
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h129 bool IsChanged() const in IsChanged() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp398 return serviceAgent->IsChanged(clientUuid, static_cast<DataType>(dataType_)); in IsRemoteChanged()