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:checkers_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/checker/
H
A
D
checker_manager.cpp
27
if (
checkers_
.find(checker) !=
checkers_
.end()) {
in LoadCheckers()
39
checkers_
[checker] = bundleChecker;
in LoadCheckers()
52
for (auto &[name, checker] :
checkers_
) {
in GetAppId()
67
for (auto &[name, checker] :
checkers_
) {
in IsValid()
81
for (auto &[name, checker] :
checkers_
) {
in IsDistrust()
95
for (auto &[name, checker] :
checkers_
) {
in IsSwitches()
108
auto it =
checkers_
.find(checker);
in GetChecker()
109
if (it ==
checkers_
.end()) {
in GetChecker()
118
for (auto &[name, checker] :
checkers_
) {
in GetDynamicStores()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/
H
A
D
checker_manager.cpp
37
if (this->
checkers_
.find(key) != this->
checkers_
.end()) {
in LoadCheckers()
44
this->
checkers_
[key] = checker;
in LoadCheckers()
51
auto it =
checkers_
.find(DATA_CHECKER);
in IsValid()
52
if (it ==
checkers_
.end()) {
in IsValid()
H
A
D
checker_manager.h
46
std::map<std::string, Checker *>
checkers_
;
member in OHOS::UDMF::CheckerManager
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/checker/
H
A
D
checker_manager.h
72
std::map<std::string, Checker *>
checkers_
;
member in OHOS::DistributedData::CheckerManager
Completed in 2 milliseconds