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:stubObject
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/
H
A
D
wpa_interface_drivers.c
31
struct HdfRemoteService **
stubObject
;
member
50
if (wpainterfaceHost == NULL || wpainterfaceHost->service == NULL || wpainterfaceHost->
stubObject
== NULL) {
in WpaInterfaceDriverDispatch()
56
struct HdfRemoteService *stubObj = *wpainterfaceHost->
stubObject
;
in WpaInterfaceDriverDispatch()
110
wpainterfaceHost->
stubObject
= stubObj;
in HdfWpaInterfaceDriverBind()
143
if (wpainterfaceHost->
stubObject
!= NULL) {
in HdfWpaInterfaceDriverRelease()
144
*(wpainterfaceHost->
stubObject
) = NULL;
in HdfWpaInterfaceDriverRelease()
146
wpainterfaceHost->
stubObject
= NULL;
in HdfWpaInterfaceDriverRelease()
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H
A
D
stub_collector.cpp
80
HdfRemoteService **
stubObject
= constructor->second->constructor(servPtr);
in StubCollectorGetOrNewObject()
local
81
if (
stubObject
== nullptr) {
in StubCollectorGetOrNewObject()
85
g_stubMap.insert(std::make_pair(servPtr,
stubObject
));
in StubCollectorGetOrNewObject()
86
return
stubObject
;
in StubCollectorGetOrNewObject()
/drivers/peripheral/audio/effect/host/
H
A
D
audio_effect_driver.c
29
struct HdfRemoteService **
stubObject
;
member
42
if (effectModelHost->service == NULL || effectModelHost->
stubObject
== NULL) {
in EffectModelDriverDispatch()
47
struct HdfRemoteService *stubObj = *effectModelHost->
stubObject
;
in EffectModelDriverDispatch()
107
effectModelHost->
stubObject
= stubObj;
in HdfEffectModelDriverBind()
/drivers/peripheral/audio/hdi_service/primary/
H
A
D
audio_manager_driver.c
30
struct HdfRemoteService **
stubObject
;
member
43
if (audiomanagerHost->service == NULL || audiomanagerHost->
stubObject
== NULL) {
in AudioManagerDriverDispatch()
48
struct HdfRemoteService *stubObj = *audiomanagerHost->
stubObject
;
in AudioManagerDriverDispatch()
114
audiomanagerHost->
stubObject
= stubObj;
in HdfAudioManagerDriverBind()
/drivers/peripheral/wlan/hdi_service/
H
A
D
wlan_interface_drivers.c
30
struct HdfRemoteService **
stubObject
;
member
38
if (wlaninterfaceHost->service == NULL || wlaninterfaceHost->
stubObject
== NULL) {
in WlanInterfaceDriverDispatch()
43
struct HdfRemoteService *stubObj = *wlaninterfaceHost->
stubObject
;
in WlanInterfaceDriverDispatch()
99
wlaninterfaceHost->
stubObject
= stubObj;
in HdfWlanInterfaceDriverBind()
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H
A
D
hostapd_interface_drivers.c
32
struct HdfRemoteService **
stubObject
;
member
45
if (g_stop == 1 || hostapdinterfaceHost->service == NULL || hostapdinterfaceHost->
stubObject
== NULL) {
in HostapdInterfaceDriverDispatch()
51
struct HdfRemoteService *stubObj = *hostapdinterfaceHost->
stubObject
;
in HostapdInterfaceDriverDispatch()
106
hostapdinterfaceHost->
stubObject
= stubObj;
in HdfHostapdInterfaceDriverBind()
Completed in 3 milliseconds