Home
last modified time | relevance | path

Searched refs:SECRET_KEY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkvdb_service.h40 SECRET_KEY = 1, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_manager.cpp92 …to status = service->GetBackupPassword(appId, storeId, key, KVDBService::PasswordType::SECRET_KEY); in GetSecretKeyFromService()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp607 if (passwordType == KVDBService::PasswordType::SECRET_KEY) { in GetBackupPassword()