Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dintf_type_check.cpp125 bool onewayInterface = (interfaceType->GetAttribute()->GetValue() == ASTAttr::ONEWAY); in CheckIntfSaAstMethods() local
145 if ((onewayInterface || method->GetAttribute()->GetValue() == ASTAttr::ONEWAY) && in CheckIntfSaAstMethods()