Home
last modified time | relevance | path

Searched refs:SetTraceIsBackgroundApplication (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_callback_impl.h45 void SetTraceIsBackgroundApplication(bool isBackgroundApplication) override;
H A Dcontext_callback_impl.cpp186 void ContextCallbackImpl::SetTraceIsBackgroundApplication(bool isBackgroundApplication) in SetTraceIsBackgroundApplication() function in OHOS::UserIam::UserAuth::ContextCallbackImpl
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h87 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.cpp105 g_ContextCallback->SetTraceIsBackgroundApplication(isBackgroundApplication); in FillSet()
/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/services/ipc/src/
H A Duser_auth_service.cpp1046 contextCallback->SetTraceIsBackgroundApplication(isBackgroundApplication); in GetCallerInfo()