/ohos5.0/foundation/window/window_manager/wm/include/zidl/ |
H A D | window_stub.h | 39 bool IsDestroyed() const in IsDestroyed() function
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | input_transfer_station.h | 34 bool IsDestroyed() in IsDestroyed() function
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | singleton_container.h | 40 static bool IsDestroyed() in IsDestroyed() function
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_request_context.h | 133 bool IsDestroyed() const;
|
/ohos5.0/foundation/window/window_manager/wm/src/zidl/ |
H A D | window_stub.cpp | 32 if (staticDestroyMonitor_.IsDestroyed()) { in OnRemoteRequest()
|
/ohos5.0/foundation/window/window_manager/dm_lite/src/ |
H A D | display_manager_adapter_lite.cpp | 276 if (SingletonContainer::IsDestroyed()) { in OnRemoteDied()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 695 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 D | window_scene_session_impl.cpp | 3207 auto display = SingletonContainer::IsDestroyed() ? nullptr : in SetBackdropBlurStyle() 4167 auto display = SingletonContainer::IsDestroyed() ? nullptr : in NotifyDisplayInfoChange()
|
H A D | window_session_impl.cpp | 460 auto defaultDisplayId = SingletonContainer::IsDestroyed() ? DISPLAY_ID_INVALID : in SetDefaultDisplayIdIfNeed()
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_client_exec.cpp | 816 if (context->IsDestroyed()) { in OnWritingMemoryBody() 870 if (context->IsDestroyed()) { in OnWritingMemoryHeader() 890 if (!context->IsDestroyed() && (callbackSize > 0 || callOnceSize > 0)) { in OnWritingMemoryHeader()
|
H A D | net_http_request_context.cpp | 333 bool RequestContext::IsDestroyed() const in IsDestroyed() function in OHOS::NetStack::Http::RequestContext
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 439 if (SingletonContainer::IsDestroyed()) { in OnRemoteDied()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 736 bool PipelineBase::IsDestroyed() in IsDestroyed() function in OHOS::Ace::PipelineBase
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.cpp | 529 bool PipelineBase::IsDestroyed() in IsDestroyed() function in OHOS::Ace::PipelineBase
|
H A D | pipeline_base.h | 1399 bool IsDestroyed();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 210 if (IsDestroyed()) { in AddDirtyLayoutNode() 257 if (IsDestroyed()) { in AddDirtyRenderNode() 546 if (IsDestroyed()) { in FlushVsync()
|