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:SendInner
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
want_sender_stub.cpp
38
return
SendInner
(data, reply);
in OnRemoteRequest()
44
int WantSenderStub::
SendInner
(MessageParcel &data, MessageParcel &reply)
in SendInner()
function in OHOS::AAFwk::WantSenderStub
H
A
D
want_receiver_stub.cpp
38
return
SendInner
(data, reply);
in OnRemoteRequest()
46
int WantReceiverStub::
SendInner
(MessageParcel &data, MessageParcel &reply)
in SendInner()
function in OHOS::AAFwk::WantReceiverStub
/foundation/ability/ability_runtime/test/unittest/want_sender_stub_test/
H
A
D
want_sender_stub_test.cpp
116
* Function:
SendInner
118
* FunctionPoints: WantSenderStub
SendInner
120
* CaseDescription: Verify the function
SendInner
request is abnormal.
127
int res = stub_->
SendInner
(data, reply);
in HWTEST_F()
136
* FunctionPoints: WantSenderStub
SendInner
138
* CaseDescription: Verify the function
SendInner
request is normal.
149
int res = stub_->
SendInner
(data, reply);
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
want_sender_stub.h
36
int
SendInner
(MessageParcel &data, MessageParcel &reply);
H
A
D
want_receiver_stub.h
36
int
SendInner
(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/test/unittest/want_receiver_stub_test/
H
A
D
want_receiver_stub_test.cpp
118
* FunctionPoints: WantReceiverStub
SendInner
120
* CaseDescription: Verify the function
SendInner
request is normal.
130
int res = stub_->
SendInner
(data, reply);
in HWTEST_F()
Completed in 3 milliseconds