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:distrust
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/checker/
H
A
D
system_checker.cpp
43
bool SystemChecker::SetDistrustInfo(const CheckerManager::Distrust &
distrust
)
in SetDistrustInfo()
argument
45
distrusts_[
distrust
.bundleName] =
distrust
.appId;
in SetDistrustInfo()
H
A
D
bundle_checker.cpp
54
bool BundleChecker::SetDistrustInfo(const CheckerManager::Distrust &
distrust
)
in SetDistrustInfo()
argument
56
distrusts_[
distrust
.bundleName] =
distrust
.appId;
in SetDistrustInfo()
H
A
D
bundle_checker.h
27
bool SetDistrustInfo(const CheckerManager::Distrust &
distrust
) override;
H
A
D
system_checker.h
28
bool SetDistrustInfo(const CheckerManager::Distrust &
distrust
) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/
H
A
D
bootstrap.cpp
98
for (const auto &
distrust
: checkers->distrusts) {
in LoadCheckers()
99
auto *checker = CheckerManager::GetInstance().GetChecker(
distrust
.checker);
in LoadCheckers()
103
checker->SetDistrustInfo(
distrust
);
in LoadCheckers()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H
A
D
checker_mock.h
31
bool SetDistrustInfo(const CheckerManager::Distrust &
distrust
) override;
H
A
D
checker_mock.cpp
53
bool CheckerMock::SetDistrustInfo(const CheckerManager::Distrust &
distrust
)
in SetDistrustInfo()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/checker/
H
A
D
checker_manager.h
44
virtual bool SetDistrustInfo(const Distrust &
distrust
) = 0;
Completed in 3 milliseconds