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/
H A Dcrypto_manager_test.cpp74 * @tc.name: CheckRootKey
80 HWTEST_F(CryptoManagerTest, CheckRootKey, TestSize.Level0) in HWTEST_F()
82 auto errCode = CryptoManager::GetInstance().CheckRootKey(); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/include/
H A Dcrypto_manager.h26 int32_t CheckRootKey();
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsecurity_manager.h101 int32_t CheckRootKey();
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp52 auto status = CheckRootKey(); in Retry()
332 int32_t SecurityManager::CheckRootKey() in CheckRootKey() function in OHOS::DistributedKv::SecurityManager
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/src/
H A Dcrypto_manager.cpp97 int32_t CryptoManager::CheckRootKey() in CheckRootKey() function in OHOS::DistributedData::CryptoManager
99 ZLOGI("CheckRootKey."); in CheckRootKey()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp213 auto status = CryptoManager::GetInstance().CheckRootKey(); in GetTask()

Completed in 4 milliseconds