Home
last modified time | relevance | path

Searched refs:isHandleError (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_session_wrapper_impl.h68 void NotifyBackground(bool isHandleError) override;
69 void NotifyDestroy(bool isHandleError = true) override;
H A Dsession_wrapper.h110 virtual void NotifyBackground(bool isHandleError = true) = 0;
111 virtual void NotifyDestroy(bool isHandleError = true) = 0;
H A Dsession_wrapper_impl.h65 void NotifyBackground(bool isHandleError) override;
66 void NotifyDestroy(bool isHandleError = true) override;
H A Dsession_wrapper_impl.cpp518 void SessionWrapperImpl::NotifyBackground(bool isHandleError) in NotifyBackground() argument
522 session_->GetPersistentId(), isHandleError); in NotifyBackground()
523 if (isHandleError) { in NotifyBackground()
541 void SessionWrapperImpl::NotifyDestroy(bool isHandleError) in NotifyDestroy() argument
545 isHandleError, session_->GetPersistentId()); in NotifyDestroy()
546 if (isHandleError) { in NotifyDestroy()
H A Dsecurity_session_wrapper_impl.cpp476 void SecuritySessionWrapperImpl::NotifyBackground(bool isHandleError) in NotifyBackground() argument
482 void SecuritySessionWrapperImpl::NotifyDestroy(bool isHandleError) in NotifyDestroy() argument
H A Dui_extension_pattern.h141 void NotifyBackground(bool isHandleError = true);
H A Dui_extension_pattern.cpp674 void UIExtensionPattern::NotifyBackground(bool isHandleError) in NotifyBackground() argument
679 sessionWrapper_->NotifyBackground(isHandleError); in NotifyBackground()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_session_wrapper_impl.cpp160 void SessionWrapperImpl::NotifyBackground(bool isHandleError) in NotifyBackground() argument
163 void SessionWrapperImpl::NotifyDestroy(bool isHandleError) in NotifyDestroy() argument