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:localDeviceID
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/ipc/interfaces/innerkits/ipc_napi_common/include/
H
A
D
napi_remote_object.h
29
std::string
localDeviceID
;
member
40
napi_value
localDeviceID
;
member
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H
A
D
ipc_proxy_inner.c
66
int32_t InvokerListenThread(ProxyObject *proxyObject, const char *
localDeviceID
, const char *remoteDeviceID,
in InvokerListenThread()
argument
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
H
A
D
ipc_proxy_inner.c
115
int32_t InvokerListenThread(ProxyObject *proxyObject, const char *
localDeviceID
, const char *remoteDeviceID,
in InvokerListenThread()
argument
/foundation/communication/ipc/ipc/native/src/napi/src/
H
A
D
napi_ipc_skeleton.cpp
108
napi_value
localDeviceID
= nullptr;
in NAPI_IPCSkeleton_getLocalDeviceID()
local
/foundation/communication/ipc/services/dbinder/c/src/
H
A
D
dbinder_service.c
231
char
localDeviceID
[DEVICEID_LENGTH + 1];
in SendEntryToRemote()
local
/foundation/communication/ipc/ipc/native/src/mock/source/
H
A
D
dbinder_databus_invoker.cpp
85
std::string
localDeviceID
= current->GetLocalDeviceID();
in NewSessionOfBinderProxy()
local
93
GetSessionForProxy(sptr<IPCObjectProxy> ipcProxy, std::shared_ptr<DBinderSessionObject> session, const std::string &
localDeviceID
)
GetSessionForProxy()
argument
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H
A
D
napi_remote_object.cpp
199
char
localDeviceID
[DEVICE_ID_LENGTH + 1] = { 0 };
in NAPI_RemoteObject_saveOldCallingInfoInner()
local
Completed in 9 milliseconds