Searched refs:ParseMethodProperties (Results 1 – 2 of 2) sorted by relevance
68 bool ParseMethodProperties(bool& oneway, bool& cacheable, int& cacheTime);
231 bool Parser::ParseMethodProperties(bool& oneway, bool& cacheable, int& cacheTime) in ParseMethodProperties() function in OHOS::Idl::Parser380 …if ((token == Token::BRACKETS_LEFT) && (ParseMethodProperties(oneway, cacheable, cacheTime) == fal… in ParseMethod()