Searched refs:SetMethodAttr (Results 1 - 2 of 2) sorted by relevance
/foundation/ability/idl_tool/parser/ |
H A D | parser.h | 80 void SetMethodAttr(ASTMethod* method, ASTType *returnType, bool oneway, bool cacheable, int cacheTime);
|
H A D | parser.cpp | 277 void Parser::SetMethodAttr(ASTMethod* method, ASTType *returnType, bool oneway, bool cacheable, int cacheTime) in SetMethodAttr() function in OHOS::Idl::Parser 395 SetMethodAttr(method, type, oneway, cacheable, cacheTime); in ParseMethod()
|
Completed in 2 milliseconds