Searched defs:contentForm (Results 1 – 6 of 6) sorted by relevance
659 …std::shared_ptr<UnifiedRecord> contentForm = std::make_shared<UnifiedRecord>(UDType::CONTENT_FORM,… variable744 auto contentForm = readData->GetRecordAt(1); variable
3320 auto contentForm = UnifiedRecord(CONTENT_FORM, obj); variable
1092 auto contentForm = OH_UdsContentForm_Create(); variable
1263 auto contentForm = UnifiedRecord(CONTENT_FORM, obj); variable1279 OH_UdsContentForm *contentForm = OH_UdsContentForm_Create(); variable2477 OH_UdsContentForm *contentForm = OH_UdsContentForm_Create(); variable2707 OH_UdsContentForm *contentForm = OH_UdsContentForm_Create(); variable
893 int OH_UdmfRecord_AddContentForm(OH_UdmfRecord* record, OH_UdsContentForm* contentForm) in OH_UdmfRecord_AddContentForm()974 int OH_UdmfRecord_GetContentForm(OH_UdmfRecord* record, OH_UdsContentForm* contentForm) in OH_UdmfRecord_GetContentForm()
560 auto contentForm = new (std::nothrow) OH_UdsContentForm(); in OH_UdsContentForm_Create() local