| /foundation/arkui/ace_engine/test/unittest/base/json_util/ |
| D | json_util_test.cpp | 45 std::string testJson = "true"; variable 69 std::string testJson = "false"; variable 93 std::string testJson = "-1"; variable 122 std::string testJson = "1"; variable 151 std::string testJson = "6.66"; variable 180 std::string testJson = "\"Ace Unittest\""; variable 204 std::string testJson = "\"\""; variable 228 std::string testJson = R"({"JsonObjectTypeTest": "Ace Unittest"})"; variable 255 std::string testJson = R"({"JsonObjectTypeTest": ""})"; variable 280 std::string testJson = "[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]"; variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/slider/ |
| D | slider_creator_test.cpp | 71 RefPtr<SliderComponent> SliderCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() 139 std::string testJson = "{ " variable 178 std::string testJson = "{ " variable 204 std::string testJson = "{ " variable 245 std::string testJson = "{ " variable 270 std::string testJson = "{ " variable 295 std::string testJson = "{ " variable 328 std::string testJson = "{ " variable 353 std::string testJson = "{ " variable 377 std::string testJson = "{ " variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/progress/ |
| D | progress_creator_test.cpp | 73 RefPtr<ProgressComponent> ProgressCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() 141 std::string testJson = "{ " variable 183 std::string testJson = "{ " variable 209 std::string testJson = "{ " variable 233 std::string testJson = "{ " variable 257 std::string testJson = "{ " variable 281 std::string testJson = "{ " variable 305 std::string testJson = "{ " variable 330 std::string testJson = "{ " variable 355 std::string testJson = "{ " variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/flex/ |
| D | flex_creator_test.cpp | 66 RefPtr<Component> FlexCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() 85 std::string testJson = "" variable 123 std::string testJson = "" variable 153 std::string testJson = "" variable 191 std::string testJson = "" variable 229 std::string testJson = "" variable 270 std::string testJson = "" variable 311 std::string testJson = "" variable 358 std::string testJson = "" variable 417 std::string testJson = "" variable [all …]
|
| D | flex_item_creator_test.cpp | 69 RefPtr<Component> FlexItemCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() 109 std::string testJson = "" variable 140 std::string testJson = "" variable 174 std::string testJson = "" variable 208 std::string testJson = "" variable 242 std::string testJson = "" variable 282 std::string testJson = "" variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/stack/ |
| D | stack_creator_test.cpp | 63 RefPtr<Component> StackCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() 81 std::string testJson = "" variable 118 std::string testJson = "" variable 154 std::string testJson = "" variable 194 std::string testJson = "" variable 239 std::string testJson = "" variable 296 std::string testJson = "" variable
|
| D | positioned_creator_test.cpp | 66 RefPtr<Component> PositionedCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() 114 std::string testJson = "" variable 143 std::string testJson = "" variable 178 std::string testJson = "" variable 213 std::string testJson = "" variable 245 std::string testJson = "" variable 283 std::string testJson = "" variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/video/ |
| D | video_creator_test.cpp | 71 RefPtr<VideoComponent> VideoCreatorTest::CreateComponent(const std::string& testJson) in CreateComponent() 130 std::string testJson = "{ " variable 167 std::string testJson = "{ " variable 202 std::string testJson = "{ " variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/checkable/ |
| D | checkable_creator_test.cpp | 50 RefPtr<Component> CreateCheckableComponent(const std::string& testJson) in CreateCheckableComponent() 61 RefPtr<CheckboxComponent> CreateCheckboxComponent(const std::string& testJson) in CreateCheckboxComponent() 67 RefPtr<SwitchComponent> CreateSwitchComponent(const std::string& testJson) in CreateSwitchComponent() 73 RefPtr<RadioComponent<std::string>> CreateRadioComponent(const std::string& testJson) in CreateRadioComponent()
|
| /foundation/communication/dsoftbus/tests/core/connection/p2p/ |
| D | p2p_device_test.cpp | 195 cJSON *testJson = TestAddMacIpToJson(g_testMac, g_testIp, &g_testResult, g_testWifiConfig); variable 338 …cJSON *testJson = TestAddMacIpToJson(g_testConnectingNode.peerMac, g_testIp, &g_testResult, g_test… variable 360 …cJSON *testJson = TestAddMacIpToJson(g_testConnectingNode.peerMac, g_testIp, &g_testResult, g_test… variable 392 …cJSON *testJson = TestAddMacIpToJson(g_testConnectingNode.peerMac, g_testIp, &g_testResult, g_test… variable 423 cJSON *testJson = cJSON_CreateObject(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/tabbar/ |
| D | tabcontent_creator_test.cpp | 29 RefPtr<TabContentComponent> CreateTabContentComponent(const std::string& testJson) in CreateTabContentComponent() 46 RefPtr<TabBarComponent> CreateTabBarComponent(const std::string& testJson) in CreateTabBarComponent()
|
| D | tabbarindicator_creator_test.cpp | 32 RefPtr<TabBarIndicatorComponent> CreateTabBarIndicatorComponent(const std::string& testJson) in CreateTabBarIndicatorComponent()
|
| D | tabbar_creator_test.cpp | 30 RefPtr<TabBarComponent> CreateTabBarComponent(const std::string& testJson) in CreateTabBarComponent()
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/rating/ |
| D | rating_creator_test.cpp | 27 RefPtr<RatingComponent> CreateRatingComponent(const std::string& testJson) in CreateRatingComponent()
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/swiper/ |
| D | swiper_creator_test.cpp | 27 RefPtr<SwiperComponent> CreateSwiperComponent(const std::string& testJson) in CreateSwiperComponent()
|
| /foundation/filemanagement/user_file_service/test/unittest/ |
| D | medialibrary_file_access_test.cpp | 3043 json testJson = { variable 3087 json testJson = { variable 3131 json testJson = { variable 3160 json testJson = { variable 3193 json testJson = { variable 3230 json testJson = { variable 3267 json testJson; variable
|
| D | external_file_access_test.cpp | 4816 json testJson = { variable 4877 json testJson = { variable 4948 json testJson = { variable 4979 json testJson = { variable 5014 json testJson = { variable 5053 json testJson = { variable 5091 json testJson; variable 5153 json testJson = { variable
|