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:IsFormCached
(Results
1 - 12
of
12
) sorted by relevance
/foundation/ability/form_fwk/services/include/
H
A
D
form_provider_mgr.h
136
bool
IsFormCached
(const FormRecord &record);
H
A
D
form_data_mgr.h
826
bool
IsFormCached
(const FormRecord record);
H
A
D
form_mgr_adapter.h
840
bool
IsFormCached
(const FormRecord record);
/foundation/ability/form_fwk/test/fuzztest/formmgradaptertwo_fuzzer/
H
A
D
formmgradaptertwo_fuzzer.cpp
68
formMgrAdapter.
IsFormCached
(record);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formdatamgrthree_fuzzer/
H
A
D
formdatamgrthree_fuzzer.cpp
75
formDataMgr.
IsFormCached
(formRecord);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/
H
A
D
formprovidermgr_fuzzer.cpp
94
formProviderMgr.
IsFormCached
(record);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H
A
D
form_provider_mgr.cpp
71
if (
IsFormCached
(formRecord)) {
in AcquireForm()
551
bool FormProviderMgr::
IsFormCached
(const FormRecord &record)
in IsFormCached()
function in OHOS::AppExecFwk::FormProviderMgr
H
A
D
form_data_mgr.cpp
1218
if (
IsFormCached
(formRecord)) {
in HandleUpdateHostFormFlag()
1408
bool FormDataMgr::
IsFormCached
(const FormRecord record)
in IsFormCached()
function in OHOS::AppExecFwk::FormDataMgr
H
A
D
form_mgr_adapter.cpp
2688
bool FormMgrAdapter::
IsFormCached
(const FormRecord record)
in IsFormCached()
function in OHOS::AppExecFwk::FormMgrAdapter
/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_new_leg_test/
H
A
D
fms_form_provider_data_new_leg_test.cpp
807
* @tc.desc: test
IsFormCached
function.
816
EXPECT_EQ(false, formProviderMgr.
IsFormCached
(record));
in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H
A
D
fms_form_mgr_adapter_test.cpp
1265
* @tc.desc: test
IsFormCached
function.
1274
EXPECT_EQ(false, formMgrAdapter.
IsFormCached
(record));
in HWTEST_F()
1280
* @tc.desc: test
IsFormCached
function.
1289
EXPECT_EQ(true, formMgrAdapter.
IsFormCached
(record));
in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H
A
D
fms_form_data_mgr_test.cpp
3884
* @tc.name:
IsFormCached
3892
bool result = formDataMgr_.
IsFormCached
(record);
in HWTEST_F()
3899
* @tc.name:
IsFormCached
3907
bool result = formDataMgr_.
IsFormCached
(record);
in HWTEST_F()
Completed in 27 milliseconds