Home
last modified time | relevance | path

Searched refs:deleteKey (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_bundle_manager.cpp58 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 Dringtone_bundle_manager.cpp55 int32_t deleteKey = cacheList_.back().first; in GetBundleNameByUid() local
56 cacheMap_.erase(deleteKey); in GetBundleNameByUid()
/foundation/communication/netmanager_base/bpf/bpf_reader/
H A Dbpf_reader.h92 * @param deleteKey the key need to delete
95 bool DeleteEntryFromMap(const Key &deleteKey);
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_mapper.h295 * @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 Dpermission_utils.cpp174 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 Dmeta_file_clouddisk_mock.cpp529 auto deleteKey = cloudDiskMetaFileList_.back().first; in GetCloudDiskMetaFile() local
530 cloudDiskMetaFile_.erase(deleteKey); in GetCloudDiskMetaFile()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp807 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 Dmeta_file_clouddisk.cpp695 auto deleteKey = cloudDiskMetaFileList_.back().first; in GetCloudDiskMetaFile() local
696 cloudDiskMetaFile_.erase(deleteKey); in GetCloudDiskMetaFile()
H A Dmeta_file.cpp685 auto deleteKey = metaFileList_.back().first; in GetMetaFile() local
686 metaFiles_.erase(deleteKey); in GetMetaFile()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp1047 auto deleteKey = std::get_if<std::string>(&value);
1048 if (deleteKey != nullptr && (*deleteKey == LOGOUT_DELETE_FLAG)) {

Completed in 11 milliseconds