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:As
(Results
1 - 24
of
24
) sorted by relevance
/base/update/updater/test/unittest/updater_ui_test/view/
H
A
D
ui_view_proxy_unittest.cpp
38
viewproxy.
As
(err);
in HWTEST_F()
47
viewproxy.
As
(err);
in HWTEST_F()
51
viewproxy.
As
<Updater::TextLabelAdapter>(err);
in HWTEST_F()
62
EXPECT_NE(viewproxy.
As
<LabelBtnAdapter>(err), real);
in HWTEST_F()
66
EXPECT_EQ(viewproxy.
As
<TextLabelAdapter>(err), real);
in HWTEST_F()
77
EXPECT_NE(viewproxy.
As
<OHOS::UILabelButton>(err), real);
in HWTEST_F()
81
EXPECT_EQ(viewproxy.
As
<OHOS::UILabel>(err), real);
in HWTEST_F()
91
EXPECT_NE(viewproxy.
As
<LabelBtnAdapter>(), real);
in HWTEST_F()
92
EXPECT_EQ(viewproxy.
As
<TextLabelAdapter>(), real);
in HWTEST_F()
H
A
D
ui_page_manager_unittest.cpp
221
GetInstance()[ComInfo {pageId, comId}].
As
<TextLabelAdapter>(errMsg);
in HWTEST_F()
227
GetInstance()[ComInfo {pageId, comId}].
As
<ImgViewAdapter>(errMsg);
in HWTEST_F()
230
GetInstance()[ComInfo {"", ""}].
As
(errMsg);
in HWTEST_F()
/base/update/updater/services/ui/view/page/
H
A
D
view_proxy.h
43
T *
As
() const
in As()
function in Updater::final
46
return
As
<T>(errMsg);
in As()
49
T *
As
(std::string &errMsg) const
in As()
function in Updater::final
64
T *
As
(std::string &errMsg) const
in As()
function in Updater::final
H
A
D
sub_page.cpp
59
focusedView_ = (*basePage_)[focusedId].
As
();
in BuildSubPage()
/base/update/updater/services/ui/strategy/
H
A
D
progress_strategy.cpp
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.cpp
42
pgMgr_[id_].
As
<ImgViewAdapter>()->Start();
in Show()
47
pgMgr_[id_].
As
<ImgViewAdapter>()->Stop();
in Hide()
/base/update/updater/services/ui/
H
A
D
updater_ui_config.cpp
75
auto optStr = subCfgPathNode.
As
<std::string>();
in SelectConfig()
82
auto screenW = subCfg[WIDTH_KEY].
As
<int16_t>();
in SelectConfig()
83
auto screenH = subCfg[HEIGHT_KEY].
As
<int16_t>();
in SelectConfig()
108
auto optString = cfgNode.
As
<std::string>();
in Init()
192
isFocusEnable_ = node[FOCUS_CFG_FIELD].
As
<bool>().value_or(false);
in LoadFocusCfg()
H
A
D
updater_ui_facade.cpp
234
pgMgr_[id.pageId][id.comId].
As
<TextLabelAdapter>()->SetText(tag);
in ShowMsg()
239
pgMgr_[id.pageId][id.comId].
As
<TextLabelAdapter>()->SetText(tag);
in ShowMsg()
/base/update/updater/services/ui/control/
H
A
D
event_manager.cpp
47
auto com = pgMgr_[viewId.pageId][viewId.comId].
As
();
in Add()
59
auto com = pgMgr_[viewId.pageId][viewId.comId].
As
();
in Add()
75
auto com = pgMgr_[viewId.pageId][viewId.comId].
As
();
in Add()
/base/useriam/user_auth_framework/frameworks/native/client/src/
H
A
D
auth_message_impl.cpp
28
std::shared_ptr<AuthMessage> AuthMessage::
As
(const std::vector<uint8_t> &msg)
in As()
function in OHOS::UserIam::UserAuth::AuthMessage
/base/update/sys_installer/services/module_update/util/src/
H
A
D
module_file.cpp
116
std::optional<string> name = package["name"].
As
<string>();
in ParseHmpVersionInfo()
121
std::optional<string> version = package["version"].
As
<string>();
in ParseHmpVersionInfo()
126
std::optional<string> hotApply = package["hotApply"].
As
<string>();
in ParseHmpVersionInfo()
136
std::optional<string> apiVersion = package[HMP_API_VERSION].
As
<string>();
in ParseHmpVersionInfo()
145
std::optional<string> saSdkVersion = package[HMP_SA_SDK_VERSION].
As
<string>();
in ParseHmpVersionInfo()
175
std::optional<string> saInfoStr = saInfo.get().
As
<string>();
in ParseSaList()
222
std::optional<string> hmpType = type.
As
<string>();
in ParseModuleInfo()
H
A
D
module_update_verify.cpp
38
std::optional<std::string> hmpType = typeJson.
As
<std::string>();
in GetHmpType()
82
std::optional<std::string> tmpVersion = package[key].
As
<std::string>();
in GetPackInfoVer()
/base/useriam/user_auth_framework/interfaces/inner_api/
H
A
D
co_auth_client_defines.h
67
static std::shared_ptr<AuthMessage>
As
(const std::vector<uint8_t> &msg);
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H
A
D
executor_messenger_client_test.cpp
49
std::shared_ptr<AuthMessage> testMsg = AuthMessage::
As
(message);
in HWTEST_F()
78
std::shared_ptr<AuthMessage> testMsg = AuthMessage::
As
(message);
in HWTEST_F()
/base/update/updater/utils/json/
H
A
D
json_visitor.h
71
auto r = node.
As
<T>();
in VisitMember()
72
auto defaultR = defaultNode.
As
<T>();
in VisitMember()
H
A
D
json_node.h
61
std::optional<T>
As
() const
in As()
function in Updater::JsonNode
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H
A
D
async_command_base.cpp
111
auto data = AuthMessage::
As
(attr.Serialize());
in OnAcquireInfoInner()
144
auto data = AuthMessage::
As
(attr.Serialize());
in OnMessageInner()
/base/update/updater/services/ui/view/layout/
H
A
D
layout_parser.cpp
82
auto viewType = comNode[COMMON_TYPE].
As
<std::string>();
in ParseViewInfo()
/base/update/sys_installer/services/module_update/service/src/
H
A
D
module_update_main.cpp
447
std::optional<std::string> name = package["name"].
As
<std::string>();
in GetHmpVersion()
453
std::optional<std::string> version = package["version"].
As
<std::string>();
in GetHmpVersion()
460
std::optional<std::string> compatibleVersion = laneInfoNode["compatibleVersion"].
As
<std::string>();
in GetHmpVersion()
466
std::optional<std::string> laneCode = laneInfoNode["laneCode"].
As
<std::string>();
in GetHmpVersion()
/base/update/updater/services/ui/language/
H
A
D
language_ui.cpp
118
if (auto optionalStr = strNode[g_languageDataVars[language_]].
As
<std::string>();
in ParseJson()
/base/useriam/user_auth_framework/test/fuzztest/clients/coauthclient_fuzzer/
H
A
D
co_auth_client_fuzzer.cpp
234
auto msg = AuthMessage::
As
(testMessage);
in FuzzExecutorMessengerClientSendData()
/base/useriam/user_auth_framework/services/core/src/
H
A
D
remote_executor_proxy.cpp
342
auto msg = AuthMessage::
As
(data.Serialize());
in ProcSendDataMsg()
/base/update/updater/services/ptable_parse/
H
A
D
ptable.cpp
94
auto dataValue = ptableDataNode[dataVar.first.c_str()].
As
<uint32_t>();
in ParsePtableDataNode()
/base/update/updater/services/
H
A
D
updater_main.cpp
259
auto item = node[levelIdx].
As
<int>();
in IsBatteryCapacitySufficient()
Completed in 12 milliseconds