Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_union_type.h54 inline bool IsLite() in IsLite() function
H A Dast_struct_type.h54 inline bool IsLite() in IsLite() function
H A Dast_enum_type.h91 inline bool IsLite() in IsLite() function
H A Dast_method.h73 inline bool IsLite() const in IsLite() function
H A Dast_interface_type.h102 inline bool IsLite() const in IsLite() function
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_method.h54 inline bool IsLite() const in IsLite() function
H A Dast_union_type.h47 inline bool IsLite() in IsLite() function
H A Dast_struct_type.h47 inline bool IsLite() in IsLite() function
H A Dast_interface_type.h89 inline bool IsLite() const in IsLite() function
H A Dast_enum_type.h84 inline bool IsLite() in IsLite() function
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp480 ret = interface->IsLite(); in CheckInterfaceAttr()
627 if (!method->IsMini() && !method->IsLite() && !method->IsFull()) { in CheckMethodAttr()
637 if (!interface->IsLite() && method->IsLite()) { in CheckMethodAttr()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp614 ret = interface->IsLite(); in CheckInterfaceAttr()
796 if (!method->IsMini() && !method->IsLite() && !method->IsFull()) { in CheckMethodAttr()
805 if (!interface->IsLite() && method->IsLite()) { in CheckMethodAttr()