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:attributeIdNumber
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H
A
D
hid_host_sdp_client.cpp
330
int
attributeIdNumber
= 0;
in DoHidDiscovery()
local
331
attributeIdList.attributeIdList.attributeId[
attributeIdNumber
++] =
in DoHidDiscovery()
333
attributeIdList.attributeIdList.attributeId[
attributeIdNumber
++] =
in DoHidDiscovery()
335
attributeIdList.attributeIdList.attributeId[
attributeIdNumber
++] =
in DoHidDiscovery()
337
attributeIdList.attributeIdList.attributeId[
attributeIdNumber
++] = ATTR_ID_HID_COUNTRY_CODE;
in DoHidDiscovery()
338
attributeIdList.attributeIdList.attributeId[
attributeIdNumber
++] = ATTR_ID_HID_DESCRIPTOR_LIST;
in DoHidDiscovery()
339
attributeIdList.attributeIdList.
attributeIdNumber
=
attributeIdNumber
;
in DoHidDiscovery()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H
A
D
sdp_client.c
83
if (attributeIdList.attributeIdList.
attributeIdNumber
> SDP_ATTRIBUTE_ID_LIST_MAX_COUNT) {
in SdpBuildAttributeList()
84
attributeIdList.attributeIdList.
attributeIdNumber
= SDP_ATTRIBUTE_ID_LIST_MAX_COUNT;
in SdpBuildAttributeList()
90
buffer[offset] = attributeIdList.attributeIdList.
attributeIdNumber
* (SDP_UINT16_LENGTH + 1);
in SdpBuildAttributeList()
93
for (int i = 0; i < attributeIdList.attributeIdList.
attributeIdNumber
; i++) {
in SdpBuildAttributeList()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_sdp_client.cpp
85
attributeIdList.attributeIdList.
attributeIdNumber
= HFP_AG_CLIENT_INITIATOR_ATTR_NUM;
in DoDiscovery()
95
attributeIdList.attributeIdList.
attributeIdNumber
= HFP_AG_CLIENT_ACCEPTOR_ATTR_NUM;
in DoDiscovery()
146
attributeIdList.attributeIdList.
attributeIdNumber
= HFP_AG_CLIENT_INITIATOR_ATTR_NUM;
in DoHspHsDiscovery()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H
A
D
hfp_hf_sdp_client.cpp
83
attributeIdList.attributeIdList.
attributeIdNumber
= HFP_HF_CLIENT_INITIATOR_ATTR_NUM;
in DoDiscovery()
95
attributeIdList.attributeIdList.
attributeIdNumber
= HFP_HF_CLIENT_ACCEPTOR_ATTR_NUM;
in DoDiscovery()
148
attributeIdList.attributeIdList.
attributeIdNumber
= HFP_HF_CLIENT_INITIATOR_ATTR_NUM;
in DoHspAgDiscovery()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_sdp.cpp
129
attributeIdList.attributeIdList.
attributeIdNumber
= A2DP_SDP_ATTRIBUTE_NUM;
in FindSnkService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H
A
D
socket_sdp_client.cpp
43
attributeIdList.attributeIdList.
attributeIdNumber
= SPP_ATTR_NUM;
in StartDiscovery()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
sdp.h
408
uint16_t
attributeIdNumber
;
member
Completed in 4 milliseconds