Home
last modified time | relevance | path

Searched refs:ParseMethodProperties (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/parser/
H A Dparser.h68 bool ParseMethodProperties(bool& oneway, bool& cacheable, int& cacheTime);
H A Dparser.cpp231 bool Parser::ParseMethodProperties(bool& oneway, bool& cacheable, int& cacheTime) in ParseMethodProperties() function in OHOS::Idl::Parser
380 …if ((token == Token::BRACKETS_LEFT) && (ParseMethodProperties(oneway, cacheable, cacheTime) == fal… in ParseMethod()