Lines Matching full:add
56 ptJson->Add("maxScriptsCacheSize", attribute.c_str()); in HWTEST_F_L0()
65 ptJson->Add("objectGroup", 0); in HWTEST_F_L0()
66 ptJson->Add("includeCommandLineAPI", attribute.c_str()); in HWTEST_F_L0()
67 ptJson->Add("silent", attribute.c_str()); in HWTEST_F_L0()
68 ptJson->Add("returnByValue", attribute.c_str()); in HWTEST_F_L0()
69 ptJson->Add("generatePreview", attribute.c_str()); in HWTEST_F_L0()
70 ptJson->Add("throwOnSideEffect", attribute.c_str()); in HWTEST_F_L0()
82 ptJson->Add("start", start); in HWTEST_F_L0()
83 ptJson->Add("end", end); in HWTEST_F_L0()
86 ptJson1->Add("end", attribute.c_str()); in HWTEST_F_L0()
87 ptJson1->Add("restrictToFunction", attribute.c_str()); in HWTEST_F_L0()
97 ptJson->Add("terminateOnResume", attribute.c_str()); in HWTEST_F_L0()
112 ptJson->Add("patterns", array); in HWTEST_F_L0()
125 scriptId->Add("scriptId", 123); in HWTEST_F_L0()
126 end->Add("end", 123); in HWTEST_F_L0()
129 ptJson->Add("skipList", array); in HWTEST_F_L0()
144 scriptId->Add("scriptId", 123); in HWTEST_F_L0()
145 end->Add("end", 123); in HWTEST_F_L0()
148 ptJson->Add("skipList", array); in HWTEST_F_L0()
160 ptJson->Add("enabled", attribute.c_str()); in HWTEST_F_L0()
172 ptJson->Add("userCode", attribute.c_str()); in HWTEST_F_L0()
183 ptJson->Add("arguments", attribute.c_str()); in HWTEST_F_L0()
192 ptJson->Add("arguments", attribute.c_str()); in HWTEST_F_L0()
201 ptJson->Add("arguments", attribute.c_str()); in HWTEST_F_L0()
211 ptJson->Add("deterministic", attribute.c_str()); in HWTEST_F_L0()
212 ptJson->Add("levelOfDetail", attribute.c_str()); in HWTEST_F_L0()
215 ptJson1->Add("levelOfDetail", 0); in HWTEST_F_L0()
226 ptJson->Add("categories", 0); in HWTEST_F_L0()
227 ptJson->Add("options", 0); in HWTEST_F_L0()
228 ptJson->Add("bufferUsageReportingInterval", attribute.c_str()); in HWTEST_F_L0()
229 ptJson->Add("transferMode", 0); in HWTEST_F_L0()
230 ptJson->Add("streamFormat", 0); in HWTEST_F_L0()
231 ptJson->Add("streamCompression", 0); in HWTEST_F_L0()
232 ptJson->Add("traceConfig", 0); in HWTEST_F_L0()
233 ptJson->Add("perfettoConfig", 0); in HWTEST_F_L0()
234 ptJson->Add("tracingBackend", 0); in HWTEST_F_L0()
237 ptJson1->Add("transferMode", attribute.c_str()); in HWTEST_F_L0()
238 ptJson1->Add("streamFormat", attribute.c_str()); in HWTEST_F_L0()
239 ptJson1->Add("streamCompression", attribute.c_str()); in HWTEST_F_L0()
240 traceConfig->Add("recordMode", 0); in HWTEST_F_L0()
241 ptJson1->Add("traceConfig", traceConfig); in HWTEST_F_L0()
242 ptJson1->Add("tracingBackend", attribute.c_str()); in HWTEST_F_L0()