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_status
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H
A
D
wifi_c_hotspot_test.cpp
30
unsigned int
g_status
= 17;
member
68
result.ipAddress =
g_status
;
in GetStationListTest()
69
unsigned int *size = &
g_status
;
in GetStationListTest()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_wl.c
31
#define IS_INITIALIZED() (
g_status
== STATUS_INITIALIZED)
42
static uint8_t
g_status
= STATUS_NONE;
variable
236
g_status
= STATUS_INITIALIZED;
in BtmInitWhiteList()
241
g_status
= STATUS_NONE;
in BtmCloseWhiteList()
H
A
D
btm.c
43
#define IS_INITIALIZED() (
g_status
== STATUS_INITIALIZED)
105
static uint8_t
g_status
= STATUS_NONE;
variable
194
g_status
= STATUS_INITIALIZED;
in BTM_Initialize()
213
g_status
= STATUS_NONE;
in BTM_Close()
H
A
D
btm_pm.c
44
#define IS_INITIALIZED() (
g_status
== STATUS_INITIALIZED)
63
static uint8_t
g_status
= STATUS_NONE;
variable
121
g_status
= STATUS_INITIALIZED;
in BtmInitPm()
126
g_status
= STATUS_NONE;
in BtmClosePm()
H
A
D
btm_le_sec.c
31
#define IS_INITIALIZED() (
g_status
== STATUS_INITIALIZED)
49
static uint8_t
g_status
= STATUS_NONE;
variable
210
g_status
= STATUS_INITIALIZED;
in BtmInitLeSecurity()
215
g_status
= STATUS_NONE;
in BtmCloseLeSecurity()
H
A
D
btm_sco.c
56
#define IS_INITIALIZED() (
g_status
== STATUS_INITIALIZED)
85
static uint8_t
g_status
= STATUS_NONE;
variable
126
g_status
= STATUS_INITIALIZED;
in BtmInitSco()
131
g_status
= STATUS_NONE;
in BtmCloseSco()
H
A
D
btm_acl.c
42
#define IS_INITIALIZED() (
g_status
== STATUS_INITIALIZED)
146
static uint8_t
g_status
= STATUS_NONE;
variable
231
g_status
= STATUS_INITIALIZED;
in BtmInitAcl()
292
g_status
= STATUS_NONE;
in BtmCloseAcl()
/foundation/distributedhardware/device_manager/test/commonfuzztest/dmauthmanager_fuzzer/
H
A
D
dm_auth_manager_fuzzer.cpp
41
int32_t
g_status
= 1;
member
88
g_authManager->OnMemberJoin(g_requestId,
g_status
);
in DmAuthManagerFuzzTest()
Completed in 8 milliseconds