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_objStub
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/dhcp/frameworks/native/src/
H
A
D
dhcp_client_proxy_lite.cpp
27
static IpcObjectStub
g_objStub
;
member
94
g_objStub
.func = AsyncCallback;
in RegisterDhcpClientCallBack()
95
g_objStub
.args = nullptr;
in RegisterDhcpClientCallBack()
96
g_objStub
.isRemote = false;
in RegisterDhcpClientCallBack()
100
g_sid.cookie = (uintptr_t)&
g_objStub
;
in RegisterDhcpClientCallBack()
H
A
D
dhcp_server_proxy_lite.cpp
30
static IpcObjectStub
g_objStub
;
member
169
g_objStub
.func = AsyncCallback;
in RegisterDhcpServerCallBack()
170
g_objStub
.args = nullptr;
in RegisterDhcpServerCallBack()
171
g_objStub
.isRemote = false;
in RegisterDhcpServerCallBack()
175
g_sid.cookie = (uintptr_t)&
g_objStub
;
in RegisterDhcpServerCallBack()
/foundation/ai/ai_engine/services/client/communication_adapter/source/
H
A
D
sa_client_proxy.cpp
33
IpcObjectStub
g_objStub
;
member
357
g_objStub
.func = asyncCallback;
in RegisterCallbackProxy()
358
g_objStub
.args = nullptr;
in RegisterCallbackProxy()
359
g_objStub
.isRemote = false;
in RegisterCallbackProxy()
363
g_sid.cookie = (uintptr_t)&
g_objStub
;
in RegisterCallbackProxy()
/foundation/communication/wifi/wifi/frameworks/native/src/
H
A
D
wifi_scan_proxy_lite.cpp
31
static IpcObjectStub
g_objStub
;
member
402
g_objStub
.func = AsyncCallback;
in RegisterCallBack()
403
g_objStub
.args = nullptr;
in RegisterCallBack()
404
g_objStub
.isRemote = false;
in RegisterCallBack()
408
g_sid.cookie = (uintptr_t)&
g_objStub
;
in RegisterCallBack()
H
A
D
wifi_device_proxy_lite.cpp
32
static IpcObjectStub
g_objStub
;
member
1408
g_objStub
.func = AsyncCallback;
in RegisterCallBack()
1409
g_objStub
.args = nullptr;
in RegisterCallBack()
1410
g_objStub
.isRemote = false;
in RegisterCallBack()
1414
g_sid.cookie = (uintptr_t)&
g_objStub
;
in RegisterCallBack()
Completed in 6 milliseconds