Searched refs:isBackgroundApplication (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | trace.cpp | 143 if (metaData.isBackgroundApplication.has_value()) { in ProcessUserAuthEvent() 144 info.isBackgroundApplication = metaData.isBackgroundApplication.value(); in ProcessUserAuthEvent()
|
H A D | context_callback_impl.cpp | 186 void ContextCallbackImpl::SetTraceIsBackgroundApplication(bool isBackgroundApplication) in SetTraceIsBackgroundApplication() argument 188 metaData_.isBackgroundApplication = isBackgroundApplication; in SetTraceIsBackgroundApplication()
|
H A D | context_callback_impl.h | 45 void SetTraceIsBackgroundApplication(bool isBackgroundApplication) override;
|
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/ |
H A D | context_callback.h | 54 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 D | context_callback_impl_fuzzer.cpp | 104 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 D | user_auth_service.h | 86 bool isBackgroundApplication); 107 bool &isBackgroundApplication, std::shared_ptr<ContextCallback> &contextCallback);
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/ |
H A D | hisysevent_adapter.h | 36 bool isBackgroundApplication = false; member
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 935 bool isBackgroundApplication) in CheckAuthPermissionAndParam() argument 1034 ContextFactory::AuthWidgetContextPara ¶, 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 D | mock_context.h | 57 MOCK_METHOD1(SetTraceIsBackgroundApplication, void(const bool isBackgroundApplication));
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/dfx/src/ |
H A D | hisysevent_adapter.cpp | 129 STR_IS_BACKGROUND_APPLICATION, info.isBackgroundApplication); in ReportUserAuth()
|