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:windowName_
(Results
1 - 14
of
14
) sorted by relevance
/foundation/window/window_manager/extension/window_extension/src/
H
A
D
window_extension_stub_impl.cpp
30
WindowExtensionStubImpl::WindowExtensionStubImpl(const std::string& windowName) :
windowName_
(windowName)
in WindowExtensionStubImpl()
51
option->SetWindowName(
windowName_
);
in CreateWindow()
58
window_ = Window::Create(
windowName_
, option, context);
in CreateWindow()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/info_collection/
H
A
D
rs_gpu_dirty_region_collection.h
36
std::string
windowName_
)
in ActiveDirtyRegionInfo()
38
pidOfBelongsApp(pidOfBelongsApp_), windowName(
windowName_
) {}
in ActiveDirtyRegionInfo()
/foundation/window/window_manager/previewer/src/
H
A
D
window_option.cpp
63
windowName_
= windowName;
in SetWindowName()
216
return
windowName_
;
in GetWindowName()
/foundation/window/window_manager/extension/window_extension/include/
H
A
D
window_extension_stub_impl.h
48
std::string
windowName_
;
member in OHOS::Rosen::WindowExtensionStubImpl
/foundation/window/window_manager/wm/src/
H
A
D
window_option.cpp
66
windowName_
= windowName;
in SetWindowName()
128
return
windowName_
;
in GetWindowName()
/foundation/window/window_manager/previewer/include/
H
A
D
window_option.h
413
std::string
windowName_
{ "" };
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
window_option.h
502
std::string
windowName_
{ "" };
/foundation/window/window_manager/utils/src/
H
A
D
window_property.cpp
33
windowName_
= name;
in SetWindowName()
346
return
windowName_
;
in GetWindowName()
716
return parcel.WriteString(
windowName_
) && parcel.WriteInt32(windowRect_.posX_) &&
in Marshalling()
965
windowName_
= property->
windowName_
;
in CopyFrom()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.h
473
windowName_
= name;
in SetWindowName()
478
return
windowName_
;
in GetWindowName()
758
std::string
windowName_
;
member in OHOS::OHOS::OHOS::Ace::Platform::AceContainer
H
A
D
dialog_container.h
228
std::string
windowName_
;
member in OHOS::Ace::Platform::DialogContainer
H
A
D
ace_container.cpp
1803
DumpLog::GetInstance().Print(1, "WindowName: " +
windowName_
);
in OnDumpInfo()
/foundation/window/window_manager/utils/include/
H
A
D
window_property.h
167
std::string
windowName_
;
member in OHOS::Rosen::WindowProperty
/foundation/window/window_manager/window_scene/common/src/
H
A
D
window_session_property.cpp
154
windowName_
= name;
in SetWindowName()
254
return
windowName_
;
in GetWindowName()
1015
return parcel.WriteString(
windowName_
) && parcel.WriteInt32(windowRect_.posX_) &&
in Marshalling()
1140
windowName_
= property->
windowName_
;
in CopyFrom()
/foundation/window/window_manager/window_scene/common/include/
H
A
D
window_session_property.h
276
std::string
windowName_
;
member in OHOS::Rosen::WindowSessionProperty
Completed in 17 milliseconds