Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
H A Dutd.h167 const char** OH_Utd_GetTypesByMimeType(const char* mimeType, unsigned int* count);
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dutd_test.cpp255 * @tc.desc: Normal testcase of OH_Utd_GetTypesByMimeType
262 auto typeIds = OH_Utd_GetTypesByMimeType("text/plain", &count); in HWTEST_F()
269 auto typeIdsNullptr = OH_Utd_GetTypesByMimeType(extensionNullptr, &count); in HWTEST_F()
273 auto typeIdsNullptr2 = OH_Utd_GetTypesByMimeType("text/plain", countNullptr); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dutd.cpp209 const char** OH_Utd_GetTypesByMimeType(const char* mimeType, unsigned int* count) in OH_Utd_GetTypesByMimeType() function

Completed in 3 milliseconds