Home
last modified time | relevance | path

Searched defs:isBackgroundApplication (Results 1 – 5 of 5) sorted by relevance

/base/useriam/user_auth_framework/services/context/inc/
Dcontext_callback.h54 std::optional<bool> isBackgroundApplication; member
/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/
Dcontext_callback_impl_fuzzer.cpp104 bool isBackgroundApplication = parcel.ReadBool(); in FillSet() local
/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
Dhisysevent_adapter.h36 bool isBackgroundApplication = false; member
/base/useriam/user_auth_framework/services/ipc/src/
Duser_auth_service.cpp829 bool isBackgroundApplication) in CheckAuthPermissionAndParam()
920 ContextFactory::AuthWidgetContextPara &para, bool &isBackgroundApplication, in GetCallerInfo()
959 bool isBackgroundApplication = false; in AuthWidget() local
/base/useriam/user_auth_framework/services/context/src/
Dcontext_callback_impl.cpp186 void ContextCallbackImpl::SetTraceIsBackgroundApplication(bool isBackgroundApplication) in SetTraceIsBackgroundApplication()