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:formBundleType
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/form_fwk/interfaces/inner_api/include/
H
A
D
running_form_info.h
46
BundleType
formBundleType
= BundleType::APP;
member
/foundation/ability/form_fwk/services/src/
H
A
D
form_dump_mgr.cpp
261
AppendBundleType(info.
formBundleType
, infosResult);
in AppendRunningFormInfos()
358
void FormDumpMgr::AppendBundleType(const BundleType
formBundleType
, std::string &formInfo) const
in AppendBundleType()
argument
360
formInfo += "
formBundleType
";
in AppendBundleType()
361
if (
formBundleType
== BundleType::APP) {
in AppendBundleType()
363
} else if (
formBundleType
== BundleType::ATOMIC_SERVICE) {
in AppendBundleType()
H
A
D
form_item_info.cpp
602
void FormItemInfo::SetFormBundleType(BundleType
formBundleType
)
in SetFormBundleType()
argument
604
bundleType_ =
formBundleType
;
in SetFormBundleType()
H
A
D
form_data_mgr.cpp
206
newRecord.
formBundleType
= formInfo.GetFormBundleType();
in CreateFormRecord()
1971
runningFormInfo.
formBundleType
= formRecord.
formBundleType
;
in FillBasicRunningFormInfoByFormRecord()
2499
if (formRecord.second.
formBundleType
!= BundleType::APP) {
in GetRecordsByFormType()
2503
if (formRecord.second.
formBundleType
!= BundleType::ATOMIC_SERVICE) {
in GetRecordsByFormType()
/foundation/ability/form_fwk/services/include/
H
A
D
form_dump_mgr.h
115
void AppendBundleType(const BundleType
formBundleType
, std::string &formInfo) const;
H
A
D
form_record.h
80
BundleType
formBundleType
= BundleType::APP;
member in OHOS::AppExecFwk::FormRecord
H
A
D
form_item_info.h
417
* @param
formBundleType
formBundleType
419
void SetFormBundleType(BundleType
formBundleType
);
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H
A
D
fms_form_data_mgr_test.cpp
3331
record1.
formBundleType
= BundleType::APP;
in HWTEST_F()
3337
record2.
formBundleType
= BundleType::ATOMIC_SERVICE;
in HWTEST_F()
3343
record3.
formBundleType
= BundleType::ATOMIC_SERVICE;
in HWTEST_F()
3349
record4.
formBundleType
= BundleType::APP;
in HWTEST_F()
3355
record5.
formBundleType
= BundleType::ATOMIC_SERVICE;
in HWTEST_F()
Completed in 15 milliseconds