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
defs:ReloadForm
(Results
1 - 12
of
12
) sorted by relevance
/foundation/ability/form_fwk/interfaces/inner_api/include/
H
A
D
form_render_interface.h
64
virtual int32_t
ReloadForm
(const std::vector<FormJsInfo> &&formJsInfos, const Want &want) { return ERR_OK; }
in ReloadForm()
function in OHOS::AppExecFwk::IFormRender
/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H
A
D
mock_form_renderer_group.cpp
57
void FormRendererGroup::
ReloadForm
(const AppExecFwk::FormJsInfo& formJsInfo)
in ReloadForm()
function in OHOS::Ace::FormRendererGroup
/foundation/ability/form_fwk/interfaces/inner_api/src/
H
A
D
form_render_proxy.cpp
171
int32_t FormRenderProxy::
ReloadForm
(const std::vector<FormJsInfo> &&formJsInfos, const Want &want)
in ReloadForm()
function in OHOS::AppExecFwk::FormRenderProxy
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/
H
A
D
mock_form_render_mgr_inner.cpp
83
ErrCode FormRenderMgrInner::
ReloadForm
(const std::vector<FormRecord> &&formRecords,
in ReloadForm()
function in OHOS::AppExecFwk::FormRenderMgrInner
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H
A
D
form_renderer_group.cpp
144
void FormRendererGroup::
ReloadForm
(const AppExecFwk::FormJsInfo& formJsInfo)
in ReloadForm()
function in OHOS::Ace::FormRendererGroup
H
A
D
form_renderer.cpp
187
void FormRenderer::
ReloadForm
(const std::string& url)
in ReloadForm()
function in OHOS::Ace::FormRenderer
/foundation/ability/form_fwk/services/form_render_service/src/
H
A
D
form_render_impl.cpp
224
int32_t FormRenderImpl::
ReloadForm
(const std::vector<FormJsInfo> &&formJsInfos, const Want &want)
in ReloadForm()
function in OHOS::AppExecFwk::FormRender::FormRenderImpl
/foundation/ability/form_fwk/services/src/
H
A
D
form_render_mgr.cpp
140
ErrCode FormRenderMgr::
ReloadForm
(
in ReloadForm()
function in OHOS::AppExecFwk::FormRenderMgr
H
A
D
form_render_mgr_inner.cpp
210
ErrCode FormRenderMgrInner::
ReloadForm
(
in ReloadForm()
function in OHOS::AppExecFwk::FormRenderMgrInner
H
A
D
form_task_mgr.cpp
917
void FormTaskMgr::
ReloadForm
(const std::vector<FormRecord> &&formRecords, const Want &want,
in ReloadForm()
function in OHOS::AppExecFwk::FormTaskMgr
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H
A
D
ui_content.h
194
virtual void
ReloadForm
(const std::string& url) {};
in ReloadForm()
function in OHOS::OHOS::Ace::UIContent
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.cpp
2113
void UIContentImpl::
ReloadForm
(const std::string& url)
in ReloadForm()
function in OHOS::Ace::UIContentImpl
Completed in 19 milliseconds