Home
last modified time | relevance | path

Searched defs:oneway (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/parser/
H A Dparser.cpp106 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 Dast_interface_type.h44 void SetOneway(bool oneway) in SetOneway()
H A Dast_method.h44 void SetOneway(bool oneway) in SetOneway()