Home
last modified time | relevance | path

Searched defs:cacheable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/parser/
H A Dparser.cpp231 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()
377 bool cacheable = false; in ParseMethod() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast.h222 void SetHasCacheableProxyMethods(bool cacheable) in SetHasCacheableProxyMethods()