Home
last modified time | relevance | path

Searched refs:CheckTypeByMode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_type_test_008/c_target/
H A Dfail_output.txt1 [IDL-GEN]: [CheckTypeByMode:1703] [Types.idl:34:5] error:The 'float' type is not supported by kerne…
2 [IDL-GEN]: [CheckTypeByMode:1703] [Types.idl:35:5] error:The 'double' type is not supported by kern…
3 [IDL-GEN]: [CheckTypeByMode:1703] [Types.idl:36:5] error:The 'FileDescriptor' type is not supported…
4 [IDL-GEN]: [CheckTypeByMode:1703] [Types.idl:37:5] error:The 'NativeBuffer' type is not supported b…
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.h178 bool CheckTypeByMode(const Token &token, const AutoPtr<ASTType> &type);
H A Dparser.cpp1583 if (!CheckTypeByMode(token, type)) { in CheckType()
1615 bool Parser::CheckTypeByMode(const Token &token, const AutoPtr<ASTType> &type) in CheckTypeByMode() function in OHOS::HDI::Parser
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.h204 bool CheckTypeByMode(const Token &token, const AutoPtr<ASTType> &type);
H A Dparser.cpp1794 if ((type == nullptr) || !CheckTypeByMode(token, type)) { in CheckType()
1826 bool Parser::CheckTypeByMode(const Token &token, const AutoPtr<ASTType> &type) in CheckTypeByMode() function in OHOS::Idl::Parser