Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_tool_unit_test.cpp164 auto records1 = std::make_shared<std::vector<HiSysEventRecord>>(); variable
165 records1->emplace_back(sysEventRecord);
169 query1.OnQuery(records1);
174 query2.OnQuery(records1);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dudmf_test.cpp410 OH_UdmfRecord **records1 = OH_UdmfData_GetRecords(nullptr, &count1); variable
411 EXPECT_EQ(records1, nullptr);
442 OH_UdmfRecord **records1 = OH_UdmfData_GetRecords(unifiedData, &count); variable
444 EXPECT_NE(records1, nullptr);
449 EXPECT_EQ(records2, records1);