Home
last modified time | relevance | path

Searched refs:ParseMethod (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/not_support_interface/cpp_target/
H A Dfail_output.txt2 [IDL-GEN]: [ParseMethod:682] [IFoo.idl:19:5] error:expected method name before 'void' token
7 [IDL-GEN]: [ParseMethod:682] [IFoo.idl:20:5] error:expected method name before 'boolean' token
12 [IDL-GEN]: [ParseMethod:682] [IFoo.idl:21:5] error:expected method name before 'byte' token
17 [IDL-GEN]: [ParseMethod:682] [IFoo.idl:22:5] error:expected method name before 'short' token
22 [IDL-GEN]: [ParseMethod:682] [IFoo.idl:23:5] error:expected method name before 'int' token
27 [IDL-GEN]: [ParseMethod:682] [IFoo.idl:24:5] error:expected method name before 'long' token
32 [IDL-GEN]: [ParseMethod:682] [IFoo.idl:25:5] error:expected method name before 'String' token
37 [IDL-GEN]: [ParseMethod:682] [IFoo.idl:26:5] error:expected method name before 'float' token
42 [IDL-GEN]: [ParseMethod:682] [IFoo.idl:27:5] error:expected method name before 'double' token
47 [IDL-GEN]: [ParseMethod:682] [IFoo.idl:28:5] error:expected method name before 'char' token
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/not_support_interface/dump_ast_target/
H A Dfail_output.txt1 [IDL-GEN]: [ParseMethod:558] [IFoo.idl:19:5] error:expected method name before 'void' token
6 [IDL-GEN]: [ParseMethod:558] [IFoo.idl:20:5] error:expected method name before 'boolean' token
11 [IDL-GEN]: [ParseMethod:558] [IFoo.idl:21:5] error:expected method name before 'byte' token
16 [IDL-GEN]: [ParseMethod:558] [IFoo.idl:22:5] error:expected method name before 'short' token
21 [IDL-GEN]: [ParseMethod:558] [IFoo.idl:23:5] error:expected method name before 'int' token
26 [IDL-GEN]: [ParseMethod:558] [IFoo.idl:24:5] error:expected method name before 'long' token
31 [IDL-GEN]: [ParseMethod:558] [IFoo.idl:25:5] error:expected method name before 'String' token
36 [IDL-GEN]: [ParseMethod:558] [IFoo.idl:26:5] error:expected method name before 'float' token
41 [IDL-GEN]: [ParseMethod:558] [IFoo.idl:27:5] error:expected method name before 'double' token
46 [IDL-GEN]: [ParseMethod:558] [IFoo.idl:28:5] error:expected method name before 'char' token
/ohos5.0/foundation/ability/idl_tool/parser/
H A Dparser.h66 bool ParseMethod(ASTInterfaceType* interface);
H A Dparser.cpp216 ret = ParseMethod(interface) && ret; in ParseInterfaceEnd()
373 bool Parser::ParseMethod(ASTInterfaceType* interface) in ParseMethod() function in OHOS::Idl::Parser
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_initialize.h59 static void ParseMethod(Config &config);
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.h96 AutoPtr<ASTMethod> ParseMethod(const AutoPtr<ASTInterfaceType> &interface);
H A Dparser.cpp507 AutoPtr<ASTMethod> method = ParseMethod(interface); in ParseInterfaceBody()
527 AutoPtr<ASTMethod> Parser::ParseMethod(const AutoPtr<ASTInterfaceType> &interface) in ParseMethod() function in OHOS::HDI::Parser
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.h112 AutoPtr<ASTMethod> ParseMethod(const AutoPtr<ASTInterfaceType> &interface);
H A Dparser.cpp654 AutoPtr<ASTMethod> method = ParseMethod(interface); in ParseInterfaceBody()
676 AutoPtr<ASTMethod> Parser::ParseMethod(const AutoPtr<ASTInterfaceType> &interface) in ParseMethod() function in OHOS::Idl::Parser
/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_initialize.cpp282 void CJInitialize::ParseMethod(Config &config) in ParseMethod() function in OHOS::CJSystemapi::Request::CJInitialize
770 ParseMethod(config); in ParseConfig()
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_initialize.h71 static void ParseMethod(napi_env env, napi_value jsConfig, Config &config);
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_initialize.cpp395 ParseMethod(env, jsConfig, config); in ParseConfig()
706 void JsInitialize::ParseMethod(napi_env env, napi_value jsConfig, Config &config) in ParseMethod() function in OHOS::Request::JsInitialize
938 ParseMethod(env, jsConfig, config); in ParseUploadConfig()