Home
last modified time | relevance | path

Searched refs:typeId2 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/database/
H A Duniform-data-type-descriptors.md210 let typeId2 = uniformTypeDescriptor.getUniformDataTypeByMIMEType(mineType);
211 let typeObj2 = uniformTypeDescriptor.getTypeDescriptor(typeId2);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp723 std::string typeId2 = "general.composite-object"; variable
725 status = UtdClient::GetInstance().GetTypeDescriptor(typeId2, descriptor2);
744 std::string typeId2 = "com.amazon.azw3"; variable
746 status = UtdClient::GetInstance().GetTypeDescriptor(typeId2, descriptor2);
/ohos5.0/docs/en/application-dev/database/
H A Duniform-data-type-descriptors.md210 let typeId2 = uniformTypeDescriptor.getUniformDataTypeByMIMEType(mineType);
211 let typeObj2 = uniformTypeDescriptor.getTypeDescriptor(typeId2);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp707 char typeId2[] = "ApplicationDefined-myType2"; variable
713 addRes1 = OH_UdmfRecord_AddGeneralEntry(record, typeId2, entry2, count2);
725 getRes = OH_UdmfRecord_GetGeneralEntry(record, typeId2, &getEntry2, &getCount2);