Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsDestroyed
(Results
1 - 14
of
14
) sorted by relevance
/foundation/window/window_manager/wm/include/zidl/
H
A
D
window_stub.h
40
bool
IsDestroyed
() const
in IsDestroyed()
function in OHOS::Rosen::WindowStub::StaticDestroyMonitor
/foundation/window/window_manager/wm/include/
H
A
D
input_transfer_station.h
34
bool
IsDestroyed
()
in IsDestroyed()
function in OHOS::Rosen::InputTransferStation
/foundation/window/window_manager/utils/include/
H
A
D
singleton_container.h
40
static bool
IsDestroyed
()
in IsDestroyed()
function in OHOS::Rosen::SingletonContainer
/foundation/communication/netstack/frameworks/cj/http/include/
H
A
D
net_http_request_context.h
133
bool
IsDestroyed
() const;
/foundation/window/window_manager/wm/src/zidl/
H
A
D
window_stub.cpp
32
if (staticDestroyMonitor_.
IsDestroyed
()) {
in OnRemoteRequest()
/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
/foundation/window/window_manager/wm/src/
H
A
D
window_impl.cpp
662
auto display = SingletonContainer::
IsDestroyed
() ? nullptr :
in SetUIContentInner()
690
auto display = SingletonContainer::
IsDestroyed
() ? nullptr :
in GetVirtualPixelRatio()
1318
auto defaultDisplayId = SingletonContainer::
IsDestroyed
() ? DISPLAY_ID_INVALID :
in SetDefaultDisplayIdIfNeed()
2701
auto display = SingletonContainer::
IsDestroyed
() ? nullptr :
in UpdateRect()
3065
auto display = SingletonContainer::
IsDestroyed
() ? nullptr :
in ReadyToMoveOrDragWindow()
3224
auto display = SingletonContainer::
IsDestroyed
() ? nullptr :
in HandlePointerStyle()
3276
auto display = SingletonContainer::
IsDestroyed
() ? nullptr :
in PerfLauncherHotAreaIfNeed()
3415
auto display = SingletonContainer::
IsDestroyed
() ? nullptr :
in UpdateAvoidArea()
3946
auto display = SingletonContainer::
IsDestroyed
() ? nullptr :
in GetSystemAlarmWindowDefaultSize()
4256
auto display = SingletonContainer::
IsDestroyed
()
in SetBackdropBlurStyle()
[all...]
H
A
D
window_scene_session_impl.cpp
3044
auto display = SingletonContainer::
IsDestroyed
() ? nullptr :
in SetBackdropBlurStyle()
4016
auto display = SingletonContainer::
IsDestroyed
() ? nullptr :
in NotifyDisplayInfoChange()
H
A
D
window_session_impl.cpp
413
auto defaultDisplayId = SingletonContainer::
IsDestroyed
() ? DISPLAY_ID_INVALID :
in SetDefaultDisplayIdIfNeed()
/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
1383
bool
IsDestroyed
();
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H
A
D
mock_pipeline_context.cpp
880
bool PipelineBase::
IsDestroyed
()
in IsDestroyed()
function in OHOS::OHOS::Ace::OHOS::Ace::PipelineBase
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H
A
D
pipeline_context.cpp
221
if (
IsDestroyed
()) {
in AddDirtyLayoutNode()
268
if (
IsDestroyed
()) {
in AddDirtyRenderNode()
838
if (
IsDestroyed
()) {
in FlushVsync()
Completed in 40 milliseconds