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:shareInfo_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/form_fwk/services/src/
H
A
D
form_share_mgr.cpp
132
if (
shareInfo_
.find(formShareInfoKey) !=
shareInfo_
.end()) {
in HandleRecvFormShareInfoFromRemoteTask()
136
if (
shareInfo_
.size() > FORM_SHARE_INFO_MAX_SIZE) {
in HandleRecvFormShareInfoFromRemoteTask()
141
shareInfo_
.emplace(formShareInfoKey, info);
in HandleRecvFormShareInfoFromRemoteTask()
305
shareInfo_
.erase(formShareInfoKey);
in RemoveFormShareInfo()
346
auto it =
shareInfo_
.find(formShareInfoKey);
in OnInstallFinished()
347
if (it ==
shareInfo_
.end()) {
in OnInstallFinished()
398
auto it =
shareInfo_
.find(formShareInfoKey);
in AddProviderData()
399
if (it ==
shareInfo_
.end()) {
in AddProviderData()
520
auto it =
shareInfo_
in IsShareForm()
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H
A
D
fms_form_share_mgr_test.cpp
203
DelayedSingleton<FormShareMgr>::GetInstance()->
shareInfo_
.clear();
in ClearFormShareMgrMapData()
286
DelayedSingleton<FormShareMgr>::GetInstance()->
shareInfo_
.clear();
in HWTEST_F()
314
DelayedSingleton<FormShareMgr>::GetInstance()->
shareInfo_
.emplace(key, info);
in HWTEST_F()
319
DelayedSingleton<FormShareMgr>::GetInstance()->
shareInfo_
.erase(key);
in HWTEST_F()
701
DelayedSingleton<FormShareMgr>::GetInstance()->
shareInfo_
.clear();
in HWTEST_F()
724
DelayedSingleton<FormShareMgr>::GetInstance()->
shareInfo_
.emplace(key, info);
in HWTEST_F()
732
DelayedSingleton<FormShareMgr>::GetInstance()->
shareInfo_
.clear();
in HWTEST_F()
746
DelayedSingleton<FormShareMgr>::GetInstance()->
shareInfo_
.clear();
in HWTEST_F()
3658
DelayedSingleton<FormShareMgr>::GetInstance()->
shareInfo_
.clear();
in HWTEST_F()
3682
DelayedSingleton<FormShareMgr>::GetInstance()->
shareInfo_
in HWTEST_F()
[all...]
/foundation/ability/form_fwk/services/include/
H
A
D
form_share_mgr.h
156
std::map<std::string, FormShareInfo>
shareInfo_
;
member in OHOS::AppExecFwk::final
/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_new_leg_test/
H
A
D
fms_form_provider_data_new_leg_test.cpp
354
formShareMgr.
shareInfo_
.emplace(formShareInfoKey, formShareInfo);
in HWTEST_F()
Completed in 11 milliseconds