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:securityReq
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H
A
D
gap_le_sec.c
81
if (deviceInfo != NULL && deviceInfo->
securityReq
!= NULL) {
in GapDoLeSecurityCallback()
82
callback = deviceInfo->
securityReq
->callback;
in GapDoLeSecurityCallback()
83
context = deviceInfo->
securityReq
->context;
in GapDoLeSecurityCallback()
84
result = deviceInfo->
securityReq
->result;
in GapDoLeSecurityCallback()
85
MEM_MALLOC.free(deviceInfo->
securityReq
);
in GapDoLeSecurityCallback()
86
deviceInfo->
securityReq
= NULL;
in GapDoLeSecurityCallback()
394
if (deviceInfo->
securityReq
!= NULL) {
in GapLePairResult()
395
deviceInfo->
securityReq
->result = status;
in GapLePairResult()
528
if (deviceInfo->
securityReq
!= NULL) {
in GapLeEncryptionComplete()
529
deviceInfo->
securityReq
in GapLeEncryptionComplete()
[all...]
H
A
D
gap_def.h
300
LeSecurityReq *
securityReq
;
member
H
A
D
gap.c
344
if (deviceInfo->
securityReq
!= NULL) {
in GapFreeLeDeviceInfo()
345
MEM_MALLOC.free(deviceInfo->
securityReq
);
in GapFreeLeDeviceInfo()
346
deviceInfo->
securityReq
= NULL;
in GapFreeLeDeviceInfo()
H
A
D
gap_le_adv.c
402
if (deviceInfo != NULL && deviceInfo->
securityReq
!= NULL) {
in GapOnLeAdvertisingSetTerminated()
Completed in 6 milliseconds