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:GetActive
(Results
1 - 19
of
19
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
navigator_composed_element.cpp
25
{ "active", [](const NavigatorComposedElement& inspector) { return inspector.
GetActive
(); } },
37
std::string("active: ").append(
GetActive
()));
in Dump()
55
std::string NavigatorComposedElement::
GetActive
() const
in GetActive()
function in OHOS::Ace::V2::NavigatorComposedElement
63
return renderNavigator->
GetActive
() ? "true" : "false";
in GetActive()
H
A
D
navigator_composed_element.h
34
std::string
GetActive
() const;
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigator/
H
A
D
navigator_pattern_test_ng.cpp
88
EXPECT_FALSE(eventHub->
GetActive
());
in HWTEST_F()
118
EXPECT_FALSE(eventHub->
GetActive
());
in HWTEST_F()
151
EXPECT_FALSE(eventHub->
GetActive
());
in HWTEST_F()
181
EXPECT_FALSE(eventHub->
GetActive
());
in HWTEST_F()
207
EXPECT_FALSE(eventHub->
GetActive
());
in HWTEST_F()
237
EXPECT_FALSE(eventHub->
GetActive
());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H
A
D
navigator_event_hub.h
53
bool
GetActive
() const
in GetActive()
function in OHOS::Ace::NG::NavigatorEventHub
/foundation/arkui/ace_engine/frameworks/core/components/navigator/
H
A
D
navigator_component.h
63
bool
GetActive
() const
in GetActive()
function in OHOS::Ace::NavigatorComponent
H
A
D
render_navigator.h
52
bool
GetActive
() const
in GetActive()
function in OHOS::Ace::RenderNavigator
H
A
D
render_navigator.cpp
91
active_ = navigator->
GetActive
();
in Update()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
utils.cpp
40
container = Container::
GetActive
();
in GetCurrentFrontend()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H
A
D
jsi_context_module.cpp
77
auto container = Container::
GetActive
();
in GetContext()
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_container.cpp
54
RefPtr<Container> Container::
GetActive
()
in GetActive()
function in OHOS::Ace::Container
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H
A
D
subwindow_manager.cpp
838
auto container = Container::
GetActive
();
in ClearToastInSubwindow()
864
auto container = Container::
GetActive
();
in ShowDialog()
892
auto container = Container::
GetActive
();
in ShowDialog()
920
auto container = Container::
GetActive
();
in ShowActionMenu()
1096
auto container = Container::
GetActive
();
in HideSystemTopMostWindow()
1116
auto container = Container::
GetActive
();
in ClearToastInSystemSubwindow()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H
A
D
engine_helper.cpp
82
auto container = Container::
GetActive
();
in GetCurrentDelegate()
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
container.cpp
100
RefPtr<Container> Container::
GetActive
()
in GetActive()
function in OHOS::Ace::Container
H
A
D
container.h
326
static RefPtr<Container>
GetActive
();
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_base.cpp
127
auto container = Container::
GetActive
();
in GetCurrentDensity()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_pattern.cpp
4405
container = Container::
GetActive
();
in GetHintTypeAndMetadata()
4588
container = Container::
GetActive
();
in RequestAutoFill()
4608
container = Container::
GetActive
();
in RequestAutoSave()
4629
container = Container::
GetActive
();
in UpdateAutoFillPopup()
4647
container = Container::
GetActive
();
in CloseAutoFillPopup()
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H
A
D
prompt_action.cpp
48
auto container = Container::
GetActive
();
in ContainerIsService()
61
container = Container::
GetActive
();
in ContainerIsScenceBoard()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
frontend_delegate_declarative_ng.cpp
894
auto container = Container::
GetActive
();
in OnMediaQueryUpdate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
frontend_delegate_declarative.cpp
2308
auto container = Container::
GetActive
();
in OnMediaQueryUpdate()
Completed in 38 milliseconds