Home
last modified time | relevance | path

Searched refs:HasPinProtect (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/iam_client_test/
H A Diam_client_test.cpp177 EXPECT_EQ(IamClient::GetInstance().HasPinProtect(userId), false);
193 EXPECT_EQ(IamClient::GetInstance().HasPinProtect(userId), false);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Diam_client.h91 bool HasPinProtect(uint32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Diam_client.cpp166 bool IamClient::HasPinProtect(uint32_t userId) in HasPinProtect() function in OHOS::StorageDaemon::IamClient
H A Dkey_manager.cpp1521 if (!IamClient::GetInstance().HasPinProtect(user)) { in UpdateCeEceSeceUserAuth()
1780 if ((token.empty() && secret.empty()) && IamClient::GetInstance().HasPinProtect(userId)) { in UpdateCeEceSeceUserAuth()
1794 if (!IamClient::GetInstance().HasPinProtect(userId)) { in UpdateCeEceSeceUserAuth()
1830 if (!IamClient::GetInstance().HasPinProtect(userId)) { in UpdateCeEceSeceUserAuth()