Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:COMMA
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H
A
D
netfirewall_parcel.cpp
332
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
D
netfirewall_common.cpp
66
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
D
token.h
45
COMMA
, // ','
member in OHOS::Idl::Token
H
A
D
parser.cpp
262
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
D
lexer.h
123
{',', Token::
COMMA
},
H
A
D
lexer.cpp
251
case Token::
COMMA
:
in TokenToChar()
287
case Token::
COMMA
:
in DumpToken()
/foundation/ability/idl_tool/idl_tool_2/lexer/
H
A
D
token.h
69
COMMA
, // ","
member in OHOS::Idl::TokenType
H
A
D
lexer.cpp
67
{",", TokenType::
COMMA
},
/foundation/ability/idl_tool/test/unittest/lexer_test/
H
A
D
lexer_test.cpp
163
* @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
D
parser.cpp
451
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
D
netfirewall_parcel.h
41
constexpr const char *
COMMA
= ",";
member
Completed in 9 milliseconds