Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp306 char **types1 = OH_UdmfData_GetTypes(nullptr, &count1); variable
307 EXPECT_EQ(types1, nullptr);
338 char **types1 = OH_UdmfData_GetTypes(unifiedData, &count1); variable
339 EXPECT_NE(types1, nullptr);
343 EXPECT_EQ(types1, types2);
361 char **types1 = OH_UdmfRecord_GetTypes(nullptr, &count); variable
362 EXPECT_EQ(types1, nullptr);
386 char **types1 = OH_UdmfRecord_GetTypes(record, &count); variable
387 EXPECT_NE(types1, nullptr);
393 EXPECT_EQ(types2, types1);