Home
last modified time | relevance | path

Searched refs:cacheable (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/idl_tool/parser/
H A Dparser.h68 bool ParseMethodProperties(bool& oneway, bool& cacheable, int& cacheTime);
80 void SetMethodAttr(ASTMethod* method, ASTType *returnType, bool oneway, bool cacheable, int cacheTime);
H A Dparser.cpp231 bool Parser::ParseMethodProperties(bool& oneway, bool& cacheable, int& cacheTime) in ParseMethodProperties() argument
237 cacheable = false; in ParseMethodProperties()
251 } else if (token == Token::CACHEABLE && cacheable == false) { in ParseMethodProperties()
253 LogError(Token::CACHEABLE, "cacheable time format is incorrect."); in ParseMethodProperties()
256 cacheable = true; in ParseMethodProperties()
277 void Parser::SetMethodAttr(ASTMethod* method, ASTType *returnType, bool oneway, bool cacheable, int cacheTime) in SetMethodAttr() argument
282 if (cacheable == true) { in SetMethodAttr()
377 bool cacheable = false; in ParseMethod() local
380 if ((token == Token::BRACKETS_LEFT) && (ParseMethodProperties(oneway, cacheable, cacheTime) == false)) { in ParseMethod()
395 SetMethodAttr(method, type, oneway, cacheable, cacheTim in ParseMethod()
[all...]
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast.h222 void SetHasCacheableProxyMethods(bool cacheable) in SetHasCacheableProxyMethods() argument
224 hasCacheableProxyMethods_ = cacheable; in SetHasCacheableProxyMethods()

Completed in 3 milliseconds