Searched refs:E_GLOBAL_KEY_STORE_ERROR (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/common/include/ |
H A D | storage_service_errno.h | 74 E_GLOBAL_KEY_STORE_ERROR, enumerator
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | key_manager.cpp | 89 …ageRadar::ReportUserKeyResult("GenerateAndInstallDeviceKey", 0, E_GLOBAL_KEY_STORE_ERROR, "EL1", "… in GenerateAndInstallDeviceKey() 90 return E_GLOBAL_KEY_STORE_ERROR; in GenerateAndInstallDeviceKey() 133 … StorageRadar::ReportUserKeyResult("RestoreDeviceKey", 0, E_GLOBAL_KEY_STORE_ERROR, "EL1", ""); in RestoreDeviceKey() 134 return E_GLOBAL_KEY_STORE_ERROR; in RestoreDeviceKey()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/ |
H A D | key_manager_test.cpp | 146 …EQ(KeyManager::GetInstance()->GenerateAndInstallDeviceKey("/data/test"), E_GLOBAL_KEY_STORE_ERROR); 213 EXPECT_EQ(KeyManager::GetInstance()->RestoreDeviceKey("/data/test"), E_GLOBAL_KEY_STORE_ERROR);
|