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:FormTrustMgr
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/form_fwk/services/src/
H
A
D
form_trust_mgr.cpp
28
FormTrustMgr
::
FormTrustMgr
()
in FormTrustMgr()
function in OHOS::AppExecFwk::FormTrustMgr
40
FormTrustMgr
::~
FormTrustMgr
()
in ~FormTrustMgr()
45
bool
FormTrustMgr
::IsTrust(const std::string &bundleName)
in IsTrust()
56
void
FormTrustMgr
::GetUntrustAppNameList(std::string &result)
in GetUntrustAppNameList()
68
void
FormTrustMgr
::MarkTrustFlag(const std::string &bundleName, bool isTrust)
in MarkTrustFlag()
H
A
D
form_event_util.cpp
71
FormTrustMgr
::GetInstance().MarkTrustFlag(bundleName, true);
in HandleBundleFormInfoChanged()
149
FormTrustMgr
::GetInstance().MarkTrustFlag(bundleName, true);
in HandleBundleFormInfoRemoved()
H
A
D
form_render_mgr.cpp
376
FormTrustMgr
::GetInstance().MarkTrustFlag(bundleName, false);
in OnRenderingBlock()
H
A
D
form_render_mgr_inner.cpp
568
FormTrustMgr
::GetInstance().MarkTrustFlag(bundleName, false);
in OnRenderingBlock()
H
A
D
form_mgr_service.cpp
1409
FormTrustMgr
::GetInstance().GetUntrustAppNameList(result);
in HiDumpFormBlockedApps()
H
A
D
form_data_mgr.cpp
2490
if (!
FormTrustMgr
::GetInstance().IsTrust(formRecord.second.bundleName)) {
in GetRecordsByFormType()
H
A
D
form_mgr_adapter.cpp
161
if (!
FormTrustMgr
::GetInstance().IsTrust(formItemInfo.GetProviderBundleName())) {
in AddForm()
/foundation/ability/form_fwk/services/include/
H
A
D
form_trust_mgr.h
29
* @class
FormTrustMgr
32
class
FormTrustMgr
final : public DelayedRefSingleton<
FormTrustMgr
> {
33
DECLARE_DELAYED_REF_SINGLETON(
FormTrustMgr
)
35
DISALLOW_COPY_AND_MOVE(
FormTrustMgr
);
Completed in 17 milliseconds