Home
last modified time | relevance | path

Searched refs:ELOG (Results 1 - 25 of 29) sorted by relevance

12

/ide/tools/previewer/mock/
H A DSystemCapability.cpp52 ELOG("Open capability file failed."); in ReadCapability()
60 ELOG("Failed to parse the capability, errors: %s", message.c_str()); in ReadCapability()
63 ELOG("Empty systemCapability json object: %s", val["systemCapability"].ToStyledString().c_str()); in ReadCapability()
70 ELOG("Invalid systemCapability json object"); in ReadCapability()
73 ELOG("Invalid systemCapability json object"); in ReadCapability()
/ide/tools/previewer/mock/lite/
H A DNativeTimer.cpp42 ELOG("timerHandle is nullptr"); in StartTimerTask()
48 ELOG("Memory allocation failed: timer."); in StartTimerTask()
65 ELOG("TimerTaskHandler::StartTimer timerHandle is null."); in StopTimerTask()
71 ELOG("TimerTaskHandler::StartTimer timerHandle is invalud."); in StopTimerTask()
H A DVibratorModuleImpl.cpp40 ELOG("Invalid vibrate mode : %s", vibMode); in Vibrate()
41 ELOG("Vibration mode error ! Only Support short mode or long mode!"); in Vibrate()
H A DGeoLocation.cpp47 ELOG("callback is nullptr"); in GetGeoLocation()
78 ELOG("Serialize rawData invalid."); in SerializeLocData()
83 ELOG("Serialize len invalid."); in SerializeLocData()
88 ELOG("result is nullptr."); in SerializeLocData()
H A DVirtualScreenImpl.cpp42 ELOG("VirtualScreen::InitAll invalid resolution, width : %d height : %d", orignalResolutionWidth, in InitAll()
50 ELOG("Memory allocation failed : wholeBuffer."); in InitAll()
55 ELOG("Memory allocation failed: regionWholeBuffer."); in InitAll()
62 ELOG("Memory allocation failed: osBuffer."); in InitAll()
66 ELOG("VirtualScreen::InitAll wholeBuffer memory allocation failed"); in InitAll()
125 ELOG("image socket is not ready"); in ScheduleBufferSend()
145 ELOG("Memory allocation failed: firstImageBuffer."); in ScheduleBufferSend()
282 ELOG("Memory allocation failed: osBuffer."); in GetFBBufferInfo()
/ide/tools/previewer/jsapp/rich/external/
H A DStageContext.cpp38 ELOG("file %s is not exist.", filePath.c_str()); in ReadFileContents()
43 ELOG("open file %s failed.", filePath.c_str()); in ReadFileContents()
52 ELOG("read file %s failed.", filePath.c_str()); in ReadFileContents()
61 ELOG("the loaderJsonPath %s is not exist.", loaderJsonPath.c_str()); in SetLoaderJsonPath()
75 ELOG("the loaderJsonPath is not exist."); in GetModulePathMapFromLoaderJson()
81 ELOG("Get loader.json content failed."); in GetModulePathMapFromLoaderJson()
86 ELOG("Don't find some necessary node in loader.json."); in GetModulePathMapFromLoaderJson()
112 ELOG("hspConfigPath: %s is not exist.", hspConfigPath.c_str()); in GetHspAceModuleBuild()
118 ELOG("Get hsp buildConfig.json content failed."); in GetHspAceModuleBuild()
122 ELOG("Do in GetHspAceModuleBuild()
[all...]
/ide/tools/previewer/util/
H A DCommandParser.cpp112 ELOG("ProcessCommand Set -v!"); in ProcessCommand()
117 ELOG("ProcessCommand Set -h!"); in ProcessCommand()
118 ELOG(HelpText().c_str()); in ProcessCommand()
140 ELOG(errorInfo.c_str()); in IsCommandValid()
313 ELOG("Launch -p parameters abnormal!"); in IsDebugPortValid()
325 ELOG("Launch -j parameters abnormal!"); in IsAppPathValid()
331 ELOG("Launch -j parameters abnormal!"); in IsAppPathValid()
368 ELOG("Launch -cr/-or parameters abnormal!"); in IsResolutionValid()
371 ELOG("Launch -cr/-or parameters abnormal!"); in IsResolutionValid()
387 ELOG("Launc in IsJsHeapValid()
[all...]
H A DTraceTool.cpp27 ELOG("TraceTool::InitPipe socket is not null"); in InitPipe()
36 ELOG("TraceTool::pipe connect failed"); in InitPipe()
40 ELOG("TraceTool::pipe connect successed"); in InitPipe()
H A DPreviewerEngineLog.h22 #define ELOG(...) PrintLog("ERROR", __FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__) macro
H A DWebSocketServer.cpp95 ELOG("StartWebsocketListening failed"); in StartWebsocketListening()
107 ELOG("WebSocketServer::StartWebsocketListening context memory allocation failed"); in StartWebsocketListening()
124 ELOG("WebSocketServer::Start serverThread memory allocation failed"); in Run()
/ide/tools/previewer/util/unix/
H A DLocalSocket.cpp42 ELOG("Request socket failed"); in ConnectToServer()
47 ELOG("connect socket failed"); in ConnectToServer()
77 ELOG("LocalSocket::ReadData length must < %d", UINT32_MAX); in ReadData()
90 ELOG("LocalSocket::ReadData Server is shut down"); in ReadData()
94 ELOG("LocalSocket::ReadData ReadFile failed"); in ReadData()
103 ELOG("LocalSocket::WriteData length must < %d", UINT32_MAX); in WriteData()
109 ELOG("LocalSocket::WriteData Server is shut down"); in WriteData()
113 ELOG("LocalSocket::WriteData ReadFile failed"); in WriteData()
H A DCrashHandler.cpp30 ELOG("InitExceptionHandler failed"); in InitExceptionHandler()
H A DNativeFileSystem.cpp27 ELOG("failed to open directory:%s.", parentFolderPath.c_str()); in FindSubfolderByName()
/ide/tools/previewer/util/windows/
H A DStringHelper.cpp26 ELOG("MultiByteToWideChar failed."); in StringToUtf8()
31 ELOG("Memory allocation failed : pwBuf."); in StringToUtf8()
39 ELOG("WideCharToMultiByte failed."); in StringToUtf8()
44 ELOG("Memory allocation failed : pBuf."); in StringToUtf8()
67 ELOG("Memory allocation failed : pwBuf."); in Utf8ToString()
73 ELOG("pwBuf memset_s failed."); in Utf8ToString()
85 ELOG("Memory allocation failed : pBuf."); in Utf8ToString()
90 ELOG("pBuf memset_s failed."); in Utf8ToString()
H A DLocalSocket.cpp31 ELOG("LocalSocket::ConnectToServer CreateFileW failed: %d", GetLastError()); in ConnectToServer()
37 ELOG("LocalSocket::ConnectToServer SetNamedPipeHandleState failed: %d", GetLastError()); in ConnectToServer()
67 ELOG("LocalSocket::ReadData length must < %d", UINT32_MAX); in ReadData()
82 ELOG("LocalSocket::ReadData ReadFile failed: %d", error); in ReadData()
91 ELOG("LocalSocket::WriteData length must < %d", UINT32_MAX); in WriteData()
98 ELOG("LocalSocket::WriteData WriteFile failed: %d", error); in WriteData()
H A DCrashHandler.cpp85 int8_t ELOG[] = "[JsEngine Crash]Address: 0x"; in ApplicationCrashHandler() local
86 write(STDERR_FILENO, ELOG, sizeof(ELOG) - 1); in ApplicationCrashHandler()
H A DNativeFileSystem.cpp31 ELOG("failed to open directory:%s.", parentFolderPath.c_str()); in FindSubfolderByName()
/ide/tools/previewer/cli/
H A DCommandLine.cpp51 ELOG("CheckAndRun: invalid command params"); in CheckAndRun()
66 ELOG("SendResult commandResult: %s", commandResult.ToStyledString().c_str()); in SendResult()
103 ELOG("CommandLine::ToUint8 value is overflow, value: %d", value); in ToUint8()
199 ELOG("X coordinate range %d ~ %d", 0, VirtualScreenImpl::GetInstance().GetCurrentWidth()); in IsActionArgValid()
203 ELOG("Y coordinate range %d ~ %d", 0, VirtualScreenImpl::GetInstance().GetCurrentHeight()); in IsActionArgValid()
262 ELOG("Y coordinate range %d ~ %d", 0, VirtualScreenImpl::GetInstance().GetCurrentHeight()); in IsActionArgValid()
266 ELOG("X coordinate range %d ~ %d", 0, VirtualScreenImpl::GetInstance().GetCurrentWidth()); in IsActionArgValid()
302 ELOG("X coordinate range %d ~ %d", 0, VirtualScreenImpl::GetInstance().GetCurrentWidth()); in IsActionArgValid()
306 ELOG("Y coordinate range %d ~ %d", 0, VirtualScreenImpl::GetInstance().GetCurrentHeight()); in IsActionArgValid()
341 ELOG("Invali in IsSetArgValid()
[all...]
H A DCommandLineInterface.cpp40 ELOG("CommandLineInterface::InitPipe socket is not null"); in InitPipe()
76 ELOG("CommandLineInterface::SendJSHeapMemory socket is null"); in SendJSHeapMemory()
96 ELOG("CommandLineInterface::ProcessCommand socket is null"); in ProcessCommand()
138 ELOG("Unsupported command"); in ProcessCommandMessage()
149 ELOG("Failed to parse the JSON, errors: %s", errors.c_str()); in ProcessCommandValidate()
154 ELOG("Command is not a object!"); in ProcessCommandValidate()
159 ELOG("Command error!"); in ProcessCommandValidate()
165 ELOG("Invalid command version!"); in ProcessCommandValidate()
181 ELOG("Command type invalid!"); in GetCommandType()
216 ELOG("Invali in ApplyConfigMembers()
[all...]
H A DCommandLineFactory.cpp86 ELOG("Unsupported command"); in CreateCommandLine()
91 ELOG("CommandLineFactory::CreateCommandLine:typeMap is null"); in CreateCommandLine()
96 ELOG("CommandLineFactory::CreateCommandLine:cmdLine is null"); in CreateCommandLine()
/ide/tools/previewer/jsapp/lite/
H A DJsAppImpl.cpp64 ELOG("The vector font path does not exist ! fontPath : %s", fontPath.data()); in InitVectorFont()
75 ELOG("InitFontEngine:font is nullptr"); in InitFontEngine()
91 ELOG("Open font path failed."); in InitFontEngine()
133 ELOG("JsApp::Start jsThread memory allocation failed"); in Start()
190 ELOG("JsApp::InitTimer taskHandleTimer memory allocation failed."); in InitTimer()
198 ELOG("JsApp::InitTimer deviceCheckTimer memory allocation failed."); in InitTimer()
206 ELOG("JsApp::InitTimer jsCheckTimer memory allocation failed."); in InitTimer()
/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.cpp51 ELOG("Memory allocation failed : loadDocCopyBuffer."); in SendBufferOnTimer()
63 ELOG("Memory allocation failed : wholeBuffer."); in SendBufferOnTimer()
163 ELOG("Memory allocation failed : loadDocTempBuffer."); in LoadDocCallback()
204 ELOG("Memory allocation failed : wholeBuffer."); in Callback()
309 ELOG("Memory allocation failed : dataTemp."); in Send()
337 ELOG("Memory allocation failed : firstImageBuffer."); in Send()
351 ELOG("render callback data is null."); in SendPixmap()
357 ELOG("image socket is not ready"); in SendPixmap()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp218 ELOG("Memory allocation failed: listener."); in RunJsApp()
249 ELOG("JsApp::Run ability create failed."); in RunNormalAbility()
275 ELOG("JsApp::Run simulator create failed."); in RunDebugAbility()
281 ELOG("Param invalid."); in RunDebugAbility()
288 ELOG("Get module buffer failed, input path: %{public}s.", inputPath.c_str()); in RunDebugAbility()
301 ELOG("JsApp::Run ability start failed. abilitySrcPath:%s abilityName:%s", abilitySrcPath.c_str(), in RunDebugAbility()
308 ELOG("JsApp::Run get window failed."); in RunDebugAbility()
321 ELOG("The module.json file is not exist."); in SetSimulatorParams()
328 ELOG("get module.json content failed"); in SetSimulatorParams()
367 ELOG("previewPat in SetSimulatorCommonParams()
[all...]
/ide/tools/previewer/
H A DRichPreviewer.cpp38 ELOG("No persistent properties path found."); in ApplyConfig()
98 ELOG("Custom new handler: memory allocation failed."); in NewHandler()
H A DThinPreviewer.cpp51 ELOG("No persistent properties path found."); in ApplyConfig()
90 ELOG("Custom new handler: memory allocation failed."); in NewHandler()

Completed in 11 milliseconds

12