Home
last modified time | relevance | path

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

/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/
H A Dudmf_ndk_test.cpp83 unsigned int count1 = 0; in OH_Udmf_GetUnifiedDataTypes001() local
84 char **types1 = OH_UdmfData_GetTypes(unifiedData, &count1); in OH_Udmf_GetUnifiedDataTypes001()
86 NAPI_ASSERT(env, count1 == num, "OH_UdmfData_GetTypes is fail."); in OH_Udmf_GetUnifiedDataTypes001()
88 char **types2 = OH_UdmfData_GetTypes(unifiedData, &count1); in OH_Udmf_GetUnifiedDataTypes001()
106 unsigned int count1 = 0; in OH_Udmf_GetUnifiedRecordTypes001() local
107 char **types2 = OH_UdmfRecord_GetTypes(record, &count1); in OH_Udmf_GetUnifiedRecordTypes001()
111 && (types2 != nullptr) && (count1 == 1), &result); in OH_Udmf_GetUnifiedRecordTypes001()
124 unsigned int count1 = 0; in OH_Udmf_GetRecords001() local
125 char **types2 = OH_UdmfRecord_GetTypes(record, &count1); in OH_Udmf_GetRecords001()
129 && (types2 != nullptr) && (count1 in OH_Udmf_GetRecords001()
[all...]

Completed in 2 milliseconds