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:smartAlbum
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
fetch_file_result_napi.cpp
1049
auto
smartAlbum
= fetchResult->GetFirstObject();
in GetAllObjectFromFetchResult()
local
1050
while (
smartAlbum
!= nullptr) {
in GetAllObjectFromFetchResult()
1051
fileSmartAlbumArray.push_back(move(
smartAlbum
));
in GetAllObjectFromFetchResult()
1052
smartAlbum
= fetchResult->GetNextObject();
in GetAllObjectFromFetchResult()
H
A
D
media_library_napi.cpp
3341
static void SetSmartAlbumCoverUri(MediaLibraryAsyncContext *context, unique_ptr<SmartAlbumAsset> &
smartAlbum
)
in SetSmartAlbumCoverUri()
argument
3344
if (
smartAlbum
== nullptr) {
in SetSmartAlbumCoverUri()
3348
if (
smartAlbum
->GetAlbumCapacity() == 0) {
in SetSmartAlbumCoverUri()
3352
if (
smartAlbum
->GetAlbumId() == TRASH_ALBUM_ID_VALUES) {
in SetSmartAlbumCoverUri()
3359
context->selectionArgs.emplace_back(to_string(
smartAlbum
->GetAlbumId()));
in SetSmartAlbumCoverUri()
3376
smartAlbum
->SetCoverUri(coverUri);
in SetSmartAlbumCoverUri()
3377
NAPI_DEBUG_LOG("coverUri is = %{private}s",
smartAlbum
->GetCoverUri().c_str());
in SetSmartAlbumCoverUri()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H
A
D
sendable_fetch_file_result_napi.cpp
856
auto
smartAlbum
= fetchResult->GetFirstObject();
in GetAllObjectFromFetchResult()
local
857
while (
smartAlbum
!= nullptr) {
in GetAllObjectFromFetchResult()
858
fileSmartAlbumArray.push_back(move(
smartAlbum
));
in GetAllObjectFromFetchResult()
859
smartAlbum
= fetchResult->GetNextObject();
in GetAllObjectFromFetchResult()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H
A
D
medialibrary_rdbstore.h
144
int32_t InsertSmartAlbumValues(const SmartAlbumValuesBucket &
smartAlbum
, NativeRdb::RdbStore &store);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_rdbstore.cpp
1261
for (const auto&
smartAlbum
: smartAlbumValuesBuckets) {
in PrepareSmartAlbum()
1262
if (InsertSmartAlbumValues(
smartAlbum
, store) != NativeRdb::E_OK) {
in PrepareSmartAlbum()
1263
MEDIA_ERR_LOG("Prepare
smartAlbum
failed");
in PrepareSmartAlbum()
1326
int32_t MediaLibraryDataCallBack::InsertSmartAlbumValues(const SmartAlbumValuesBucket &
smartAlbum
, RdbStore &store)
in InsertSmartAlbumValues()
argument
1329
valuesBucket.PutInt(SMARTALBUM_DB_ID,
smartAlbum
.albumId);
in InsertSmartAlbumValues()
1330
valuesBucket.PutString(SMARTALBUM_DB_NAME,
smartAlbum
.albumName);
in InsertSmartAlbumValues()
1331
valuesBucket.PutInt(SMARTALBUM_DB_ALBUM_TYPE,
smartAlbum
.albumType);
in InsertSmartAlbumValues()
1372
MEDIA_ERR_LOG("Prepare
smartAlbum
failed");
in PrepareUniqueMemberTable()
Completed in 25 milliseconds