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:AceFormAbility
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_form_ability.cpp
48
const std::string
AceFormAbility
::START_PARAMS_KEY = "__startParams";
49
const std::string
AceFormAbility
::URI = "url";
51
REGISTER_AA(
AceFormAbility
)
53
AceFormAbility
::
AceFormAbility
()
in AceFormAbility()
function in OHOS::Ace::AceFormAbility
58
void
AceFormAbility
::LoadFormEnv(const OHOS::AAFwk::Want& want)
in LoadFormEnv()
110
OHOS::AppExecFwk::FormProviderInfo
AceFormAbility
::OnCreate(const OHOS::AAFwk::Want& want)
in OnCreate()
117
TAG_LOGI(AceLogTag::ACE_FORM, "
AceFormAbility
OnCreate formId = %{public}s, formData: %{public}s", formId.c_str(),
in OnCreate()
122
void
AceFormAbility
::OnDelete(const int64_t formId)
in OnDelete()
124
TAG_LOGI(AceLogTag::ACE_FORM, "
AceFormAbility
OnDelet
in OnDelete()
[all...]
H
A
D
ace_form_ability.h
29
class
AceFormAbility
final : public OHOS::AppExecFwk::Ability {
31
AceFormAbility
();
32
virtual ~
AceFormAbility
() = default;
Completed in 2 milliseconds