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:hapSourceDirs
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_lifecycle_update_test/
H
A
D
fms_form_mgr_lifecycle_update_test.cpp
90
// create
hapSourceDirs
in InitFormItemInfo()
91
std::vector<std::string>
hapSourceDirs
;
in InitFormItemInfo()
local
93
hapSourceDirs
.emplace_back(hapSourceDir);
in InitFormItemInfo()
101
formItemInfo.SetHapSourceDirs(
hapSourceDirs
);
in InitFormItemInfo()
/foundation/ability/form_fwk/services/include/
H
A
D
form_record.h
52
std::vector<std::string>
hapSourceDirs
;
member in OHOS::AppExecFwk::FormRecord
H
A
D
form_item_info.h
173
* @param
hapSourceDirs
Hap source dirs.
175
void SetHapSourceDirs(const std::vector<std::string> &
hapSourceDirs
);
/foundation/ability/form_fwk/services/src/
H
A
D
form_item_info.cpp
141
* @param
hapSourceDirs
Hap source dirs.
143
void FormItemInfo::SetHapSourceDirs(const std::vector<std::string> &
hapSourceDirs
)
in SetHapSourceDirs()
argument
145
hapSourceDirs_ =
hapSourceDirs
;
in SetHapSourceDirs()
H
A
D
form_dump_mgr.cpp
177
if (!formRecordInfo.
hapSourceDirs
.empty()) {
in DumpFormInfo()
178
formInfo += "
hapSourceDirs
[";
in DumpFormInfo()
179
for (const auto &hapDir : formRecordInfo.
hapSourceDirs
) {
in DumpFormInfo()
H
A
D
form_event_util.cpp
61
formRecord.
hapSourceDirs
.clear();
in UpdateRecordByBundleInfo()
64
formRecord.
hapSourceDirs
.emplace_back(item.moduleSourceDir);
in UpdateRecordByBundleInfo()
H
A
D
form_data_mgr.cpp
207
formInfo.GetHapSourceDirs(newRecord.
hapSourceDirs
);
in CreateFormRecord()
/foundation/ability/form_fwk/test/unittest/fms_form_db_record_test/
H
A
D
fms_form_db_record_test.cpp
55
formRecord_.
hapSourceDirs
.emplace_back("hapSourceDirs1");
in InitFormRecord()
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H
A
D
fms_form_data_mgr_test.cpp
92
// create
hapSourceDirs
in InitFormItemInfo()
93
std::vector<std::string>
hapSourceDirs
;
in InitFormItemInfo()
local
95
hapSourceDirs
.emplace_back(hapSourceDir);
in InitFormItemInfo()
103
form_item_info.SetHapSourceDirs(
hapSourceDirs
);
in InitFormItemInfo()
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H
A
D
fms_form_share_mgr_test.cpp
2099
formInfo.
hapSourceDirs
.emplace_back("aaa");
in HWTEST_F()
2135
formRecordInfo.
hapSourceDirs
.emplace_back("aaa");
in HWTEST_F()
Completed in 26 milliseconds