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
defs:callbackStub
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/ipc/services/dbinder/test/unittest/
H
A
D
dbinder_service_stub_unittest.cpp
486
sptr<IPCObjectStub>
callbackStub
= new (std::nothrow) IPCObjectStub(u"testStub");
in HWTEST_F()
local
507
sptr<IPCObjectStub>
callbackStub
= new (std::nothrow) IPCObjectStub(u"testStub");
in HWTEST_F()
local
629
sptr<IPCObjectStub>
callbackStub
= new (std::nothrow) IPCObjectStub(u"testStub");
in HWTEST_F()
local
650
sptr<IPCObjectStub>
callbackStub
in HWTEST_F()
local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H
A
D
child_process_manager.cpp
146
StartNativeChildProcessByAppSpawnFork( const std::string &libName, const sptr<IRemoteObject> &
callbackStub
)
StartNativeChildProcessByAppSpawnFork()
argument
/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H
A
D
ipcprocessskeleton_fuzzer.cpp
731
sptr<IPCObjectStub>
callbackStub
= new IPCObjectStub(u"stubTest");
in AttachToDetachCallbackStubTest()
local
/foundation/communication/ipc/ipc/native/src/core/source/
H
A
D
ipc_object_proxy.cpp
772
sptr<IPCObjectStub>
callbackStub
= new (std::nothrow) IPCObjectStub(u"DbinderDeathRecipient" + remoteDescriptorTmp);
in AddDbinderDeathRecipient()
local
815
sptr<IPCObjectStub>
callbackStub
= current->DetachCallbackStub(this);
in RemoveDbinderDeathRecipient()
local
H
A
D
ipc_process_skeleton.cpp
1188
bool IPCProcessSkeleton::AttachCallbackStub(IPCObjectProxy *ipcProxy, sptr<IPCObjectStub>
callbackStub
)
in AttachCallbackStub()
argument
1221
sptr<IPCObjectProxy> IPCProcessSkeleton::QueryCallbackProxy(IPCObjectStub *
callbackStub
)
in QueryCallbackProxy()
argument
Completed in 11 milliseconds