Searched defs:jsonStr (Results 1 – 10 of 10) sorted by relevance
| /ide/tools/previewer/test/unittest/cli/ |
| D | CommandLineFactoryTest.cpp | 40 std::string jsonStr = R"({"ColorMode":"dark"})"; in TEST() local
|
| D | CommandLineInterfaceTest.cpp | 364 std::string jsonStr = R"({ "Language" : { "args" : { "Language" : "zh-CN" }}, in TEST() local
|
| 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,"screenDensi… 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, in TEST_F() local 234 std::string jsonStr = R"({"originWidth" : 1080, "originHeight" : 2340, "width" : 1080, in TEST_F() local
|
| /ide/tools/previewer/test/mock/mock/ |
| D | MockVirtualScreenImpl.cpp | 51 void VirtualScreenImpl::FastPreviewCallback(const std::string& jsonStr) {} in FastPreviewCallback()
|
| /ide/tools/previewer/test/fuzztest/ |
| D | ChangeJsonUtil.cpp | 141 char *jsonStr = cJSON_Print(object); in WriteFile() local
|
| /ide/tools/previewer/jsapp/rich/external/ |
| D | StageContext.cpp | 78 std::string jsonStr = JsonReader::ReadFile(loaderJsonPath); in GetModulePathMapFromLoaderJson() local 119 std::string jsonStr = JsonReader::ReadFile(hspConfigPath); in GetHspAceModuleBuild() local 444 std::string jsonStr = JsonReader::ReadFile(mockJsonFilePath); in ParseMockJsonFile() local
|
| /ide/tools/previewer/cli/ |
| D | CommandLineInterface.cpp | 250 std::string jsonStr = JsonReader::ReadFile(path); in ReadAndApplyConfig() local
|
| /ide/tools/previewer/mock/rich/ |
| D | VirtualScreenImpl.cpp | 256 void VirtualScreenImpl::FastPreviewCallback(const std::string& jsonStr) in FastPreviewCallback()
|
| /ide/tools/previewer/util/ |
| D | JsonReader.cpp | 639 Json2::Value JsonReader::ParseJsonData2(const std::string& jsonStr) in ParseJsonData2()
|
| /ide/tools/previewer/test/unittest/mock/ |
| D | VirtualScreenImplTest.cpp | 465 std::string jsonStr = R"({"FastPreview" : "true"})";; in TEST_F() local
|