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:subType_
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H
A
D
bluetooth_avrcp_mpItem.cpp
32
if (!parcel.WriteUint32(
subType_
)) {
in Marshalling()
78
if (!parcel.ReadUint32(
subType_
)) {
in ReadFromParcel()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H
A
D
photo_album.cpp
29
subType_
= USER_GENERIC;
in PhotoAlbum()
57
subType_
= subType;
in SetPhotoAlbumSubType()
62
return
subType_
;
in GetPhotoAlbumSubType()
H
A
D
media_photo_asset_proxy.cpp
63
subType_
= PhotoSubType::CAMERA;
in PhotoAssetProxy()
65
subType_
= itr->second;
in PhotoAssetProxy()
451
(photoProxy->GetFormat() == PhotoFormat::YUV &&
subType_
!= PhotoSubType::BURST)) {
in AddPhotoProxy()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
avrcp_media.cpp
27
subType_
(subType),
in AvrcMpItem()
H
A
D
avrcp_media.h
45
uint32_t
subType_
= 0; // The value of the "Player Sub Type". Refer to <b>AvrcMediaPlayerSubType</b>.
member in OHOS::bluetooth::AvrcMpItem
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H
A
D
media_photo_asset_proxy.h
81
PhotoSubType
subType_
= PhotoSubType::DEFAULT;
member in OHOS::Media::PhotoAssetProxy
H
A
D
photo_album.h
117
PhotoAlbumSubType
subType_
;
member in OHOS::Media::PhotoAlbum
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_avrcp_ct.cpp
240
myItem.
subType_
= items.at(i).
subType_
;
655
mediaPlayer.
subType_
= items.at(i).
subType_
;
in OnGetMediaPlayers()
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H
A
D
media_service.h
49
uint32_t
subType_
{0xFFFFFFFF};
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_avrcp_ct.h
260
uint32_t
subType_
= 0x00;
member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_browse.cpp
496
newOffset += PushOctets4((buffer + newOffset), item.
subType_
);
in AssembleMpItem()
497
HILOGI("
subType_
: %{public}x", item.
subType_
);
in AssembleMpItem()
H
A
D
avrcp_tg_service.cpp
215
item.
subType_
,
in OnGetMediaPlayers()
Completed in 15 milliseconds