Searched refs:LogError (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/idl_tool/parser/ |
H A D | parser.cpp | 77 LogError(token, String::Format("%s is not expected.", lexer_.DumpToken().string())); in ParseFile() 111 LogError(Token::IDENTIFIER, in ParseInterface() 123 LogError(Token::IDENTIFIER, String("\"]\" is expected.")); in ParseInterface() 135 LogError(Token::IDENTIFIER, String("\"interface\" is expected.")); in ParseInterface() 153 LogError(token, String::Format("%s is not expected.", lexer_.DumpToken().string())); in ParseInterfaceMiddle() 162 LogError(token, String::Format("%s is not expected.", lexer_.DumpToken().string())); in ParseInterfaceMiddle() 168 LogError(Token::IDENTIFIER, String("Interface name is expected.")); in ParseInterfaceMiddle() 171 LogError(Token::IDENTIFIER, String::Format("Interface name \"%s\" is illegal.", interfaceFullName.string())); in ParseInterfaceMiddle() 175 LogError(Token::IDENTIFIER, String::Format("Interface name \"%s\" does not have namespace.", in ParseInterfaceMiddle() 199 LogError(Toke in ParseInterfaceEnd() 756 void Parser::LogError(Token token, const String& message) LogError() function in OHOS::Idl::Parser [all...] |
H A D | parser.h | 101 void LogError(Token token, const String& message);
|
/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.cpp | 175 LogError(__func__, __LINE__, std::string("package name is not expected."));
in ParsePackage() 178 LogError(__func__, __LINE__, StringHelper::Format(
in ParsePackage() 184 LogError(__func__, __LINE__, StringHelper::Format("parse package '%s' infomation failed.",
in ParsePackage() 217 LogError(__func__, __LINE__, token, StringHelper::Format("expected 'interface token'"));
in ParseInterfaceToken() 224 LogError(__func__, __LINE__, token, StringHelper::Format("expected name of interface_token before '%s' token",
in ParseInterfaceToken() 234 LogError(__func__, __LINE__, token, StringHelper::Format("expected ';' before '%s' token",
in ParseInterfaceToken() 241 LogError(__func__, __LINE__, token, StringHelper::Format("interface_token name is not expected."));
in ParseInterfaceToken() 253 LogError(__func__, __LINE__, token, StringHelper::Format("expected 'support_delegator'"));
in ParseSupportDelegator() 260 LogError(__func__, __LINE__, token, StringHelper::Format("expected name of suport_delegator before '%s' token",
in ParseSupportDelegator() 270 LogError(__func_ in ParseSupportDelegator() [all...] |
H A D | parser.h | 230 void LogError(const char *funcName, int fileLine, const std::string &message)
in LogError() function in OHOS::Idl::Parser 235 void LogError(const char *funcName, int fileLine, const Token &token, const std::string &message)
in LogError() function in OHOS::Idl::Parser
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | console_module.cpp | 34 CreateNamedFunction(error, LogError); in Init() 85 jerry_value_t ConsoleModule::LogError(const jerry_value_t func, in LogError() function in OHOS::ACELite::ConsoleModule
|
H A D | console_module.h | 107 * @fn ConsoleModule::LogError() 115 static jerry_value_t LogError(const jerry_value_t func,
|
Completed in 4 milliseconds