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:newRemoteNode
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H
A
D
hostapd_common_cmd.c
756
struct HdfHostapdRemoteNode *
newRemoteNode
=
in HdfHostapdAddRemoteObj()
local
758
if (
newRemoteNode
== NULL) {
in HdfHostapdAddRemoteObj()
759
HDF_LOGE("%{public}s:
newRemoteNode
is NULL", __func__);
in HdfHostapdAddRemoteObj()
762
newRemoteNode
->callbackObj = self;
in HdfHostapdAddRemoteObj()
763
newRemoteNode
->service = self->AsObject(self);
in HdfHostapdAddRemoteObj()
764
DListInsertTail(&
newRemoteNode
->node, head);
in HdfHostapdAddRemoteObj()
/drivers/peripheral/wlan/hdi_service/service_common/
H
A
D
wlan_common_cmd.c
551
struct HdfWlanRemoteNode *
newRemoteNode
=
in HdfWlanAddRemoteObj()
local
553
if (
newRemoteNode
== NULL) {
in HdfWlanAddRemoteObj()
554
HDF_LOGE("%{public}s:
newRemoteNode
is NULL", __func__);
in HdfWlanAddRemoteObj()
558
newRemoteNode
->callbackObj = self;
in HdfWlanAddRemoteObj()
559
newRemoteNode
->service = self->AsObject(self);
in HdfWlanAddRemoteObj()
560
DListInsertTail(&
newRemoteNode
->node, head);
in HdfWlanAddRemoteObj()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H
A
D
wpa_common_cmd.c
1106
struct HdfWpaRemoteNode *
newRemoteNode
= (struct HdfWpaRemoteNode *)OsalMemCalloc(sizeof(struct HdfWpaRemoteNode));
in HdfWpaAddRemoteObj()
local
1107
if (
newRemoteNode
== NULL) {
in HdfWpaAddRemoteObj()
1108
HDF_LOGE("%{public}s:
newRemoteNode
is NULL", __func__);
in HdfWpaAddRemoteObj()
1111
newRemoteNode
->callbackObj = self;
in HdfWpaAddRemoteObj()
1112
newRemoteNode
->service = self->AsObject(self);
in HdfWpaAddRemoteObj()
1113
DListInsertTail(&
newRemoteNode
->node, head);
in HdfWpaAddRemoteObj()
Completed in 7 milliseconds