Home
last modified time | relevance | path

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

/ide/tools/previewer/test/unittest/cli/
DCommandLineFactoryTest.cpp41 std::string jsonStr = R"({"ColorMode":"dark"})"; in TEST() local
DCommandLineInterfaceTest.cpp365 std::string jsonStr = R"({ "Language" : { "args" : { "Language" : "zh-CN" }}, in TEST() local
DCommandLineTest.cpp112 std::string jsonStr = "{\"aaaa\":\"landscape\"}"; in TEST_F() local
151 …string jsonStr = R"({"aaaaa":1080,"originHeight":2340,"width":1080,"height":2340,"screenDensity":4… in TEST_F() local
165 string jsonStr = R"({"originWidth":"1080","originHeight":2340,"width":1080, in TEST_F() local
190 string jsonStr = R"({"originWidth":5000,"originHeight":2340,"width":1080, in TEST_F() local
235 string jsonStr = R"({"originWidth" : 1080, "originHeight" : 2340, "width" : 1080, in TEST_F() local
/ide/tools/previewer/test/mock/mock/
DMockVirtualScreenImpl.cpp53 void VirtualScreenImpl::FastPreviewCallback(const std::string& jsonStr) {} in FastPreviewCallback()
/ide/tools/previewer/test/fuzztest/
DChangeJsonUtil.cpp131 char *jsonStr = cJSON_Print(object); in WriteFile() local
/ide/tools/previewer/jsapp/rich/external/
DStageContext.cpp79 string jsonStr = JsonReader::ReadFile(loaderJsonPath); in GetModulePathMapFromLoaderJson() local
116 string jsonStr = JsonReader::ReadFile(hspConfigPath); in GetHspAceModuleBuild() local
429 std::string jsonStr = JsonReader::ReadFile(mockJsonFilePath); in ParseMockJsonFile() local
/ide/tools/previewer/cli/
DCommandLineInterface.cpp251 string jsonStr = JsonReader::ReadFile(path); in ReadAndApplyConfig() local
/ide/tools/previewer/mock/rich/
DVirtualScreenImpl.cpp243 void VirtualScreenImpl::FastPreviewCallback(const std::string& jsonStr) in FastPreviewCallback()
/ide/tools/previewer/util/
DJsonReader.cpp641 Json2::Value JsonReader::ParseJsonData2(const std::string& jsonStr) in ParseJsonData2()
/ide/tools/previewer/test/unittest/mock/
DVirtualScreenImplTest.cpp465 std::string jsonStr = R"({"FastPreview" : "true"})";; in TEST_F() local