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:arg0
(Results
1 - 9
of
9
) sorted by relevance
/base/powermgr/power_manager/utils/shell/src/
H
A
D
main.cpp
25
static void Loop(char*
arg0
)
in Loop()
argument
36
argv[0] =
arg0
;
in Loop()
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H
A
D
sec_comp_service.cpp
293
std::string
arg0
= ((args.size() == 0)? "" : Str16ToStr8(args.at(0)));
in Dump()
local
294
if (
arg0
.compare("-h") == 0) {
in Dump()
299
} else if (
arg0
.compare("-p") == 0) {
in Dump()
303
} else if (
arg0
.compare("-a") == 0 ||
arg0
== "") {
in Dump()
/base/useriam/user_auth_framework/services/ipc/src/
H
A
D
co_auth_service.cpp
268
std::string
arg0
= (args.empty() ? "" : Str16ToStr8(args[0]));
in Dump()
local
269
if (
arg0
.empty() ||
arg0
.compare("-h") == 0) {
in Dump()
275
if (
arg0
.compare("-l") == 0) {
in Dump()
H
A
D
user_idm_service.cpp
496
std::string
arg0
= (args.empty() ? "" : Str16ToStr8(args[0]));
in Dump()
local
497
if (
arg0
.empty() ||
arg0
.compare("-h") == 0) {
in Dump()
503
if (
arg0
.compare("-l") != 0) {
in Dump()
/base/security/access_token/services/privacymanager/src/service/
H
A
D
privacy_manager_service.cpp
260
std::string
arg0
= Str16ToStr8(args.at(0));
in Dump()
local
261
if (
arg0
.compare("-h") == 0) {
in Dump()
265
} else if (
arg0
.compare("-t") == 0) {
in Dump()
/base/security/access_token/services/el5filekeymanager/src/
H
A
D
el5_filekey_manager_service.cpp
400
std::string
arg0
= ((args.size() == 0) ? "" : Str16ToStr8(args.at(0)));
in Dump()
local
401
if (
arg0
.compare("-h") == 0) {
in Dump()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/
H
A
D
accesstoken_manager_service.cpp
546
std::string
arg0
= ((args.size() == 0)? "" : Str16ToStr8(args.at(0)));
in Dump()
local
547
if (
arg0
.compare("-h") == 0) {
in Dump()
552
} else if (
arg0
.compare("-t") == 0) {
in Dump()
565
} else if (
arg0
.compare("-a") == 0 ||
arg0
== "") {
in Dump()
/base/security/security_guard/services/data_collect/sa/
H
A
D
data_collect_manager_service.cpp
129
std::string
arg0
= ((args.size() == 0) ? "" : Str16ToStr8(args.at(0)));
in Dump()
local
130
if (
arg0
.compare("-h") == 0) {
in Dump()
134
} else if (
arg0
.compare("-i") == 0) {
in Dump()
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
H
A
D
dlp_permission_service.cpp
915
std::string
arg0
= (args.size() == 0) ? "" : Str16ToStr8(args.at(0));
in Dump()
local
916
if (
arg0
.compare("-h") == 0) {
in Dump()
920
} else if (
arg0
.compare("-d") == 0 ||
arg0
.compare("") == 0) {
in Dump()
Completed in 8 milliseconds