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:deleteIds
(Results
1 - 7
of
7
) sorted by relevance
/foundation/filemanagement/dfs_service/test/fuzztest/clouddisknotify_fuzzer/
H
A
D
clouddisknotify_fuzzer.cpp
65
vector<NativeRdb::ValueObject>
deleteIds
;
in GetDeleteNotifyDataFuzzTest()
local
68
deleteIds
.emplace_back(cloudId);
in GetDeleteNotifyDataFuzzTest()
71
CloudDiskNotify::GetInstance().GetDeleteNotifyData(
deleteIds
, notifyDataList, paramOthers);
in GetDeleteNotifyDataFuzzTest()
/foundation/filemanagement/dfs_service/test/mock/
H
A
D
clouddisk_notify_mock.cpp
44
int32_t CloudDiskNotify::GetDeleteNotifyData(const vector<NativeRdb::ValueObject> &
deleteIds
,
in GetDeleteNotifyData()
argument
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H
A
D
clouddisk_notify.h
41
int32_t GetDeleteNotifyData(const vector<NativeRdb::ValueObject> &
deleteIds
,
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H
A
D
clouddisk_notify_test.cpp
856
vector<NativeRdb::ValueObject>
deleteIds
;
in HWTEST_F()
local
859
deleteIds
.push_back(mock0);
in HWTEST_F()
860
deleteIds
.push_back(mock1);
in HWTEST_F()
865
int32_t ret = CloudDiskNotify.GetDeleteNotifyData(
deleteIds
, notifyDataList, paramOthers);
in HWTEST_F()
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H
A
D
clouddisk_notify.cpp
389
int32_t CloudDiskNotify::GetDeleteNotifyData(const vector<NativeRdb::ValueObject> &
deleteIds
,
in GetDeleteNotifyData()
argument
398
for (auto deleteId :
deleteIds
) {
in GetDeleteNotifyData()
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
media_album_change_request_napi.cpp
350
vector<string>
deleteIds
;
in ParseArgsDeleteAlbums()
local
358
deleteIds
.push_back(to_string(obj->GetAlbumId()));
in ParseArgsDeleteAlbums()
360
context->predicates.In(PhotoAlbumColumns::ALBUM_ID,
deleteIds
);
in ParseArgsDeleteAlbums()
H
A
D
media_library_napi.cpp
6929
vector<string>
deleteIds
;
in ParseArgsDeletePhotoAlbums()
local
6949
deleteIds
.push_back(to_string(obj->GetAlbumId()));
in ParseArgsDeletePhotoAlbums()
6951
if (
deleteIds
.empty()) {
in ParseArgsDeletePhotoAlbums()
6956
context->predicates.In(PhotoAlbumColumns::ALBUM_ID,
deleteIds
);
in ParseArgsDeletePhotoAlbums()
Completed in 24 milliseconds