Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp1583 vector<u16string> u16stringread; in BENCHMARK_F() local
1584 result = parcel1.ReadString16Vector(&u16stringread); in BENCHMARK_F()
1586 LoopReadVectorCmpData(string16test, u16stringread, in BENCHMARK_F()
1587 "string16test[i].compare(u16stringread[i]) did not equal 0 as expected.", state); in BENCHMARK_F()
1598 result = parcel2.ReadString16Vector(&u16stringread); in BENCHMARK_F()
1600 LoopReadVectorCmpData(string16test, u16stringread, in BENCHMARK_F()
1601 "string16test[i].compare(u16stringread[i]) did not equal 0 as expected.", state); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp1642 vector<u16string> u16stringread; in HWTEST_F() local
1643 result = parcel1.ReadString16Vector(&u16stringread); in HWTEST_F()
1646 EXPECT_EQ(0, string16test[i].compare(u16stringread[i])); in HWTEST_F()
1662 result = parcel2.ReadString16Vector(&u16stringread); in HWTEST_F()
1665 EXPECT_EQ(0, string16test[i].compare(u16stringread[i])); in HWTEST_F()

Completed in 9 milliseconds