Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Dutd.h53 typedef struct OH_Utd OH_Utd; typedef
56 * @brief Prouct a pointer to the instance of the {@link OH_Utd}.
59 * @return If the operation is successful, a pointer to the instance of the {@link OH_Utd}
62 * @see OH_Utd.
65 OH_Utd* OH_Utd_Create(const char* typeId);
68 * @brief Destroy a pointer that points to the {@link OH_Utd} instance.
70 * @param pThis Represents a pointer to an instance of {@link OH_Utd}.
71 * @see OH_Utd.
74 void OH_Utd_Destroy(OH_Utd* pThi
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp84 static bool IsUtdInvalid(OH_Utd* pThis) in IsUtdInvalid()
116 OH_Utd* OH_Utd_Create(const char* typeId) in OH_Utd_Create()
121 auto pThis = new (std::nothrow) OH_Utd(); in OH_Utd_Create()
144 void OH_Utd_Destroy(OH_Utd* pThis) in OH_Utd_Destroy()
154 LOG_INFO(UDMF_CAPI, "OH_Utd ptr already be delete"); in OH_Utd_Destroy()
157 const char* OH_Utd_GetTypeId(OH_Utd* pThis) in OH_Utd_GetTypeId()
162 const char* OH_Utd_GetDescription(OH_Utd* pThis) in OH_Utd_GetDescription()
167 const char* OH_Utd_GetReferenceUrl(OH_Utd* pThis) in OH_Utd_GetReferenceUrl()
172 const char* OH_Utd_GetIconFile(OH_Utd* pThis) in OH_Utd_GetIconFile()
177 const char** OH_Utd_GetBelongingToTypes(OH_Utd* pThi
[all...]
H A Dudmf_capi_common.h51 struct OH_Utd { struct
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dutd_test.cpp41 OH_Utd* utd = nullptr;
83 OH_Utd* utdNullptr = OH_Utd_Create(typeId); in HWTEST_F()
99 OH_Utd* utdNullptr = nullptr; in HWTEST_F()
116 OH_Utd* utdNullptr = nullptr; in HWTEST_F()
133 OH_Utd* utdNullptr = nullptr; in HWTEST_F()
150 OH_Utd* utdNullptr = nullptr; in HWTEST_F()
170 OH_Utd* utdNullptr = nullptr; in HWTEST_F()
194 OH_Utd* utdNullptr = nullptr; in HWTEST_F()
218 OH_Utd* utdNullptr = nullptr; in HWTEST_F()
578 OH_Utd* utd in HWTEST_F()
[all...]

Completed in 3 milliseconds