Home
last modified time | relevance | path

Searched defs:jsonStr (Results 1 - 10 of 10) sorted by relevance

/ide/tools/previewer/test/unittest/cli/
H A DCommandLineFactoryTest.cpp40 std::string jsonStr = R"({"ColorMode":"dark"})"; in TEST() local
H A DCommandLineInterfaceTest.cpp364 std::string jsonStr = R"({ "Language" : { "args" : { "Language" : "zh-CN" }}, in TEST() local
H A DCommandLineTest.cpp111 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 DChangeJsonUtil.cpp141 char *jsonStr = cJSON_Print(object); in WriteFile() local
/ide/tools/previewer/test/mock/mock/
H A DMockVirtualScreenImpl.cpp51 void VirtualScreenImpl::FastPreviewCallback(const std::string& jsonStr) {} in FastPreviewCallback() argument
/ide/tools/previewer/cli/
H A DCommandLineInterface.cpp250 std::string jsonStr = JsonReader::ReadFile(path); in ReadAndApplyConfig() local
/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.cpp256 void VirtualScreenImpl::FastPreviewCallback(const std::string& jsonStr) in FastPreviewCallback() argument
/ide/tools/previewer/test/unittest/mock/
H A DVirtualScreenImplTest.cpp465 std::string jsonStr = R"({"FastPreview" : "true"})";; in TEST_F() local
/ide/tools/previewer/util/
H A DJsonReader.cpp639 Json2::Value JsonReader::ParseJsonData2(const std::string& jsonStr) in ParseJsonData2() argument
/ide/tools/previewer/jsapp/rich/external/
H A DStageContext.cpp78 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 12 milliseconds