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:clientRecords_
(Results
1 - 5
of
5
) 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
125
* @tc.info:
clientRecords_
is empty.
144
*
clientRecords_
is exist, but no formRecords.
155
// create
clientRecords_
in HWTEST_F()
160
FormDataMgr::GetInstance().
clientRecords_
.push_back(formHostRecord);
in HWTEST_F()
184
// create
clientRecords_
in HWTEST_F()
189
FormDataMgr::GetInstance().
clientRecords_
.push_back(formHostRecord);
in HWTEST_F()
222
// create
clientRecords_
in HWTEST_F()
228
FormDataMgr::GetInstance().
clientRecords_
.push_back(formHostRecord);
in HWTEST_F()
244
EXPECT_EQ(false, FormDataMgr::GetInstance().
clientRecords_
.at(0).IsNeedRefresh(formId));
in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H
A
D
form_data_mgr.cpp
120
for (auto &record :
clientRecords_
) {
in AllotFormHostRecord()
131
clientRecords_
.emplace_back(hostRecord);
in AllotFormHostRecord()
275
for (auto itHostRecord =
clientRecords_
.begin(); itHostRecord !=
clientRecords_
.end(); itHostRecord++) {
in RecycleAllRecyclableForms()
294
for (auto itHostRecord =
clientRecords_
.begin(); itHostRecord !=
clientRecords_
.end(); itHostRecord++) {
in RecycleForms()
610
for (auto &record :
clientRecords_
) {
in GetFormHostRecord()
620
for (auto &record :
clientRecords_
) {
in GetFormHostRemoteObj()
638
for (iter =
clientRecords_
.begin(); iter !=
clientRecords_
in DeleteHostRecord()
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H
A
D
fms_form_data_mgr_test.cpp
78
if (!formDataMgr_.
clientRecords_
.empty()) {
in TearDown()
79
formDataMgr_.
clientRecords_
.erase(formDataMgr_.
clientRecords_
.begin(), formDataMgr_.
clientRecords_
.end());
in TearDown()
359
*
clientRecords_
is include token_.
372
// create
clientRecords_
in HWTEST_F()
375
formDataMgr_.
clientRecords_
.push_back(formHostRecord);
in HWTEST_F()
378
EXPECT_EQ(true, formDataMgr_.
clientRecords_
.begin()->forms_[formId]);
in HWTEST_F()
388
*
clientRecords_
is not include token_.
412
*
clientRecords_
i
[all...]
/foundation/ability/form_fwk/services/include/
H
A
D
form_data_mgr.h
873
std::vector<FormHostRecord>
clientRecords_
;
member in OHOS::AppExecFwk::final
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H
A
D
fms_form_share_mgr_test.cpp
2260
formDataMgr.
clientRecords_
.push_back(formHostRecord);
in HWTEST_F()
2545
formDataMgr.
clientRecords_
.emplace_back(formHostRecord);
in HWTEST_F()
2566
formDataMgr.
clientRecords_
.emplace_back(formHostRecord);
in HWTEST_F()
3050
formDataMgr.
clientRecords_
.emplace_back(formHostRecord);
in HWTEST_F()
3069
formDataMgr.
clientRecords_
.emplace_back(formHostRecord);
in HWTEST_F()
3092
formDataMgr.
clientRecords_
.emplace_back(formHostRecord);
in HWTEST_F()
3114
formDataMgr.
clientRecords_
.emplace_back(formHostRecord);
in HWTEST_F()
Completed in 14 milliseconds