Home
last modified time | relevance | path

Searched defs:para (Results 1 – 7 of 7) sorted by relevance

/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/
DHiAppEventCPPTest.cpp82 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_key\":false"}; variable
117 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_key\":true"}; variable
151 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"bool_arr_key\":[true,true]"}; variable
185 std::vector<std::string> para = {"test_event", "\"type_\":4", "\"str_key\":\"hello\""}; variable
221 …std::vector<std::string> para = {"test_event", "\"type_\":4", "\"str_arr_key\":[\"hello\",\"world\… variable
255 std::vector<std::string> para = {"test_event", "\"type_\":1", "\"double_key\":30949.374"}; variable
289 …std::vector<std::string> para = {"test_event", "\"type_\":2", "\"double_arr_key\":[123.22,30949.37… variable
323 std::vector<std::string> para = {"test_event", "\"type_\":2", "\"float_key\":234.5"}; variable
357 …std::vector<std::string> para = {"test_event", "\"type_\":2", "\"float_arr_key\":[123.22", "234.5"… variable
391 std::vector<std::string> para = {"test_event", "\"type_\":3", "\"int8_key\":1"}; variable
[all …]
/test/testfwk/developer_test/src/core/build/
Dbuild_manager.py71 def _compile_acts_test_cases(cls, project_root_path, para): argument
81 def _compile_fuzz_test_case(cls, project_root_path, para): argument
91 def _compile_testcases(self, project_root_path, para): argument
Dbuild_testcases.py203 def _execute_build_acts_command(self, para): argument
234 def build_fuzz_testcases(self, para): argument
272 def build_acts_testcases(self, para): argument
Dselect_targets.py186 def filter_build_targets(self, para): argument
/test/xts/hats/hdf/location/gnss/
Dlocation_gnss_test.cpp233 GnssConfigPara para; variable
/test/xts/acts/hiviewdfx/utils/native/
Dfile_utils.cpp132 bool CheckInfo(std::vector<std::string> &para, std::string info) in CheckInfo()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
DTaskpoolSingleTaskTest.cpp357 char *para = (char*)"xxxx"; variable