Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/test/unittest/ebpf/
Debpf_file_system_test.cpp44 const uint64_t ARGS_02[ARGS_MAX] = {201, 202, 203, 204}; variable
92 fsFixedHeader_.args[i] = ARGS_02[i]; in ResetData()
177 EXPECT_EQ(fileSystemSample.Fds()[0], ARGS_02[1]);
182 EXPECT_EQ(parser_->ConvertToHexTextIndex(ARGS_02[i++]), fileSystemSample.FirstArguments()[0]);
183 EXPECT_EQ(parser_->ConvertToHexTextIndex(ARGS_02[i++]), fileSystemSample.SecondArguments()[0]);
184 EXPECT_EQ(parser_->ConvertToHexTextIndex(ARGS_02[i++]), fileSystemSample.ThirdArguments()[0]);
185 EXPECT_EQ(parser_->ConvertToHexTextIndex(ARGS_02[i]), fileSystemSample.FourthArguments()[0]);
251 EXPECT_EQ(fileSystemSample.Fds()[0], ARGS_02[0]);
256 EXPECT_EQ(parser_->ConvertToHexTextIndex(ARGS_02[i++]), fileSystemSample.FirstArguments()[0]);
257 EXPECT_EQ(parser_->ConvertToHexTextIndex(ARGS_02[i++]), fileSystemSample.SecondArguments()[0]);
[all …]