Searched refs:typeDescriptor (Results 1 – 8 of 8) sorted by relevance
79 std::shared_ptr<TypeDescriptor> typeDescriptor; in GetTypeDescriptorByUtdClient() local81 return typeDescriptor; in GetTypeDescriptorByUtdClient()126 auto typeDescriptor = GetTypeDescriptorByUtdClient(typeId); in OH_Utd_Create() local127 if (typeDescriptor == nullptr) { in OH_Utd_Create()132 pThis->typeId = typeDescriptor->GetTypeId(); in OH_Utd_Create()133 pThis->description = typeDescriptor->GetDescription(); in OH_Utd_Create()134 pThis->referenceURL = typeDescriptor->GetReferenceURL(); in OH_Utd_Create()135 pThis->iconFile = typeDescriptor->GetIconFile(); in OH_Utd_Create()221 if (typeDescriptor == nullptr) { in OH_Utd_BelongsTo()239 if (typeDescriptor == nullptr) { in OH_Utd_IsLower()[all …]
45 std::shared_ptr<UDMF::TypeDescriptor> typeDescriptor; in GetMimeTypeByUri() local46 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(utd, typeDescriptor); in GetMimeTypeByUri()47 if (ret != ERR_OK || typeDescriptor == nullptr) { in GetMimeTypeByUri()51 std::vector<std::string> tmpMimeTypes = typeDescriptor->GetMimeTypes(); in GetMimeTypeByUri()
37 bool operator==(const TypeDescriptorCfg &typeDescriptor) const39 return typeDescriptor.typeId == typeId;
34 std::shared_ptr<TypeDescriptor> typeDescriptor; in GetTypeDescriptorFuzz() local35 UtdClient::GetInstance().GetTypeDescriptor(typeId, typeDescriptor); in GetTypeDescriptorFuzz()
156 std::shared_ptr<TypeDescriptor> typeDescriptor; in Equals() local157 auto input = [env, ctxt, &typeDescriptor](size_t argc, napi_value* argv) { in Equals()161 ctxt->status = NapiDataUtils::GetValue(env, argv[0], typeDescriptor); in Equals()168 …ol equalsRet = reinterpret_cast<TypeDescriptorNapi*>(ctxt->native)->value_->Equals(typeDescriptor); in Equals()
625 std::shared_ptr<UDMF::TypeDescriptor> typeDescriptor; in IsSpecificUtd() local626 auto ret = UDMF::UtdClient::GetInstance().GetTypeDescriptor(param, typeDescriptor); in IsSpecificUtd()627 if (ret != ERR_OK || typeDescriptor == nullptr) { in IsSpecificUtd()630 std::vector<std::string> mimeTypes = typeDescriptor->GetMimeTypes(); in IsSpecificUtd()631 std::vector<std::string> filenameExtensions = typeDescriptor->GetFilenameExtensions(); in IsSpecificUtd()
359 equals(typeDescriptor: TypeDescriptor): boolean369 | typeDescriptor | [TypeDescriptor](#typedescriptor11) | 是 |待比较的标准化数据类型描述类对象。 |
359 equals(typeDescriptor: TypeDescriptor): boolean369 | typeDescriptor | [TypeDescriptor](#typedescriptor11) | Yes |Uniform data type to compare. |