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:cbStub
(Results
1 - 4
of
4
) sorted by relevance
/base/security/device_auth/frameworks/src/lite/
H
A
D
ipc_dev_auth_stub.c
37
SvcIdentity
cbStub
;
member
292
g_cbStub[idx].
cbStub
= *object;
in SetRemoteObject()
296
ShowIpcSvcInfo(&(g_cbStub[idx].
cbStub
));
in SetRemoteObject()
321
ret = AddDeathRecipient(g_cbStub[cbStubIdx].
cbStub
, ClientDeathCallback, (void *)(size_t)cbDataIdx, &cbId);
in AddCbDeathRecipient()
339
RemoveDeathRecipient(g_cbStub[idx].
cbStub
, g_cbStub[idx].cbDieId);
in ResetRemoteObject()
340
(void)memset_s(&(g_cbStub[idx].
cbStub
), sizeof(g_cbStub[idx].
cbStub
), 0, sizeof(g_cbStub[idx].
cbStub
));
in ResetRemoteObject()
355
ShowIpcSvcInfo(&g_cbStub[objIdx].
cbStub
);
in ActCallback()
357
CbProxySendRequest(g_cbStub[objIdx].
cbStub
, callbackI
in ActCallback()
[all...]
/base/security/device_auth/frameworks/src/standard/
H
A
D
ipc_dev_auth_proxy.cpp
110
if (!dataParcel.WriteInt32(PARAM_TYPE_CB_OBJECT) || !dataParcel.WriteRemoteObject(
cbStub
)) {
in FinalCallRequest()
114
cbStub
= nullptr;
in FinalCallRequest()
153
this->
cbStub
= cbRemote;
in SetCallbackStub()
H
A
D
ipc_dev_auth_stub.cpp
41
sptr<IRemoteObject>
cbStub
;
member
343
g_cbStub[idx].
cbStub
= object;
in SetRemoteObject()
356
bRet = g_cbStub[cbStubIdx].
cbStub
->AddDeathRecipient(new(std::nothrow) DevAuthDeathRecipient(cbDataIdx));
in AddCbDeathRecipient()
383
sptr<ICommIpcCallback> proxy = iface_cast<ICommIpcCallback>(g_cbStub[objIdx].
cbStub
);
in ActCallback()
/base/security/device_auth/frameworks/inc/standard/
H
A
D
ipc_dev_auth_proxy.h
50
sptr<IRemoteObject>
cbStub
= nullptr;
member in OHOS::ProxyDevAuthData
Completed in 2 milliseconds