Home
last modified time | relevance | path

Searched refs:CheckRootKey (Results 1 – 6 of 6) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
Dcrypto_manager_test.cpp79 HWTEST_F(CryptoManagerTest, CheckRootKey, TestSize.Level0)
81 auto errCode = CryptoManager::GetInstance().CheckRootKey();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/include/
Dcrypto_manager.h26 int32_t CheckRootKey();
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
Dsecurity_manager.h71 int32_t CheckRootKey();
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dsecurity_manager.cpp50 auto status = CheckRootKey(); in Retry()
316 int32_t SecurityManager::CheckRootKey() in CheckRootKey() function in OHOS::DistributedKv::SecurityManager
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/src/
Dcrypto_manager.cpp96 int32_t CryptoManager::CheckRootKey() in CheckRootKey() function in OHOS::DistributedData::CryptoManager
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
Dkvstore_meta_manager.cpp224 auto status = CryptoManager::GetInstance().CheckRootKey(); in GetTask()