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:formRecord_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/form_fwk/test/unittest/fms_form_db_record_test/
H
A
D
fms_form_db_record_test.cpp
35
FormRecord
formRecord_
;
member in __anon1315::FmsFormDbRecordTest
41
formRecord_
.isInited = false;
in InitFormRecord()
42
formRecord_
.needFreeInstall = false;
in InitFormRecord()
43
formRecord_
.versionUpgrade = false;
in InitFormRecord()
44
formRecord_
.needRefresh = false;
in InitFormRecord()
45
formRecord_
.packageName = "TestPackageName";
in InitFormRecord()
46
formRecord_
.bundleName = "TestBundleName";
in InitFormRecord()
47
formRecord_
.moduleName = "TestModuleName";
in InitFormRecord()
48
formRecord_
.abilityName = "TestAbilityName";
in InitFormRecord()
49
formRecord_
in InitFormRecord()
[all...]
/foundation/ability/form_fwk/services/src/
H
A
D
form_render_connection.cpp
35
const FormRecord &formRecord, const WantParams &wantParams) :
formRecord_
(formRecord), wantParams_(wantParams)
in FormRenderConnection()
53
if (!FormBmsHelper::GetInstance().GetCompileMode(
formRecord_
.bundleName,
formRecord_
.moduleName,
in OnAbilityConnectDone()
54
formRecord_
.providerUserId, compileMode)) {
in OnAbilityConnectDone()
59
FormRecord newRecord(
formRecord_
);
in OnAbilityConnectDone()
62
if (FormCacheMgr::GetInstance().GetData(
formRecord_
.formId, cacheData, imageDataMap)) {
in OnAbilityConnectDone()
83
FormRenderMgr::GetInstance().RemoveConnection(GetFormId(),
formRecord_
);
in OnAbilityDisconnectDone()
local
105
formRecord_
= formRecord;
in UpdateFormRecord()
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/
H
A
D
mock_form_data_mgr.cpp
33
FormRecord
formRecord_
;
in GetFormRecord()
local
34
formRecord_
.formId = 100;
in GetFormRecord()
35
formRecord =
formRecord_
;
in GetFormRecord()
/foundation/ability/form_fwk/services/include/
H
A
D
form_render_connection.h
75
FormRecord
formRecord_
;
member in OHOS::AppExecFwk::FormRenderConnection
Completed in 1 milliseconds