Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Dutd.h147 const char** OH_Utd_GetMimeTypes(OH_Utd* pThis, unsigned int* count);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dutd_test.cpp206 * @tc.desc: Normal testcase of OH_Utd_GetMimeTypes
213 auto mimeTypes = OH_Utd_GetMimeTypes(utd, &count); in HWTEST_F()
219 auto mimeTypeNullptr = OH_Utd_GetMimeTypes(utdNullptr, &count); in HWTEST_F()
223 auto mimeTypeNullptr2 = OH_Utd_GetMimeTypes(utd, countNullptr); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp195 const char** OH_Utd_GetMimeTypes(OH_Utd* pThis, unsigned int* count) in OH_Utd_GetMimeTypes() function

Completed in 2 milliseconds