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:deleteKey
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_bundle_manager.cpp
58
int32_t
deleteKey
= cacheList_.back().first;
in GetBundleNameByUID()
local
59
cacheMap_.erase(
deleteKey
);
in GetBundleNameByUID()
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H
A
D
ringtone_bundle_manager.cpp
55
int32_t
deleteKey
= cacheList_.back().first;
in GetBundleNameByUid()
local
56
cacheMap_.erase(
deleteKey
);
in GetBundleNameByUid()
/foundation/communication/netmanager_base/bpf/bpf_reader/
H
A
D
bpf_reader.h
92
* @param
deleteKey
the key need to delete
95
bool DeleteEntryFromMap(const Key &
deleteKey
);
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H
A
D
bpf_mapper.h
295
* @param
deleteKey
the key need to delete
298
[[nodiscard]] int32_t Delete(const Key &
deleteKey
) const
in Delete()
300
return BpfMapperImplement<Key, Value>::DeleteElem(mapFd_,
deleteKey
);
in Delete()
/foundation/multimedia/media_library/frameworks/utils/src/
H
A
D
permission_utils.cpp
174
int32_t
deleteKey
= bundleInfoList_.back().first;
in UpdateLatestBundleInfo()
local
175
bundleInfoMap_.erase(
deleteKey
);
in UpdateLatestBundleInfo()
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H
A
D
meta_file_clouddisk_mock.cpp
529
auto
deleteKey
= cloudDiskMetaFileList_.back().first;
in GetCloudDiskMetaFile()
local
530
cloudDiskMetaFile_.erase(
deleteKey
);
in GetCloudDiskMetaFile()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H
A
D
object_manager.cpp
807
std::string
deleteKey
;
in ProcessOldEntry()
local
822
deleteKey
= GetPrefixWithoutDeviceId(bundleName, sessionId);
in ProcessOldEntry()
828
int32_t result = RevokeSaveToStore(
deleteKey
);
in ProcessOldEntry()
830
ZLOGE("Delete old entries failed,
deleteKey
: %{public}s, status: %{public}d",
deleteKey
.c_str(), result);
in ProcessOldEntry()
833
ZLOGI("Delete old entries success,
deleteKey
: %{public}s",
deleteKey
.c_str());
in ProcessOldEntry()
/foundation/filemanagement/dfs_service/utils/dentry/src/
H
A
D
meta_file_clouddisk.cpp
695
auto
deleteKey
= cloudDiskMetaFileList_.back().first;
in GetCloudDiskMetaFile()
local
696
cloudDiskMetaFile_.erase(
deleteKey
);
in GetCloudDiskMetaFile()
H
A
D
meta_file.cpp
685
auto
deleteKey
= metaFileList_.back().first;
in GetMetaFile()
local
686
metaFiles_.erase(
deleteKey
);
in GetMetaFile()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_general_store.cpp
1047
auto
deleteKey
= std::get_if<std::string>(&value);
1048
if (
deleteKey
!= nullptr && (*
deleteKey
== LOGOUT_DELETE_FLAG)) {
Completed in 11 milliseconds