Home
last modified time | relevance | path

Searched refs:IsUtdInvalid (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp84 static bool IsUtdInvalid(OH_Utd* pThis) in IsUtdInvalid() function
146 if (IsUtdInvalid(pThis)) { in OH_Utd_Destroy()
159 return IsUtdInvalid(pThis) ? nullptr : pThis->typeId.c_str(); in OH_Utd_GetTypeId()
164 return IsUtdInvalid(pThis) ? nullptr : pThis->description.c_str(); in OH_Utd_GetDescription()
169 return IsUtdInvalid(pThis) ? nullptr : pThis->referenceURL.c_str(); in OH_Utd_GetReferenceUrl()
174 return IsUtdInvalid(pThis) ? nullptr : pThis->iconFile.c_str(); in OH_Utd_GetIconFile()
179 if (IsUtdInvalid(pThis) || count == nullptr) { in OH_Utd_GetBelongingToTypes()
188 if (IsUtdInvalid(pThis) || count == nullptr) { in OH_Utd_GetFilenameExtensions()
197 if (IsUtdInvalid(pThis) || count == nullptr) { in OH_Utd_GetMimeTypes()
270 if (IsUtdInvalid(utd in OH_Utd_Equals()
[all...]

Completed in 2 milliseconds