Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dremote_auth_invoker_context.h54 void SetVerifierContextId(uint64_t contextId);
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_invoker_context.cpp178 void RemoteAuthInvokerContext::SetVerifierContextId(uint64_t contextId) in SetVerifierContextId() function in OHOS::UserIam::UserAuth::RemoteAuthInvokerContext
272 this->SetVerifierContextId(contextId); in SendRequest()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp161 remoteAuthInvokerContext->SetVerifierContextId(contextId); in RemoteAuthInvokerContextFuzzTest()