Searched defs:oneway (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/idl_tool/parser/ |
H A D | parser.cpp | 106 bool oneway = false; in ParseInterface() local 183 …rseInterfaceEnd(Token& token, String& interfaceFullName, bool hasProperties, bool oneway, bool ret) in ParseInterfaceEnd() 231 bool Parser::ParseMethodProperties(bool& oneway, bool& cacheable, int& cacheTime) in ParseMethodProperties() 277 void Parser::SetMethodAttr(ASTMethod* method, ASTType *returnType, bool oneway, bool cacheable, int… in SetMethodAttr() 376 bool oneway = false; in ParseMethod() local
|
/ohos5.0/foundation/ability/idl_tool/ast/ |
H A D | ast_interface_type.h | 44 void SetOneway(bool oneway) in SetOneway()
|
H A D | ast_method.h | 44 void SetOneway(bool oneway) in SetOneway()
|