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:classIdList
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H
A
D
avrcp_ct_sdp.cpp
54
BtUuid
classIdList
[AVRC_SERVICE_CLASS_ID_LIST_NUMBER];
in RegisterService()
local
55
classIdList
[0].type = BT_UUID_16;
in RegisterService()
56
classIdList
[0].uuid16 = AVRC_CT_AV_REMOTE_CONTROL;
in RegisterService()
57
classIdList
[1].type = BT_UUID_16;
in RegisterService()
58
classIdList
[1].uuid16 = AVRC_CT_AV_REMOTE_CONTROL_CONTROLLER;
in RegisterService()
59
result |= SDP_AddServiceClassIdList(sdpHandle_,
classIdList
, AVRC_SERVICE_CLASS_ID_LIST_NUMBER);
in RegisterService()
124
BtUuid
classIdList
[AVRC_SERVICE_CLASS_ID_LIST_NUMBER - 1];
in FindTgService()
local
125
classIdList
[0].type = BT_UUID_16;
in FindTgService()
126
classIdList
[0].uuid16 = AVRC_CT_AV_REMOTE_CONTROL_TARGET;
in FindTgService()
127
SdpUuid sdpUuid = {.uuidNum = AVRC_SERVICE_CLASS_ID_LIST_NUMBER - 1, .uuid =
classIdList
};
in FindTgService()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_sdp.cpp
54
BtUuid
classIdList
[AVRC_SERVICE_CLASS_ID_LIST_NUMBER];
in RegisterService()
local
55
classIdList
[0].type = BT_UUID_16;
in RegisterService()
56
classIdList
[0].uuid16 = AVRC_TG_AV_REMOTE_CONTROL_TARGET;
in RegisterService()
57
result |= SDP_AddServiceClassIdList(sdpHandle_,
classIdList
, AVRC_SERVICE_CLASS_ID_LIST_NUMBER);
in RegisterService()
122
BtUuid
classIdList
[AVRC_SERVICE_CLASS_ID_LIST_NUMBER];
in FindCtService()
local
123
classIdList
[0].type = BT_UUID_16;
in FindCtService()
124
classIdList
[0].uuid16 = AVRC_TG_AV_REMOTE_CONTROL_CONTROLLER;
in FindCtService()
127
.uuid =
classIdList
in FindCtService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_sdp.cpp
36
BtUuid
classIdList
[A2DP_SERVICE_CLASS_ID_LIST_NUMBER];
in RegisterService()
local
37
classIdList
[0].type = BT_UUID_16;
in RegisterService()
39
classIdList
[0].uuid16 = A2DP_SERVICE_CLASS_UUID;
in RegisterService()
41
classIdList
[0].uuid16 = A2DP_SINK_SERVICE_CLASS_UUID;
in RegisterService()
43
rtnSts = SDP_AddServiceClassIdList(sdpHandle_,
classIdList
, A2DP_SERVICE_CLASS_ID_LIST_NUMBER);
in RegisterService()
Completed in 2 milliseconds