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:replyData
(Results
1 - 3
of
3
) sorted by relevance
/test/testfwk/arkxtest/uitest/connection/
H
A
D
ipc_transactor.cpp
437
CommonEventData
replyData
;
in SetBroadcastCommandHandler()
438
replyData
.SetWant(replyWant);
in SetBroadcastCommandHandler()
439
if (!OHOS::testserver::TestServerClient::GetInstance().PublishCommonEvent(
replyData
)) {
in SetBroadcastCommandHandler()
/test/xts/hats/hdf/hdf_lite/manager/common/
H
A
D
hdf_ioservice_test.cpp
140
int
replyData
= 0;
in SendEvent()
local
141
if (!HdfSbufReadInt32(reply, &
replyData
)) {
in SendEvent()
144
} else if (
replyData
!= INT32_MAX) {
in SendEvent()
145
HDF_LOGE("service call reply check fail,
replyData
=0x%x",
replyData
);
in SendEvent()
/test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/
H
A
D
RpcClientJsunit.test.js
9832
let
replyData
= result.reply.readInt();
9833
expect(
replyData
== 6).assertTrue();
9866
let
replyData
= result.reply.readInt();
9867
console.info("SUB_DSoftbus_IPC_API_MessageParcel_1140: readResult is " +
replyData
);
9868
expect(
replyData
!= 1232222223444).assertTrue();
Completed in 23 milliseconds