Searched defs:LogError (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.h | 230 void LogError(const char *funcName, int fileLine, const std::string &message) in LogError() function 235 … void LogError(const char *funcName, int fileLine, const Token &token, const std::string &message) in LogError() function
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | console_module.cpp | 85 jerry_value_t ConsoleModule::LogError(const jerry_value_t func, in LogError() function in OHOS::ACELite::ConsoleModule
|
/ohos5.0/foundation/ability/idl_tool/parser/ |
H A D | parser.cpp | 756 void Parser::LogError(Token token, const String& message) in LogError() function in OHOS::Idl::Parser
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/ |
H A D | parser.cpp | 1777 void Parser::LogError(const std::string &message) in LogError() function in OHOS::HDI::Parser 1782 void Parser::LogError(const Token &token, const std::string &message) in LogError() function in OHOS::HDI::Parser
|
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_render.c | 780 static void LogError(AudioHandle handle, int32_t errorCode, int reason) in LogError() function
|