Home
last modified time | relevance | path

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

/system/security/identity/binder/android/security/identity/
DICredential.aidl30 const int STATUS_OK = 0; field
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.cpp94 _hidl_cb({GatekeeperStatusCode::STATUS_OK, response.retry_timeout, new_handle}); in enroll()
130 : GatekeeperStatusCode::STATUS_OK, in verify()
/system/core/gatekeeperd/
Dgatekeeperd.cpp204 if (rsp.code >= GatekeeperStatusCode::STATUS_OK) { in enroll()
283 if (rsp.code >= GatekeeperStatusCode::STATUS_OK) { in verifyChallenge()
/system/security/identity/
DCredential.cpp453 resultEntryParcel.status = STATUS_OK; in getEntries()