Home
last modified time | relevance | path

Searched refs:IsLite (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_union_type.h54 inline bool IsLite() in IsLite() function in OHOS::Idl::ASTUnionType
H A Dast_struct_type.h54 inline bool IsLite() in IsLite() function in OHOS::Idl::ASTStructType
H A Dast_interface_type.h102 inline bool IsLite() const in IsLite() function in OHOS::Idl::ASTInterfaceType
H A Dast_method.h73 inline bool IsLite() const in IsLite() function in OHOS::Idl::ASTMethod
H A Dast_enum_type.h91 inline bool IsLite() in IsLite() function in OHOS::Idl::ASTEnumType
/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()

Completed in 6 milliseconds