Searched defs:jsonStr (Results 1 - 10 of 10) sorted by relevance
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineFactoryTest.cpp | 40 std::string jsonStr = R"({"ColorMode":"dark"})"; in TEST() local
|
| H A D | CommandLineInterfaceTest.cpp | 364 std::string jsonStr = R"({ "Language" : { "args" : { "Language" : "zh-CN" }}, in TEST() local
|
| H A D | CommandLineTest.cpp | 111 std::string jsonStr = "{\"aaaa\":\"landscape\"}"; in TEST_F() local 150 std::string jsonStr = R"({"aaaaa":1080,"originHeight":2340,"width":1080,"height":2340,"screenDensity":480})"; in TEST_F() local 164 std::string jsonStr = R"({"originWidth":"1080","originHeight":2340,"width":1080, in TEST_F() local 189 std::string jsonStr = R"({"originWidth":5000,"originHeight":2340,"width":1080, TEST_F() local 234 std::string jsonStr = R"({"originWidth" : 1080, "originHeight" : 2340, "width" : 1080, TEST_F() local [all...] |
| /ide/tools/previewer/test/fuzztest/ |
| H A D | ChangeJsonUtil.cpp | 141 char *jsonStr = cJSON_Print(object); in WriteFile() local
|
| /ide/tools/previewer/test/mock/mock/ |
| H A D | MockVirtualScreenImpl.cpp | 51 void VirtualScreenImpl::FastPreviewCallback(const std::string& jsonStr) {} in FastPreviewCallback() argument
|
| /ide/tools/previewer/cli/ |
| H A D | CommandLineInterface.cpp | 250 std::string jsonStr = JsonReader::ReadFile(path); in ReadAndApplyConfig() local
|
| /ide/tools/previewer/mock/rich/ |
| H A D | VirtualScreenImpl.cpp | 256 void VirtualScreenImpl::FastPreviewCallback(const std::string& jsonStr) in FastPreviewCallback() argument
|
| /ide/tools/previewer/test/unittest/mock/ |
| H A D | VirtualScreenImplTest.cpp | 465 std::string jsonStr = R"({"FastPreview" : "true"})";; in TEST_F() local
|
| /ide/tools/previewer/util/ |
| H A D | JsonReader.cpp | 639 Json2::Value JsonReader::ParseJsonData2(const std::string& jsonStr) in ParseJsonData2() argument
|
| /ide/tools/previewer/jsapp/rich/external/ |
| H A D | StageContext.cpp | 78 std::string jsonStr = JsonReader::ReadFile(loaderJsonPath); in GetModulePathMapFromLoaderJson() local 115 std::string jsonStr = JsonReader::ReadFile(hspConfigPath); in GetHspAceModuleBuild() local 437 std::string jsonStr = JsonReader::ReadFile(mockJsonFilePath); in ParseMockJsonFile() local
|
Completed in 8 milliseconds