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:IS_INITIALIZED
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_le_sec.c
31
#define
IS_INITIALIZED
() (g_status == STATUS_INITIALIZED)
macro
264
if (!
IS_INITIALIZED
()) {
in BTM_SetLePairedDevices()
319
if (!
IS_INITIALIZED
()) {
in BTM_AddLePairedDevice()
368
if (!
IS_INITIALIZED
()) {
in BTM_RemoveLePairedDevice()
400
if (!
IS_INITIALIZED
()) {
in BTM_SetLocalIdentityResolvingKey()
413
if (!
IS_INITIALIZED
()) {
in BTM_GetLocalIdentityResolvingKey()
427
if (!
IS_INITIALIZED
()) {
in BTM_GetRemoteIdentityResolvingKey()
451
if (!
IS_INITIALIZED
()) {
in BTM_GetAllRemoteIdentityResolvingKey()
490
if (!
IS_INITIALIZED
()) {
in BTM_GetAllPairedDevices()
529
if (!
IS_INITIALIZED
()) {
in BTM_UpdateCurrentRemoteAddress()
[all...]
H
A
D
btm_wl.c
31
#define
IS_INITIALIZED
() (g_status == STATUS_INITIALIZED)
macro
108
if (!
IS_INITIALIZED
()) {
in BtmAddDeviceToWhiteList()
159
if (!
IS_INITIALIZED
()) {
in BtmRemoveDeviceFromWhiteList()
203
if (!
IS_INITIALIZED
()) {
in BtmClearWhiteList()
218
if (!
IS_INITIALIZED
()) {
in BtmGetDeviceCountInWhiteList()
H
A
D
btm.c
43
#define
IS_INITIALIZED
() (g_status == STATUS_INITIALIZED)
macro
424
if (!
IS_INITIALIZED
()) {
in BTM_Enable()
470
if (!
IS_INITIALIZED
()) {
in BTM_Disable()
505
if (!
IS_INITIALIZED
()) {
in BTM_IsEnabled()
530
if (!
IS_INITIALIZED
()) {
in BTM_RegisterCallbacks()
552
if (!
IS_INITIALIZED
()) {
in BTM_DeregisterCallbacks()
H
A
D
btm_pm.c
44
#define
IS_INITIALIZED
() (g_status == STATUS_INITIALIZED)
macro
186
if (!
IS_INITIALIZED
()) {
in BTM_EnterSniffMode()
218
if (!
IS_INITIALIZED
()) {
in BTM_ExitSniffMode()
246
if (!
IS_INITIALIZED
()) {
in BTM_SetSniffSubrating()
339
if (!
IS_INITIALIZED
()) {
in BTM_RegisterPmCallbacks()
361
if (!
IS_INITIALIZED
()) {
in BTM_DeregisterPmCallbacks()
H
A
D
btm_sco.c
56
#define
IS_INITIALIZED
() (g_status == STATUS_INITIALIZED)
macro
176
if (!
IS_INITIALIZED
()) {
in BTM_RegisterScoCallbacks()
197
if (!
IS_INITIALIZED
()) {
in BTM_DeregisterScoCallbacks()
213
if (!
IS_INITIALIZED
()) {
in BTM_WriteVoiceSetting()
284
if (!
IS_INITIALIZED
()) {
in BTM_CreateScoConnection()
338
if (!
IS_INITIALIZED
()) {
in BTM_AcceptScoConnectionRequest()
389
if (!
IS_INITIALIZED
()) {
in BTM_ModifyScoConnection()
520
if (!
IS_INITIALIZED
()) {
in BTM_CreateEscoConnection()
631
if (!
IS_INITIALIZED
()) {
in BTM_ModifyEscoConnection()
749
if (!
IS_INITIALIZED
()) {
in BTM_AcceptEscoConnectionRequest()
[all...]
H
A
D
btm_acl.c
42
#define
IS_INITIALIZED
() (g_status == STATUS_INITIALIZED)
macro
430
if (!
IS_INITIALIZED
()) {
in BTM_AclConnect()
807
if (!
IS_INITIALIZED
()) {
in BTM_LeConnect()
1318
if (!
IS_INITIALIZED
()) {
in BTM_GetAclTranspot()
1334
if (!
IS_INITIALIZED
()) {
in BTM_AclDisconnect()
1672
if (!
IS_INITIALIZED
()) {
in BTM_RegisterAclCallbacks()
1693
if (!
IS_INITIALIZED
()) {
in BTM_DeregisterAclCallbacks()
1756
if (!
IS_INITIALIZED
()) {
in BTM_AclAddRef()
1806
if (!
IS_INITIALIZED
()) {
in BTM_AclRelease()
1827
if (!
IS_INITIALIZED
()) {
in BTM_ReadRssi()
[all...]
Completed in 8 milliseconds