Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/iam_client_test/
H A Diam_client_test.cpp211 EXPECT_EQ(IamClient::GetInstance().HasFaceFinger(userId, isExist), -ENOENT);
228 EXPECT_EQ(IamClient::GetInstance().HasFaceFinger(userId, isExist), 0);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Diam_client.h92 int HasFaceFinger(uint32_t userId, bool &isExist);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Diam_client.cpp145 int IamClient::HasFaceFinger(uint32_t userId, bool &isExist) in HasFaceFinger() function in OHOS::StorageDaemon::IamClient