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:albumId_
(Results
1 - 12
of
12
) sorted by relevance
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H
A
D
smart_album_asset.cpp
27
albumId_
= DEFAULT_ALBUM_ID;
in SmartAlbumAsset()
46
albumId_
= albumId;
in SetAlbumId()
111
return
albumId_
;
in GetAlbumId()
H
A
D
native_album_asset.cpp
29
albumId_
= DEFAULT_ALBUM_ID;
in NativeAlbumAsset()
42
albumId_
= albumId;
in SetAlbumId()
82
return
albumId_
;
in GetAlbumId()
H
A
D
album_asset.cpp
29
albumId_
= DEFAULT_ALBUM_ID;
in AlbumAsset()
46
albumId_
= albumId;
in SetAlbumId()
90
return
albumId_
;
in GetAlbumId()
H
A
D
photo_album.cpp
27
albumId_
= DEFAULT_ALBUM_ID;
in PhotoAlbum()
37
albumId_
= albumId;
in SetAlbumId()
42
return
albumId_
;
in GetAlbumId()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H
A
D
medialibrary_notify.h
39
: uri_(std::move(uri)), notifyType_(notifyType),
albumId_
(albumId), hiddenOnly_(hiddenOnly) {}
in NotifyTaskData()
43
int
albumId_
;
member in OHOS::Media::NotifyTaskData
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H
A
D
native_album_asset.h
58
int32_t
albumId_
;
member in OHOS::Media::NativeAlbumAsset
H
A
D
album_asset.h
70
int32_t
albumId_
;
member in OHOS::Media::AlbumAsset
H
A
D
smart_album_asset.h
66
int32_t
albumId_
;
member in OHOS::Media::SmartAlbumAsset
H
A
D
photo_album.h
115
int32_t
albumId_
;
member in OHOS::Media::PhotoAlbum
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H
A
D
metadata.cpp
53
albumId_
(FILE_ALBUM_ID_DEFAULT),
in Metadata()
297
albumId_
= std::get<int32_t>(albumId);
in SetAlbumId()
302
return
albumId_
;
in GetAlbumId()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_notify.cpp
253
if (taskData->
albumId_
> 0) {
in AddNfListMap()
255
PhotoAlbumColumns::ALBUM_URI_PREFIX + to_string(taskData->
albumId_
), taskData);
in AddNfListMap()
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H
A
D
metadata.h
226
int32_t
albumId_
;
member in OHOS::Media::Metadata
Completed in 6 milliseconds