Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_record.cpp40 hasObject_ = true; in UnifiedRecord()
214 return hasObject_; in HasObject()
H A Dtext.cpp38 hasObject_ = true; in Text()
H A Dsystem_defined_record.cpp38 hasObject_ = true; in SystemDefinedRecord()
H A Dapplication_defined_record.cpp46 hasObject_ = true; in ApplicationDefinedRecord()
H A Dhtml.cpp48 hasObject_ = true; in Html()
H A Dplain_text.cpp47 hasObject_ = true; in PlainText()
H A Dfile.cpp42 hasObject_ = true; in File()
H A Dlink.cpp41 hasObject_ = true; in Link()
H A Dsystem_defined_pixelmap.cpp44 hasObject_ = true; in SystemDefinedPixelMap()
H A Dsystem_defined_form.cpp39 hasObject_ = true; in SystemDefinedForm()
H A Dsystem_defined_appitem.cpp40 hasObject_ = true; in SystemDefinedAppItem()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_record.h69 bool hasObject_ = false; variable