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:lcid_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H
A
D
pan_bnep.cpp
65
lcid_
= 0;
in PanBnep()
191
L2CIF_ConnectRsp(
lcid_
, id_, L2CAP_CONNECTION_SUCCESSFUL, L2CAP_NO_FURTHER_INFORMATION_AVAILABLE, nullptr);
in BnepSecurityCheckDeviceConnectTask()
197
if (L2CIF_ConfigReq(
lcid_
, &l2capConfigInfo, nullptr)) {
in BnepSecurityCheckDeviceConnectTask()
221
if (
lcid_
!= 0) {
in Disconnect()
223
L2CIF_DisconnectionReq(
lcid_
, nullptr);
in Disconnect()
302
L2CIF_SendData(
lcid_
, packet, nullptr);
in AddPacketToWaitingSendDataList()
369
return
lcid_
;
in GetLcid()
378
l2capConnect->
lcid_
= lcid;
in BnepL2cConnectReqCallback()
670
lcid_
= lcid;
in SendGapRequestSecurity()
700
if (lcid ==
lcid_
) {
in BnepRecvConnectionRspCallbackTask()
[all...]
H
A
D
pan_bnep.h
271
uint16_t
lcid_
;
member in OHOS::bluetooth::PanBnep
Completed in 3 milliseconds