Searched refs:srcTypeId (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | utd.cpp | 214 bool OH_Utd_BelongsTo(const char* srcTypeId, const char* destTypeId) in OH_Utd_BelongsTo() argument 216 if (srcTypeId == nullptr || destTypeId == nullptr) { in OH_Utd_BelongsTo() 220 auto typeDescriptor = GetTypeDescriptorByUtdClient(srcTypeId); in OH_Utd_BelongsTo() 232 bool OH_Utd_IsLower(const char* srcTypeId, const char* destTypeId) in OH_Utd_IsLower() argument 234 if (srcTypeId == nullptr || destTypeId == nullptr) { in OH_Utd_IsLower() 238 auto typeDescriptor = GetTypeDescriptorByUtdClient(srcTypeId); in OH_Utd_IsLower() 250 bool OH_Utd_IsHigher(const char* srcTypeId, const char* destTypeId) in OH_Utd_IsHigher() argument 252 if (srcTypeId == nullptr || destTypeId == nullptr) { in OH_Utd_IsHigher() 256 auto typeDescriptor = GetTypeDescriptorByUtdClient(srcTypeId); in OH_Utd_IsHigher()
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/ndk/data/ |
H A D | utd.h | 179 bool OH_Utd_BelongsTo(const char* srcTypeId, const char* destTypeId); 191 bool OH_Utd_IsLower(const char* srcTypeId, const char* destTypeId); 203 bool OH_Utd_IsHigher(const char* srcTypeId, const char* destTypeId);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | utd_8h.md | 44 | bool [OH_Utd_BelongsTo](_u_d_m_f.md#oh_utd_belongsto) (const char \*srcTypeId, const char \*destT… 45 | bool [OH_Utd_IsLower](_u_d_m_f.md#oh_utd_islower) (const char \*srcTypeId, const char \*destTypeI… 46 | bool [OH_Utd_IsHigher](_u_d_m_f.md#oh_utd_ishigher) (const char \*srcTypeId, const char \*destTyp…
|
H A D | _u_d_m_f.md | 333 | bool [OH_Utd_BelongsTo](#oh_utd_belongsto) (const char \*srcTypeId, const char \*destTypeId) | 判断… 334 | bool [OH_Utd_IsLower](#oh_utd_islower) (const char \*srcTypeId, const char \*destTypeId) | 判断原标准化… 335 | bool [OH_Utd_IsHigher](#oh_utd_ishigher) (const char \*srcTypeId, const char \*destTypeId) | 判断原标… 5691 bool OH_Utd_BelongsTo (const char* srcTypeId, const char* destTypeId ) 5704 | srcTypeId | 表示原标准化数据类型。 | 6049 bool OH_Utd_IsHigher (const char* srcTypeId, const char* destTypeId ) 6062 | srcTypeId | 表示原标准化数据类型。 | 6073 bool OH_Utd_IsLower (const char* srcTypeId, const char* destTypeId ) 6086 | srcTypeId | 表示原标准化数据类型。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | utd_8h.md | 44 | bool [OH_Utd_BelongsTo](_u_d_m_f.md#oh_utd_belongsto) (const char \*srcTypeId, const char \*destT… 45 | bool [OH_Utd_IsLower](_u_d_m_f.md#oh_utd_islower) (const char \*srcTypeId, const char \*destTypeI… 46 | bool [OH_Utd_IsHigher](_u_d_m_f.md#oh_utd_ishigher) (const char \*srcTypeId, const char \*destTyp…
|
H A D | _u_d_m_f.md | 316 | bool [OH_Utd_BelongsTo](#oh_utd_belongsto) (const char \*srcTypeId, const char \*destTypeId) | Ch… 317 | bool [OH_Utd_IsLower](#oh_utd_islower) (const char \*srcTypeId, const char \*destTypeId) | Checks… 318 | bool [OH_Utd_IsHigher](#oh_utd_ishigher) (const char \*srcTypeId, const char \*destTypeId) | Chec… 5262 bool OH_Utd_BelongsTo (const char* srcTypeId, const char* destTypeId ) 5275 | srcTypeId | Pointer to the UTD to check. | 5620 bool OH_Utd_IsHigher (const char* srcTypeId, const char* destTypeId ) 5633 | srcTypeId | Pointer to the UTD to check. | 5644 bool OH_Utd_IsLower (const char* srcTypeId, const char* destTypeId ) 5657 | srcTypeId | Pointer to the UTD to check. |
|