Searched refs:storeKey (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_notify.cpp | 45 string storeKey = bundleName + to_string(userId); in GetRdbStore() local 46 if (cacheRdbStore.first == storeKey) { in GetRdbStore() 49 cacheRdbStore.first = storeKey; in GetRdbStore()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | base_key.cpp | 308 KeyBlob storeKey(keyCtx.nonce.size + keyCtx.rndEnc.size + keyCtx.aad.size); in StoreKey() local 309 if (!CombKeyCtx(keyCtx.nonce, keyCtx.rndEnc, keyCtx.aad, storeKey)) { in StoreKey() 314 if (!SaveKeyBlob(storeKey, keyPath + PATH_ENCRYPTED)) { in StoreKey() 324 storeKey.Clear(); in StoreKey()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_manager.cpp | 1163 auto storeKey = appId + SEPERATOR + bindInfo.storeName; in BindAsset() local 1165 storeKey, [](const std::string& key) -> auto { in BindAsset() 1169 bindSnapshots_.Compute(storeKey, [this, &asset, snapshots] (const auto &key, auto &value) { in BindAsset() 1240 auto storeKey = bundleName + SEPERATOR + storeName; in GetSnapShots() local 1242 storeKey, [](const std::string& key) -> auto { in GetSnapShots() 1245 return bindSnapshots_.Find(storeKey).second; in GetSnapShots()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.cpp | 107 auto storeKey = data.GetSecretKey(); in GetDBPassword() local 108 MetaDataManager::GetInstance().LoadMeta(storeKey, secretKey, true); in GetDBPassword()
|