Home
last modified time | relevance | path

Searched refs:detailObj (Results 1 - 8 of 8) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dtext.cpp34 std::shared_ptr<Object> detailObj = nullptr; in Text() local
35 if (object->GetValue(DETAILS, detailObj)) { in Text()
36 details_ = ObjectUtils::ConvertToUDDetails(detailObj); in Text()
H A Dsystem_defined_record.cpp34 std::shared_ptr<Object> detailObj = nullptr; in SystemDefinedRecord() local
35 if (object->GetValue(DETAILS, detailObj)) { in SystemDefinedRecord()
36 details_ = ObjectUtils::ConvertToUDDetails(detailObj); in SystemDefinedRecord()
H A Dhtml.cpp44 std::shared_ptr<Object> detailObj = nullptr; in Html() local
45 if (object->GetValue(DETAILS, detailObj)) { in Html()
46 details_ = ObjectUtils::ConvertToUDDetails(detailObj); in Html()
H A Dplain_text.cpp43 std::shared_ptr<Object> detailObj = nullptr; in PlainText() local
44 if (object->GetValue(DETAILS, detailObj)) { in PlainText()
45 details_ = ObjectUtils::ConvertToUDDetails(detailObj); in PlainText()
H A Dlink.cpp37 std::shared_ptr<Object> detailObj = nullptr; in Link() local
38 if (object->GetValue(DETAILS, detailObj)) { in Link()
39 details_ = ObjectUtils::ConvertToUDDetails(detailObj); in Link()
H A Dfile.cpp38 std::shared_ptr<Object> detailObj = nullptr; in File() local
39 if (object->GetValue(DETAILS, detailObj)) { in File()
40 details_ = ObjectUtils::ConvertToUDDetails(detailObj); in File()
H A Dsystem_defined_appitem.cpp36 std::shared_ptr<Object> detailObj = nullptr; in SystemDefinedAppItem() local
37 if (object->GetValue(DETAILS, detailObj)) { in SystemDefinedAppItem()
38 details_ = ObjectUtils::ConvertToUDDetails(detailObj); in SystemDefinedAppItem()
H A Dsystem_defined_form.cpp35 std::shared_ptr<Object> detailObj = nullptr; in SystemDefinedForm() local
36 if (object->GetValue(DETAILS, detailObj)) { in SystemDefinedForm()
37 details_ = ObjectUtils::ConvertToUDDetails(detailObj); in SystemDefinedForm()

Completed in 3 milliseconds