Home
last modified time | relevance | path

Searched refs:ToStyledString (Results 1 - 8 of 8) sorted by relevance

/ide/tools/previewer/mock/
H A DSystemCapability.cpp63 ELOG("Empty systemCapability json object: %s", val["systemCapability"].ToStyledString().c_str()); in ReadCapability()
/ide/tools/previewer/cli/
H A DCommandLineInterface.cpp62 *(GetInstance().socket) << value.ToStyledString(); in SendJsonData()
79 *socket << result.ToStyledString(); in SendJSHeapMemory()
89 *socket << result.ToStyledString(); in SendWebsocketStartupSignal()
H A DCommandLineFactory.cpp85 socket << commandResult.ToStyledString(); in CreateCommandLine()
H A DCommandLine.cpp65 cliSocket << commandResult.ToStyledString(); in SendResult()
66 ELOG("SendResult commandResult: %s", commandResult.ToStyledString().c_str()); in SendResult()
81 cliSocket << commandResultToManager.ToStyledString(); in SendResultToManager()
592 bool ret = JsAppImpl::GetInstance().MemoryRefresh(args.ToStyledString()); in RunSet()
/ide/tools/previewer/util/
H A DJsonReader.h45 std::string ToStyledString() const;
H A DJsonReader.cpp100 std::string Value::ToStyledString() const in ToStyledString() function in Json2::Value
/ide/tools/previewer/jsapp/lite/
H A DJsAppImpl.cpp249 std::string routerInfo = val.ToStyledString(); in StartJsApp()
/ide/tools/previewer/test/unittest/util/
H A DJsonReaderTest.cpp279 std::string str1 = name1.ToStyledString(); in TEST()
284 std::string str2 = name2.ToStyledString(); in TEST()

Completed in 7 milliseconds