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:replyCode
(Results
1 - 3
of
3
) sorted by relevance
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H
A
D
power_policy_plugin_test.cpp
200
int32_t
replyCode
= reply.ReadInt32();
in HWTEST_F()
local
202
ASSERT_TRUE(
replyCode
== EdmReturnErrCode::PARAM_ERROR);
in HWTEST_F()
219
int32_t
replyCode
= reply.ReadInt32();
in HWTEST_F()
local
221
ASSERT_TRUE(
replyCode
== ERR_OK);
in HWTEST_F()
241
int32_t
replyCode
= reply.ReadInt32();
in HWTEST_F()
local
243
ASSERT_TRUE(
replyCode
== EdmReturnErrCode::SYSTEM_ABNORMALLY);
in HWTEST_F()
H
A
D
user_cert_plugin_test.cpp
143
int32_t
replyCode
= ERR_INVALID_VALUE;
in HWTEST_F()
local
144
reply.ReadInt32(
replyCode
);
in HWTEST_F()
145
ASSERT_TRUE(
replyCode
== EdmReturnErrCode::MANAGED_CERTIFICATE_FAILED);
in HWTEST_F()
165
int32_t
replyCode
= ERR_INVALID_VALUE;
in HWTEST_F()
local
166
reply.ReadInt32(
replyCode
);
in HWTEST_F()
167
ASSERT_TRUE(
replyCode
== EdmReturnErrCode::MANAGED_CERTIFICATE_FAILED);
in HWTEST_F()
189
int32_t
replyCode
= ERR_INVALID_VALUE;
in HWTEST_F()
local
190
reply.ReadInt32(
replyCode
);
in HWTEST_F()
191
ASSERT_TRUE(
replyCode
== ERR_OK);
in HWTEST_F()
200
replyCode
in HWTEST_F()
[all...]
/base/usb/usb_manager/services/native/src/
H
A
D
usb_function_switch_window.cpp
190
int32_t
replyCode
= -1;
in CloseDialog()
local
193
success = reply.ReadInt32(
replyCode
);
in CloseDialog()
195
USB_HILOGI(MODULE_USB_SERVICE, "CloseDialog: ret=%{public}d, %{public}d, %{public}d", ret, success,
replyCode
);
in CloseDialog()
Completed in 2 milliseconds