Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp937 string test2 = "23456"; in BENCHMARK_F() local
946 result = parcel.WriteCString(test2.c_str()); in BENCHMARK_F()
957 AssertEqual(COMPARE_STRING_RESULT, strcmp(test2.c_str(), parcel.ReadCString()), in BENCHMARK_F()
958 "strcmp(test2.c_str(), parcel.ReadCString()) did not equal 0 as expected.", state); in BENCHMARK_F()
1918 char test2[PARCEL_TEST1_CHAR_ARRAY_SIZE] = {0}; in BENCHMARK_F() local
1919 ret = parcel.WriteBuffer(test2, PARCEL_TEST1_CHAR_ARRAY_SIZE); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp1064 string test2 = "23456"; in HWTEST_F() local
1071 result = parcel.WriteCString(test2.c_str()); in HWTEST_F()
1079 EXPECT_EQ(0, strcmp(test2.c_str(), parcel.ReadCString())); in HWTEST_F()
1943 char test2[205780] = {0}; in HWTEST_F() local
1944 ret = parcel.WriteBuffer(test2, 205780); in HWTEST_F()

Completed in 8 milliseconds