Home
last modified time | relevance | path

Searched refs:types2 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp310 char **types2 = OH_UdmfData_GetTypes(&data, &count1); variable
311 EXPECT_EQ(types2, nullptr);
342 char **types2 = OH_UdmfData_GetTypes(unifiedData, &count1); variable
343 EXPECT_EQ(types1, types2);
364 char **types2 = OH_UdmfRecord_GetTypes(record, nullptr); variable
365 EXPECT_EQ(types2, nullptr);
390 char **types2 = OH_UdmfRecord_GetTypes(record, &count); variable
391 EXPECT_NE(types2, nullptr);
393 EXPECT_EQ(types2, types1);
1218 char** types2 = OH_UdmfData_GetTypes(data, &count2); variable
[all …]