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:trust
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/checker/
H
A
D
system_checker.cpp
37
bool SystemChecker::SetTrustInfo(const CheckerManager::Trust &
trust
)
in SetTrustInfo()
argument
39
trusts_[
trust
.bundleName] =
trust
.appId;
in SetTrustInfo()
H
A
D
bundle_checker.cpp
48
bool BundleChecker::SetTrustInfo(const CheckerManager::Trust &
trust
)
in SetTrustInfo()
argument
50
trusts_[
trust
.bundleName] =
trust
.appId;
in SetTrustInfo()
H
A
D
bundle_checker.h
26
bool SetTrustInfo(const CheckerManager::Trust &
trust
) override;
H
A
D
system_checker.h
27
bool SetTrustInfo(const CheckerManager::Trust &
trust
) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/
H
A
D
bootstrap.cpp
91
for (const auto &
trust
: checkers->trusts) {
in LoadCheckers()
92
auto *checker = CheckerManager::GetInstance().GetChecker(
trust
.checker);
in LoadCheckers()
96
checker->SetTrustInfo(
trust
);
in LoadCheckers()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H
A
D
checker_mock.h
28
bool SetTrustInfo(const CheckerManager::Trust &
trust
) override;
H
A
D
checker_mock.cpp
38
bool CheckerMock::SetTrustInfo(const CheckerManager::Trust &
trust
)
in SetTrustInfo()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/checker/
H
A
D
checker_manager.h
43
virtual bool SetTrustInfo(const Trust &
trust
) = 0;
Completed in 4 milliseconds