Home
last modified time | relevance | path

Searched defs:authContextId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h44 std::optional<uint64_t> authContextId; member
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/
H A Dcontext_callback_impl_fuzzer.cpp74 uint64_t authContextId = parcel.ReadUint64(); in FillSet() local
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
H A Dhisysevent_adapter.h42 uint64_t authContextId = 0; member
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_callback_impl.cpp141 void ContextCallbackImpl::SetTraceAuthContextId(uint64_t authContextId) in SetTraceAuthContextId()