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:UIContentType
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H
A
D
constants.h
44
enum class
UIContentType
{
class
H
A
D
ui_content.h
158
virtual void SetUIContentType(
UIContentType
uIContentType) {};
in SetUIContentType()
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
container.h
592
UIContentType
GetUIContentType() const
in GetUIContentType()
597
void SetUIContentType(
UIContentType
uIContentType)
in SetUIContentType()
648
UIContentType
uIContentType_ =
UIContentType
::UNDEFINED;
H
A
D
event_manager.cpp
1933
if (container && container->GetUIContentType() ==
UIContentType
::SECURITY_UI_EXTENSION) {
in DispatchKeyboardShortcut()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H
A
D
mock_ace_container.cpp
88
aceContainer->SetUIContentType(
UIContentType
::UNDEFINED);
in GetContainer()
90
aceContainer->SetUIContentType(
UIContentType
::SECURITY_UI_EXTENSION);
in GetContainer()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.h
81
void SetUIContentType(
UIContentType
uIContentType) override;
421
UIContentType
uIContentType_ =
UIContentType
::UNDEFINED;
H
A
D
ui_content_impl.cpp
2673
void UIContentImpl::SetUIContentType(
UIContentType
uIContentType)
in SetUIContentType()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H
A
D
security_ui_extension_pattern.cpp
147
if (container->GetUIContentType() ==
UIContentType
::SECURITY_UI_EXTENSION) {
in CheckConstraint()
H
A
D
ui_extension_pattern.cpp
272
if (container->GetUIContentType() ==
UIContentType
::SECURITY_UI_EXTENSION) {
in CheckConstraint()
/foundation/window/window_manager/wm/src/
H
A
D
window_extension_session_impl.cpp
516
uiContent->SetUIContentType(Ace::
UIContentType
::SECURITY_UI_EXTENSION);
in NapiSetUIContent()
/foundation/arkui/ace_engine/test/unittest/core/event/
H
A
D
event_manager_test_ng_new.cpp
1782
container->uIContentType_ =
UIContentType
::SECURITY_UI_EXTENSION;
in HWTEST_F()
Completed in 22 milliseconds