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:albumSet
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H
A
D
clone_restore.h
101
void UpdateAlbumToNotifySet(const std::string &tableName, const std::unordered_set<int32_t> &
albumSet
);
125
std::unordered_set<int32_t> &
albumSet
);
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
medialibrary_napi_utils.cpp
1207
shared_ptr<DataShare::DataShareResultSet>
albumSet
= UserFileClient::Query(uri, predicates, albumColumns, errCode);
in ParseAnalysisFace2JsonStr()
local
1210
if (
albumSet
!= nullptr) {
in ParseAnalysisFace2JsonStr()
1211
while (
albumSet
->GoToNextRow() == NativeRdb::E_OK) {
in ParseAnalysisFace2JsonStr()
1212
tagIdToAlbumIdMap[GetStringValueByColumn(
albumSet
, TAG_ID)] = GetStringValueByColumn(
albumSet
, ALBUM_ID);
in ParseAnalysisFace2JsonStr()
H
A
D
media_library_napi.cpp
2688
unique_ptr<FetchResult<PhotoAlbum>>
albumSet
= make_unique<FetchResult<PhotoAlbum>>(move(resultSet));
in GetTrashAlbumUri()
local
2689
if (
albumSet
== nullptr) {
in GetTrashAlbumUri()
2692
if (
albumSet
->GetCount() != 1) {
in GetTrashAlbumUri()
2695
unique_ptr<PhotoAlbum> albumAssetPtr =
albumSet
->GetFirstObject();
in GetTrashAlbumUri()
2699
return
albumSet
->GetFirstObject()->GetAlbumUri();
in GetTrashAlbumUri()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H
A
D
clone_restore.cpp
1277
void CloneRestore::UpdateAlbumToNotifySet(const string &tableName, const unordered_set<int32_t> &
albumSet
)
in UpdateAlbumToNotifySet()
argument
1285
for (auto albumId :
albumSet
) {
in UpdateAlbumToNotifySet()
1661
unordered_set<int32_t> &
albumSet
)
in InsertMapByTable()
1671
albumSet
.insert(mapInfo.albumId);
in InsertMapByTable()
1660
InsertMapByTable(const string &tableName, const vector<MapInfo> &mapInfos, unordered_set<int32_t> &
albumSet
)
InsertMapByTable()
argument
Completed in 22 milliseconds