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:resultReceiver_
(Results
1 - 14
of
14
) sorted by relevance
/base/powermgr/power_manager/utils/shell/src/
H
A
D
power_shell_command.cpp
186
resultReceiver_
.append("too few arguments \n");
in RunAsForceTimeOutCommand()
200
resultReceiver_
.clear();
in RunAsTimeOutScreenLockCommand()
204
resultReceiver_
.append("too few arguments \n");
in RunAsTimeOutScreenLockCommand()
236
resultReceiver_
.clear();
in RunAsHelpCommand()
237
resultReceiver_
.append(HELP_MSG);
in RunAsHelpCommand()
248
resultReceiver_
.clear();
in RunAsSetModeCommand()
250
resultReceiver_
.append(SETMODE_HELP_MSG);
in RunAsSetModeCommand()
254
resultReceiver_
.append("Error! please input your mode value. \n");
in RunAsSetModeCommand()
255
resultReceiver_
.append(SETMODE_HELP_MSG);
in RunAsSetModeCommand()
260
resultReceiver_
in RunAsSetModeCommand()
[all...]
/base/notification/common_event_service/tools/cem/src/
H
A
D
common_event_command.cpp
55
resultReceiver_
.append(HELP_MSG);
in RunAsHelpCommand()
67
resultReceiver_
.append(HELP_MSG_NO_OPTION);
in RunAsPublishCommand()
68
resultReceiver_
.append(HELP_MSG_PUBLISH);
in RunAsPublishCommand()
71
if (result == ERR_OK &&
resultReceiver_
.empty() && cmdInfo.action.empty()) {
in RunAsPublishCommand()
72
resultReceiver_
.append(HELP_MSG_NO_EVENT_OPTION);
in RunAsPublishCommand()
89
resultReceiver_
= STRING_PUBLISH_COMMON_EVENT_OK;
in RunAsPublishCommand()
91
resultReceiver_
= STRING_PUBLISH_COMMON_EVENT_NG;
in RunAsPublishCommand()
94
resultReceiver_
.append(HELP_MSG_PUBLISH);
in RunAsPublishCommand()
141
resultReceiver_
.append("error: option 'e' requires a value.\n");
in CheckPublishOpt()
145
resultReceiver_
in CheckPublishOpt()
[all...]
H
A
D
shell_command.cpp
49
resultReceiver_
.append(GetCommandErrorMsg());
in OnCommand()
65
resultReceiver_
= "error: failed to execute your command.\n";
in ExecCommand()
67
return
resultReceiver_
;
in ExecCommand()
/base/notification/distributed_notification_service/tools/dump/src/
H
A
D
notification_shell_command.cpp
139
resultReceiver_
.append(HELP_MSG);
in RunAsHelpCommand()
145
resultReceiver_
.append(DUMP_HELP_MSG);
in RunHelp()
152
resultReceiver_
.append("error: user version cannot use dump.\n");
in RunAsDumpCommand()
166
resultReceiver_
.clear();
in RunAsDumpCommand()
167
resultReceiver_
= "request a option 'A' or 'R' or 'D'\n";
in RunAsDumpCommand()
168
resultReceiver_
.append(DUMP_HELP_MSG);
in RunAsDumpCommand()
175
resultReceiver_
.append("No." + std::to_string(++index) + "\n");
in RunAsDumpCommand()
176
resultReceiver_
.append(info);
in RunAsDumpCommand()
188
resultReceiver_
.append("set recent count success\n");
in RunDumpCmd()
190
resultReceiver_
in RunDumpCmd()
[all...]
H
A
D
shell_command.cpp
47
resultReceiver_
.append(GetCommandErrorMsg());
in OnCommand()
68
resultReceiver_
= "error: failed to execute your command.\n";
in ExecCommand()
70
return
resultReceiver_
;
in ExecCommand()
/base/account/os_account/tools/acm/src/
H
A
D
account_command.cpp
112
resultReceiver_
.append(GetCommandErrorMsg());
in OnCommand()
123
return
resultReceiver_
;
in ExecCommand()
129
resultReceiver_
.append(HELP_MSG);
in RunAsHelpCommand()
175
resultReceiver_
.append(HELP_MSG_NO_NAME_OPTION + "\n");
in RunAsCreateCommand()
179
resultReceiver_
.append(HELP_MSG_NO_TYPE_OPTION + "\n");
in RunAsCreateCommand()
187
resultReceiver_
.append(HELP_MSG_CREATE);
in RunAsCreateCommand()
200
resultReceiver_
= STRING_CREATE_OS_ACCOUNT_OK + "\n";
in RunAsCreateCommand()
203
resultReceiver_
= "create failed, reason: multiple-os-account feature not enabled\n";
in RunAsCreateCommand()
206
resultReceiver_
= STRING_CREATE_OS_ACCOUNT_NG + "\n";
in RunAsCreateCommand()
222
resultReceiver_
in RunAsDeleteCommand()
[all...]
/base/security/access_token/tools/accesstoken/src/
H
A
D
atm_command.cpp
159
resultReceiver_
.append(GetCommandErrorMsg());
in ExecCommand()
164
return
resultReceiver_
;
in ExecCommand()
169
resultReceiver_
.append(HELP_MSG);
in RunAsHelpCommand()
187
resultReceiver_
.append(HELP_MSG_NO_OPTION + "\n");
in RunAsCommandError()
218
resultReceiver_
.append("error: option ");
in RunAsCommandMissingOptionArgument()
219
resultReceiver_
.append("requires a value.\n");
in RunAsCommandMissingOptionArgument()
225
resultReceiver_
.append(unknownOptionMsg);
in RunAsCommandMissingOptionArgument()
401
resultReceiver_
.append("error: miss option \n");
in RunCommandByOperationType()
404
resultReceiver_
.append(dumpInfo + "\n");
in RunCommandByOperationType()
443
resultReceiver_
in HandleComplexCommand()
[all...]
/base/customization/enterprise_device_management/tools/edm/src/
H
A
D
edm_command.cpp
75
resultReceiver_
.append(HELP_MSG);
in RunAsHelpCommand()
178
resultReceiver_
.append(cmd_ + " success.\n");
in ReportMessage()
182
resultReceiver_
.append(GetMessageFromCode(code));
in ReportMessage()
189
resultReceiver_
.append(HELP_MSG_ENABLE_ADMIN);
in ReportMessage()
191
resultReceiver_
.append(HELP_MSG_DISABLE_ADMIN);
in ReportMessage()
H
A
D
shell_command.cpp
69
resultReceiver_
= "error: failed to execute your command.\n";
in ExecCommand()
71
return
resultReceiver_
;
in ExecCommand()
/base/notification/common_event_service/tools/cem/include/
H
A
D
shell_command.h
81
std::string
resultReceiver_
;
member in OHOS::EventFwk::ShellCommand
/base/customization/enterprise_device_management/tools/edm/include/
H
A
D
shell_command.h
54
std::string
resultReceiver_
;
member in OHOS::EDM::ShellCommand
/base/notification/distributed_notification_service/tools/dump/include/
H
A
D
shell_command.h
107
std::string
resultReceiver_
;
member in OHOS::Notification::ShellCommand
/base/security/access_token/tools/accesstoken/include/
H
A
D
atm_command.h
66
std::string
resultReceiver_
;
member in OHOS::Security::AccessToken::final
/base/account/os_account/tools/acm/include/
H
A
D
account_command.h
158
std::string
resultReceiver_
;
member in OHOS::AccountSA::AccountCommand
Completed in 6 milliseconds