Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp279 auto typeDescriptor2 = GetTypeDescriptorByUtdClient(utd2->typeId.c_str()); in OH_Utd_Equals() local
280 if (typeDescriptor2 == nullptr) { in OH_Utd_Equals()
284 return typeDescriptor1->Equals(typeDescriptor2); in OH_Utd_Equals()