Lines Matching refs:string

40     string g_reDiRectTimeout = "5";
41 string logPath = "/data/test/hiappevent/";
42 string delelogPath = "/data/test/hiappevent/*";
53 std::vector<std::string> cmdret;
54 string cmd = "rm -f " + delelogPath;
69 string getlogFile;
70 string path;
77 std::vector<std::string> file;
81 string fileinfo = "";
83 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_key\":false"};
105 string getlogFile;
106 string path;
113 std::vector<std::string> file;
117 string fileinfo = "";
119 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_key\":true"};
140 string getlogFile;
141 string path;
148 std::vector<std::string> file;
152 string fileinfo = "";
154 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_arr_key\":[true,true]"};
175 string getlogFile;
176 string path;
183 std::vector<std::string> file;
187 string fileinfo = "";
189 std::vector<std::string> para = {"test_event", "\"type_\":4", "\"str_key\":\"hello\""};
212 string getlogFile;
213 string path;
220 std::vector<std::string> file;
224 string fileinfo = "";
226 std::vector<std::string> para = {"test_event", "\"type_\":4", "\"str_arr_key\":[\"hello\",\"world\"]"};
247 string getlogFile;
248 string path;
255 std::vector<std::string> file;
259 string fileinfo = "";
261 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"double_key\":30949.374"};
282 string getlogFile;
283 string path;
290 std::vector<std::string> file;
294 string fileinfo = "";
296 std::vector<std::string> para = {"test_event", "\"type_\":2", "\"double_arr_key\":[123.22,30949.374,131312.46464]"};
317 string getlogFile;
318 string path;
325 std::vector<std::string> file;
329 string fileinfo = "";
331 std::vector<std::string> para = {"test_event", "\"type_\":2", "\"float_key\":234.5"};
352 string getlogFile;
353 string path;
360 std::vector<std::string> file;
364 string fileinfo = "";
366 std::vector<std::string> para = {"test_event", "\"type_\":2", "\"float_arr_key\":[123.22", "234.5", "131312.46"};
387 string getlogFile;
388 string path;
395 std::vector<std::string> file;
399 string fileinfo = "";
401 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int8_key\":1"};
422 string getlogFile;
423 string path;
430 std::vector<std::string> file;
434 string fileinfo = "";
436 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int8_arr_key\":[1,10,100]"};
457 string getlogFile;
458 string path;
465 std::vector<std::string> file;
469 string fileinfo = "";
471 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int16_key\":1"};
492 string getlogFile;
493 string path;
500 std::vector<std::string> file;
504 string fileinfo = "";
506 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int16_arr_key\":[1,1000,5000]"};
527 string getlogFile;
528 string path;
535 std::vector<std::string> file;
539 string fileinfo = "";
541 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int32_key\":1"};
562 string getlogFile;
563 string path;
570 std::vector<std::string> file;
574 string fileinfo = "";
576 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int32_arr_key\":[1,100000,500000]"};
597 string getlogFile;
598 string path;
605 std::vector<std::string> file;
609 string fileinfo = "";
611 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int64_key\":1"};
632 string getlogFile;
633 string path;
640 std::vector<std::string> file;
644 string fileinfo = "";
646 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int64_arr_key\":[1,10000000,50000000]"};
658 * @tc.name HiAppEvent Native Write Interface Test, Reporting the Keyvalue of the string List Type.
661 * @tc.desc The keyvalue is reported as a string list, 100 list parameters .
674 string getlogFile;
675 string path;
682 std::vector<std::string> file;
686 string fileinfo = "";
688 std::vector<std::string> para = {"test_event", "\"type_\":4"};
700 * @tc.name HiAppEvent Native Write Interface Test, Reporting the Keyvalue of the string Type.
703 * @tc.desc The keyvalue is reported as a string, 8 * 1024 lenth.
708 string strs = "";
712 string getlogFile;
713 string path;
720 std::vector<std::string> file;
724 string fileinfo = "";
726 std::vector<std::string> para = {"test_event", "\"type_\":4"};
806 string getlogFile;
807 string path;
809 string keys[maxLen + 1];
810 string values[maxLen + 1];
821 std::vector<std::string> file;
825 string fileinfo = "";
827 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"key31\":\"value31\"", "\"key15\":\"value15\""};
848 string getlogFile;
849 string path;
856 std::vector<std::string> file;
860 string fileinfo = "";
862 std::vector<std::string> para = {"test_event", "\"type_\":1"};
875 * @tc.name HiAppEvent Native Write Interface Test, key is not string type.
878 * @tc.desc key is not string type.
883 string getlogFile;
884 string path;
891 std::vector<std::string> file;
895 string fileinfo = "";
897 std::vector<std::string> para = {"test_event", "\"type_\":1"};
918 string getlogFile;
919 string path;
926 std::vector<std::string> file;
930 string fileinfo = "";
932 std::vector<std::string> para = {"test_event", "\"type_\":1"};
945 * @tc.name HiAppEvent Native Write Interface Test, Reporting the Key value of the string Type.
948 * @tc.desc The keyvalue is reported as a string, 8 * 1024 + 1 length.
953 string strs = "";
958 string getlogFile;
959 string path;
966 std::vector<std::string> file;
970 string fileinfo = "";
972 std::vector<std::string> para = {"test_event", "\"type_\":1"};
993 string getlogFile;
994 string path;
1001 std::vector<std::string> file;
1005 string fileinfo = "";
1007 std::vector<std::string> para = {"test_event", "\"type_\":1"};
1036 string getlogFile;
1037 string path;
1044 std::vector<std::string> file;
1048 string fileinfo = "";
1050 std::vector<std::string> para = {"test_event", "\"type_\":4", "\"str_arr_key\":[\"hello_world_0\",\"hello_world_1\",\"hello_world_2\"", "hello_world_99"};
1071 string getlogFile;
1072 string path;
1074 string keys[maxLen+1];
1075 string values[maxLen+1];
1086 std::vector<std::string> file;
1090 string fileinfo = "";
1092 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"key31\":\"value31\"","\"key15\":\"value15\"","\"key0\":\"value0\""};
1112 string getlogFile;
1113 string path;
1116 string keys[maxLen+1];
1117 string values[maxLen+1];
1119 std::vector<std::string> cmdret;
1127 string fname = s;
1128 string cmd = "dd if=/dev/zero of=/data/test/hiappevent/" + fname + " bs=11M count=1";
1139 std::vector<std::string> file;
1144 string fileinfo = ReadFile(path);
1145 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"key31\":\"value31\"","\"key15\":\"value15\"","\"key0\":\"value0\""};
1162 string getlogFile;
1163 string path;
1166 string keys[maxLen+1];
1167 string values[maxLen+1];
1169 std::vector<std::string> cmdret;
1176 string fname = s;
1177 string cmd = "dd if=/dev/zero of=/data/test/hiappevent/" + fname + " bs=1.5M count=1";
1188 std::vector<std::string> file;
1193 string fileinfo = ReadFile(path);
1194 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"key31\":\"value31\"","\"key15\":\"value15\"","\"key0\":\"value0\""};
1221 std::vector<std::string> file;