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:pgMgr_
(Results
1 - 8
of
8
) sorted by relevance
/base/update/updater/services/ui/strategy/
H
A
D
logo_strategy.cpp
41
pgMgr_
[id_]->SetVisible(true);
in Show()
42
pgMgr_
[id_].As<ImgViewAdapter>()->Start();
in Show()
47
pgMgr_
[id_].As<ImgViewAdapter>()->Stop();
in Hide()
48
pgMgr_
[id_]->SetVisible(false);
in Hide()
53
pgMgr_
[id_]->SetVisible(true);
in Show()
58
pgMgr_
[id_]->SetVisible(false);
in Hide()
H
A
D
progress_strategy.cpp
46
pgMgr_
[id_]->SetVisible(true);
in Show()
51
pgMgr_
[id_]->SetVisible(false);
in Hide()
62
pgMgr_
[id_].As<TextLabelAdapter>()->SetText(progress);
in ShowProgress()
67
if (!
pgMgr_
[id_].As<BoxProgressAdapter>()->InitEp()) {
in BarProgress()
74
pgMgr_
[id_].As<BoxProgressAdapter>()->SetValue(value);
in ShowProgress()
H
A
D
logo_strategy.h
26
explicit LogoStrategy(const ComInfo &id) : id_ {id},
pgMgr_
{PageManager::GetInstance()} {}
in LogoStrategy()
33
PageManager &
pgMgr_
;
member in Updater::LogoStrategy
H
A
D
progress_strategy.h
26
explicit ProgressStrategy(const ComInfo &id) : id_ {id},
pgMgr_
{PageManager::GetInstance()} {}
in ProgressStrategy()
34
PageManager &
pgMgr_
;
member in Updater::ProgressStrategy
/base/update/updater/services/ui/control/
H
A
D
event_manager.cpp
31
EventManager::EventManager() :
pgMgr_
(PageManager::GetInstance())
in EventManager()
43
if (!
pgMgr_
.IsValidCom(viewId)) {
in Add()
47
auto com =
pgMgr_
[viewId.pageId][viewId.comId].As();
in Add()
55
if (!
pgMgr_
.IsValidCom(viewId)) {
in Add()
59
auto com =
pgMgr_
[viewId.pageId][viewId.comId].As();
in Add()
71
if (!
pgMgr_
.IsValidCom(viewId)) {
in Add()
75
auto com =
pgMgr_
[viewId.pageId][viewId.comId].As();
in Add()
H
A
D
event_manager.h
41
PageManager &
pgMgr_
;
member in Updater::final
/base/update/updater/services/ui/
H
A
D
updater_ui_facade.cpp
29
: strategies_ {UpdaterUiConfig::GetStrategy()},
pgMgr_
{PageManager::GetInstance()}, mode_ {""}
in UpdaterUiFacade()
118
return
pgMgr_
[it->second.progressPage.progressPageId].IsVisible();
in IsInProgress()
151
pgMgr_
[progressPg.progressPageId][progressPg.warningComId]->SetVisible(isShow);
in ShowProgressWarning()
164
pgMgr_
.ShowPage(it->second.progressPage.progressPageId);
in ShowProgressPage()
178
pgMgr_
.ShowPage(it->second.resPage.successPageId);
in ShowSuccessPage()
191
pgMgr_
.ShowPage(it->second.resPage.failPageId);
in ShowFailedPage()
202
pgMgr_
.ShowPage(it->second.confirmPageId);
in ShowFactoryConfirmPage()
207
pgMgr_
.ShowMainPage();
in ShowMainpage()
234
pgMgr_
[id.pageId][id.comId].As<TextLabelAdapter>()->SetText(tag);
in ShowMsg()
239
pgMgr_
[i
in ShowMsg()
[all...]
H
A
D
updater_ui_facade.h
64
PageManager &
pgMgr_
;
member in Updater::UpdaterUiFacade
Completed in 2 milliseconds