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:g_sid
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/dhcp/frameworks/native/src/
H
A
D
dhcp_client_proxy_lite.cpp
26
static SvcIdentity
g_sid
;
member
98
g_sid
.handle = IPC_INVALID_HANDLE;
in RegisterDhcpClientCallBack()
99
g_sid
.token = SERVICE_TYPE_ANONYMOUS;
in RegisterDhcpClientCallBack()
100
g_sid
.cookie = (uintptr_t)&g_objStub;
in RegisterDhcpClientCallBack()
112
bool writeRemote = WriteRemoteObject(&req, &
g_sid
);
in RegisterDhcpClientCallBack()
H
A
D
dhcp_server_proxy_lite.cpp
29
static SvcIdentity
g_sid
;
member
173
g_sid
.handle = IPC_INVALID_HANDLE;
in RegisterDhcpServerCallBack()
174
g_sid
.token = SERVICE_TYPE_ANONYMOUS;
in RegisterDhcpServerCallBack()
175
g_sid
.cookie = (uintptr_t)&g_objStub;
in RegisterDhcpServerCallBack()
187
(void)WriteRemoteObject(&request, &
g_sid
);
in RegisterDhcpServerCallBack()
/foundation/ai/ai_engine/services/client/communication_adapter/source/
H
A
D
sa_client_proxy.cpp
32
SvcIdentity
g_sid
;
member
361
g_sid
.handle = IPC_INVALID_HANDLE;
in RegisterCallbackProxy()
362
g_sid
.token = SERVICE_TYPE_ANONYMOUS;
in RegisterCallbackProxy()
363
g_sid
.cookie = (uintptr_t)&g_objStub;
in RegisterCallbackProxy()
369
bool writeRemote = WriteRemoteObject(&request, &
g_sid
);
in RegisterCallbackProxy()
/foundation/communication/wifi/wifi/frameworks/native/src/
H
A
D
wifi_scan_proxy_lite.cpp
30
static SvcIdentity
g_sid
;
member
406
g_sid
.handle = IPC_INVALID_HANDLE;
in RegisterCallBack()
407
g_sid
.token = SERVICE_TYPE_ANONYMOUS;
in RegisterCallBack()
408
g_sid
.cookie = (uintptr_t)&g_objStub;
in RegisterCallBack()
420
(void)WriteRemoteObject(&request, &
g_sid
);
in RegisterCallBack()
H
A
D
wifi_device_proxy_lite.cpp
31
static SvcIdentity
g_sid
;
member
1412
g_sid
.handle = IPC_INVALID_HANDLE;
in RegisterCallBack()
1413
g_sid
.token = SERVICE_TYPE_ANONYMOUS;
in RegisterCallBack()
1414
g_sid
.cookie = (uintptr_t)&g_objStub;
in RegisterCallBack()
1426
bool writeRemote = WriteRemoteObject(&req, &
g_sid
);
in RegisterCallBack()
Completed in 7 milliseconds