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:MediaItem
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_avrcp_ct.h
217
struct
MediaItem
{
struct in OHOS::Bluetooth::AvrcpCtResponse::MediaItems
231
MediaItems(uint16_t uidCounter, const std::vector<
MediaItem
> &mediaItems)
in MediaItems()
238
std::vector<
MediaItem
> mediaItems_;
393
// The unique pointer to the <b>AvrcpCtResponse::
MediaItem
</b> class.
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H
A
D
media_service.h
54
struct
MediaItem
{
struct in stub::MediaService
113
const std::vector<stub::MediaService::
MediaItem
> &items, uint8_t label, int status) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_service.h
285
const std::vector<stub::MediaService::
MediaItem
> &items, uint8_t label, int status) override;
H
A
D
avrcp_tg_service.cpp
227
const std::vector<stub::MediaService::
MediaItem
> &items, uint8_t label, int status)
in OnGetFolderItems()
235
for (stub::MediaService::
MediaItem
item : items) {
in OnGetFolderItems()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_avrcp_ct.cpp
677
std::vector<AvrcpCtResponse::MediaItems::
MediaItem
> mediaItems;
in OnGetFolderItems()
679
AvrcpCtResponse::MediaItems::
MediaItem
mediaItem;
in OnGetFolderItems()
Completed in 11 milliseconds