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:companies_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_avrcp_ct.h
67
explicit Capabilities(std::vector<uint32_t> companies) :
companies_
(companies)
in Capabilities()
74
companies_
.clear();
in ~Capabilities()
76
std::vector<uint32_t>
companies_
;
member in OHOS::Bluetooth::AvrcpCtResponse::Capabilities
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H
A
D
avrcp_ct_vendor.h
304
return
companies_
;
in GetCompanies()
320
std::vector<uint32_t>
companies_
{}; // List of CompanyID.
H
A
D
avrcp_ct_vendor.cpp
181
companies_
.clear();
in ~AvrcCtGcPacket()
237
companies_
.push_back(payload);
in DisassembleParameters()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_vendor.h
402
return
companies_
;
in GetCompanies()
428
std::vector<uint32_t>
companies_
{}; // The list of CompanyID supported by TG.
H
A
D
avrcp_tg_vendor.cpp
287
companies_
= companies;
in AvrcTgGcPacket()
320
companies_
.clear();
in ~AvrcTgGcPacket()
378
if (
companies_
.size() > 0 || events_.size() > 0) {
in GetNumberOfPackets()
393
AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_TG_GC_COMPANY_PARA_LENGTH *
companies_
.size();
in AssembleCompanies()
414
capabilityCount_ =
companies_
.size();
in AssembleCompanies()
418
for (auto company :
companies_
) {
in AssembleCompanies()
Completed in 10 milliseconds