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:ViewProxy
(Results
1 - 9
of
9
) sorted by relevance
/base/update/updater/test/unittest/updater_ui_test/view/
H
A
D
ui_view_proxy_unittest.cpp
35
ViewProxy
viewproxy {};
in HWTEST_F()
44
ViewProxy
viewproxy { nullptr, "A" };
in HWTEST_F()
59
ViewProxy
viewproxy { std::move(label), "label1" };
in HWTEST_F()
74
ViewProxy
viewproxy { std::move(label), "label1" };
in HWTEST_F()
89
ViewProxy
viewproxy { std::move(label), "label1" };
in HWTEST_F()
97
OHOS::UIView *dummy =
ViewProxy
{}.operator->();
in HWTEST_F()
99
ViewProxy
viewproxy { std::make_unique<TextLabelAdapter>(), "label1" };
in HWTEST_F()
101
EXPECT_EQ(
ViewProxy
{}.operator->(), dummy);
in HWTEST_F()
/base/update/updater/services/ui/view/page/
H
A
D
view_proxy.h
27
class
ViewProxy
final {
29
ViewProxy
() = default;
30
ViewProxy
(std::unique_ptr<ComponentInterface> view, const std::string &message)
in ViewProxy()
function in Updater::final
32
explicit
ViewProxy
(std::unique_ptr<ComponentInterface> view) : view_(std::move(view)) { }
in ViewProxy()
function in Updater::final
33
~
ViewProxy
() = default;
H
A
D
base_page.h
38
ViewProxy
&operator[](const std::string &id) override;
49
std::vector<std::unique_ptr<
ViewProxy
>> coms_;
50
std::unordered_map<std::string_view,
ViewProxy
*> comsMap_;
H
A
D
base_page.cpp
89
auto upView = std::make_unique<
ViewProxy
>(ComponentFactory::CreateUxComponent(viewInfo),
in BuildCom()
113
ViewProxy
&BasePage::operator[](const std::string &id)
in operator []()
115
static
ViewProxy
dummy;
in operator []()
H
A
D
sub_page.cpp
140
ViewProxy
&SubPage::operator[](const std::string &id)
in operator []()
142
static
ViewProxy
dummy;
in operator []()
H
A
D
page.h
37
virtual
ViewProxy
&operator[](const std::string &id) = 0;
H
A
D
sub_page.h
34
ViewProxy
&operator[](const std::string &id) override;
H
A
D
page_manager.h
40
ViewProxy
&operator[](const ComInfo &comInfo) const;
H
A
D
page_manager.cpp
187
ViewProxy
&PageManager::operator[](const ComInfo &comInfo) const
in operator []()
Completed in 5 milliseconds