Home
last modified time | relevance | path

Searched refs:isBackgroundApplication (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dtrace.cpp143 if (metaData.isBackgroundApplication.has_value()) { in ProcessUserAuthEvent()
144 info.isBackgroundApplication = metaData.isBackgroundApplication.value(); in ProcessUserAuthEvent()
H A Dcontext_callback_impl.cpp186 void ContextCallbackImpl::SetTraceIsBackgroundApplication(bool isBackgroundApplication) in SetTraceIsBackgroundApplication() argument
188 metaData_.isBackgroundApplication = isBackgroundApplication; in SetTraceIsBackgroundApplication()
H A Dcontext_callback_impl.h45 void SetTraceIsBackgroundApplication(bool isBackgroundApplication) override;
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h54 std::optional<bool> isBackgroundApplication; member
87 virtual void SetTraceIsBackgroundApplication(bool isBackgroundApplication) = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/
H A Dcontext_callback_impl_fuzzer.cpp104 bool isBackgroundApplication = parcel.ReadBool(); in FillSet() local
105 g_ContextCallback->SetTraceIsBackgroundApplication(isBackgroundApplication); in FillSet()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_auth_service.h86 bool isBackgroundApplication);
107 bool &isBackgroundApplication, std::shared_ptr<ContextCallback> &contextCallback);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
H A Dhisysevent_adapter.h36 bool isBackgroundApplication = false; member
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp935 bool isBackgroundApplication) in CheckAuthPermissionAndParam() argument
1034 ContextFactory::AuthWidgetContextPara &para, bool &isBackgroundApplication, in GetCallerInfo() argument
1044 isBackgroundApplication = true; in GetCallerInfo()
1046 contextCallback->SetTraceIsBackgroundApplication(isBackgroundApplication); in GetCallerInfo()
1095 bool isBackgroundApplication = false; in AuthWidget() local
1096 …ckRet = GetCallerInfo(authParam.isUserIdSpecified, authParam.userId, para, isBackgroundApplication, in AuthWidget()
1102 checkRet = CheckAuthPermissionAndParam(authParam, widgetParam, isBackgroundApplication); in AuthWidget()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_context.h57 MOCK_METHOD1(SetTraceIsBackgroundApplication, void(const bool isBackgroundApplication));
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/dfx/src/
H A Dhisysevent_adapter.cpp129 STR_IS_BACKGROUND_APPLICATION, info.isBackgroundApplication); in ReportUserAuth()