Home
last modified time | relevance | path

Searched refs:IsDestroyed (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_stub.h39 bool IsDestroyed() const in IsDestroyed() function
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dinput_transfer_station.h34 bool IsDestroyed() in IsDestroyed() function
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dsingleton_container.h40 static bool IsDestroyed() in IsDestroyed() function
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request_context.h133 bool IsDestroyed() const;
/ohos5.0/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp32 if (staticDestroyMonitor_.IsDestroyed()) { in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_adapter_lite.cpp276 if (SingletonContainer::IsDestroyed()) { in OnRemoteDied()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp695 auto display = SingletonContainer::IsDestroyed() ? nullptr : in SetUIContentInner()
723 auto display = SingletonContainer::IsDestroyed() ? nullptr : in GetVirtualPixelRatio()
2738 auto display = SingletonContainer::IsDestroyed() ? nullptr : in UpdateRect()
3100 auto display = SingletonContainer::IsDestroyed() ? nullptr : in ReadyToMoveOrDragWindow()
3259 auto display = SingletonContainer::IsDestroyed() ? nullptr : in HandlePointerStyle()
3311 auto display = SingletonContainer::IsDestroyed() ? nullptr : in PerfLauncherHotAreaIfNeed()
3389 if (!SingletonContainer::IsDestroyed() && vsyncStation_ != nullptr) { in RequestVsync()
3397 if (!SingletonContainer::IsDestroyed() && vsyncStation_ != nullptr) { in GetVSyncPeriod()
3457 auto display = SingletonContainer::IsDestroyed() ? nullptr : in UpdateAvoidArea()
3988 auto display = SingletonContainer::IsDestroyed() ? nullptr : in GetSystemAlarmWindowDefaultSize()
[all …]
H A Dwindow_scene_session_impl.cpp3207 auto display = SingletonContainer::IsDestroyed() ? nullptr : in SetBackdropBlurStyle()
4167 auto display = SingletonContainer::IsDestroyed() ? nullptr : in NotifyDisplayInfoChange()
H A Dwindow_session_impl.cpp460 auto defaultDisplayId = SingletonContainer::IsDestroyed() ? DISPLAY_ID_INVALID : in SetDefaultDisplayIdIfNeed()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp816 if (context->IsDestroyed()) { in OnWritingMemoryBody()
870 if (context->IsDestroyed()) { in OnWritingMemoryHeader()
890 if (!context->IsDestroyed() && (callbackSize > 0 || callOnceSize > 0)) { in OnWritingMemoryHeader()
H A Dnet_http_request_context.cpp333 bool RequestContext::IsDestroyed() const in IsDestroyed() function in OHOS::NetStack::Http::RequestContext
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp439 if (SingletonContainer::IsDestroyed()) { in OnRemoteDied()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp736 bool PipelineBase::IsDestroyed() in IsDestroyed() function in OHOS::Ace::PipelineBase
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp529 bool PipelineBase::IsDestroyed() in IsDestroyed() function in OHOS::Ace::PipelineBase
H A Dpipeline_base.h1399 bool IsDestroyed();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp210 if (IsDestroyed()) { in AddDirtyLayoutNode()
257 if (IsDestroyed()) { in AddDirtyRenderNode()
546 if (IsDestroyed()) { in FlushVsync()