Home
last modified time | relevance | path

Searched refs:GetEncryptedUuidByMeta (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dupgrade.cpp112 auto uuid = GetEncryptedUuidByMeta(meta); in UpdateUuid()
156 std::string Upgrade::GetEncryptedUuidByMeta(const StoreMeta &meta) in GetEncryptedUuidByMeta() function in OHOS::DistributedKv::Upgrade
H A Dupgrade.h46 API_EXPORT std::string GetEncryptedUuidByMeta(const StoreMeta &meta);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp212 * @tc.name: GetEncryptedUuidByMeta
213 * @tc.desc: GetEncryptedUuidByMeta test the return result of input with different values.
217 HWTEST_F(UpgradeTest, GetEncryptedUuidByMeta, TestSize.Level0) in HWTEST_F()
220 auto dbStatus = upgrade.GetEncryptedUuidByMeta(metaData_); in HWTEST_F()
223 dbStatus = upgrade.GetEncryptedUuidByMeta(metaData_); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp142 return Upgrade::GetInstance().GetEncryptedUuidByMeta(meta); in Initialize()

Completed in 4 milliseconds