Home
last modified time | relevance | path

Searched refs:FREEZECONTROL (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_attribute.h33 static constexpr Attribute FREEZECONTROL = 0x1U << 6; member in OHOS::Idl::ASTAttr
H A Dast_method.h151 return attr_->HasValue(ASTAttr::FREEZECONTROL); in IsFreezeControl()
/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h60 FREEZECONTROL, // "freezecontrol" member in OHOS::Idl::TokenType
H A Dlexer.cpp55 {"freezecontrol", TokenType::FREEZECONTROL},
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp499 case TokenType::FREEZECONTROL: { in ParseAttrUnit()
766 case TokenType::FREEZECONTROL: in ParseMethodAttr()
767 methodAttr->SetValue(ASTAttr::FREEZECONTROL); in ParseMethodAttr()

Completed in 7 milliseconds