Home
last modified time | relevance | path

Searched refs:COMMA (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_parcel.cpp332 ss << "NetFirewallRule:{" << NET_FIREWALL_RULE_ID << EQUAL << this->ruleId << COMMA << NET_FIREWALL_RULE_NAME << in ToString()
333 EQUAL << this->ruleName << COMMA << NET_FIREWALL_RULE_DESC << EQUAL << this->ruleDescription << COMMA << in ToString()
334 NET_FIREWALL_RULE_DIR << EQUAL << int(this->ruleDirection) << COMMA << NET_FIREWALL_RULE_ACTION << EQUAL << in ToString()
335 int(this->ruleAction) << COMMA << NET_FIREWALL_RULE_TYPE << EQUAL << int(this->ruleType) << COMMA << in ToString()
336 NET_FIREWALL_IS_ENABLED << EQUAL << this->isEnabled << COMMA << NET_FIREWALL_APP_ID << EQUAL << this->appUid << in ToString()
337 COMMA << NET_FIREWALL_PROTOCOL << EQUAL << int(this->protocol) << COMMA << NET_FIREWALL_USER_ID << EQUAL << in ToString()
338 this->userId << COMMA << NET_FIREWALL_LOCAL_I in ToString()
[all...]
/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_common.cpp66 ss << "RequestParam:{" << NET_FIREWALL_PAGE << EQUAL << this->page << COMMA << NET_FIREWALL_PAGE_SIZE << EQUAL << in ToString()
67 this->pageSize << COMMA << NET_FIREWALL_ORDER_FIELD << EQUAL << static_cast<int32_t>(this->orderField) << in ToString()
68 COMMA << NET_FIREWALL_ORDER_TYPE << EQUAL << static_cast<int32_t>(this->orderType) << "}"; in ToString()
/foundation/ability/idl_tool/parser/
H A Dtoken.h45 COMMA, // ',' member in OHOS::Idl::Token
H A Dparser.cpp262 if (token == Token::COMMA) { in ParseMethodProperties()
365 if (token == Token::COMMA) { in ParseMethodBrackets()
435 while (token != Token::COMMA && token != Token::PARENTHESES_RIGHT && token != Token::END_OF_FILE) { in ParseParameterPeek()
467 if (token == Token::COMMA) { in ParseParameterInOut()
475 while (token != Token::COMMA && token != Token::PARENTHESES_RIGHT && token != Token::END_OF_FILE) { in ParseParameterInOut()
508 while (token != Token::COMMA && token != Token::PARENTHESES_RIGHT && token != Token::END_OF_FILE) { in ParseParameter()
519 while (token != Token::COMMA && token != Token::PARENTHESES_RIGHT && token != Token::END_OF_FILE) { in ParseParameter()
645 if (token != Token::COMMA) { in ParseMap()
H A Dlexer.h123 {',', Token::COMMA},
H A Dlexer.cpp251 case Token::COMMA: in TokenToChar()
287 case Token::COMMA: in DumpToken()
/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h69 COMMA, // "," member in OHOS::Idl::TokenType
H A Dlexer.cpp67 {",", TokenType::COMMA },
/foundation/ability/idl_tool/test/unittest/lexer_test/
H A Dlexer_test.cpp163 * @tc.desc: test the token in Lexer's TokenToChar function is COMMA.
172 Token token = Token::COMMA; in HWTEST_F()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp451 if (token.kind == TokenType::COMMA) { in ParseAttributeInfo()
849 if (token.kind == TokenType::COMMA) { in ParseMethodParamList()
909 if (token.kind == TokenType::COMMA) { in ParseParamAttr()
918 while (token.kind != TokenType::COMMA && token.kind != TokenType::PARENTHESES_RIGHT && in ParseParamAttr()
939 while (token.kind != TokenType::COMMA && token.kind != TokenType::PARENTHESES_RIGHT && in CheckParamAttr()
1148 if (token.kind != TokenType::COMMA) { in ParseMapType()
1341 if (token.kind == TokenType::COMMA) { in ParserEnumMember()
1746 lexer_.SkipUntilToken(TokenType::COMMA); in ParsePrimaryExpr()
1752 lexer_.SkipUntilToken(TokenType::COMMA); in ParsePrimaryExpr()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h41 constexpr const char *COMMA = ","; member

Completed in 9 milliseconds