Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp77 static std::shared_ptr<TypeDescriptor> GetTypeDescriptorByUtdClient(const char* typeId) in GetTypeDescriptorByUtdClient() function
126 auto typeDescriptor = GetTypeDescriptorByUtdClient(typeId); in OH_Utd_Create()
220 auto typeDescriptor = GetTypeDescriptorByUtdClient(srcTypeId); in OH_Utd_BelongsTo()
238 auto typeDescriptor = GetTypeDescriptorByUtdClient(srcTypeId); in OH_Utd_IsLower()
256 auto typeDescriptor = GetTypeDescriptorByUtdClient(srcTypeId); in OH_Utd_IsHigher()
274 auto typeDescriptor1 = GetTypeDescriptorByUtdClient(utd1->typeId.c_str()); in OH_Utd_Equals()
279 auto typeDescriptor2 = GetTypeDescriptorByUtdClient(utd2->typeId.c_str()); in OH_Utd_Equals()