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:AreaPolicy
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hiview/plugins/privacy_controller/config/
H
A
D
area_policy.cpp
25
DEFINE_LOG_TAG("
AreaPolicy
");
32
AreaPolicy
::
AreaPolicy
(const std::string& configPath)
in AreaPolicy()
function in OHOS::HiviewDFX::AreaPolicy
37
void
AreaPolicy
::Parse(const std::string& configPath)
in Parse()
59
bool
AreaPolicy
::ParseAllowedInfos(const cJSON* config)
in ParseAllowedInfos()
79
bool
AreaPolicy
::ParseAllowedInfo(const cJSON* config, int32_t regionCode)
in ParseAllowedInfo()
125
bool
AreaPolicy
::IsAllowed(std::shared_ptr<SysEvent> event) const
in IsAllowed()
130
bool
AreaPolicy
::IsAllowedLevel(std::shared_ptr<SysEvent> event) const
in IsAllowedLevel()
141
bool
AreaPolicy
::IsAllowedPrivacy(std::shared_ptr<SysEvent> event) const
in IsAllowedPrivacy()
146
bool
AreaPolicy
[all...]
/base/hiviewdfx/hiview/plugins/privacy_controller/config/include/
H
A
D
area_policy.h
30
class
AreaPolicy
{
class
32
AreaPolicy
(const std::string& configPath);
33
~
AreaPolicy
() = default;
/base/hiviewdfx/hiview/plugins/privacy_controller/test/unittest/common/
H
A
D
privacy_controller_test.cpp
103
AreaPolicy
areaPolicy(CONFIG_PATH1);
in HWTEST_F()
126
AreaPolicy
areaPolicy(CONFIG_PATH2);
in HWTEST_F()
152
AreaPolicy
areaPolicy(CONFIG_PATH3);
in HWTEST_F()
175
AreaPolicy
areaPolicy(CONFIG_PATH4);
in HWTEST_F()
197
AreaPolicy
areaPolicy(CONFIG_PATH5);
in HWTEST_F()
/base/hiviewdfx/hiview/plugins/privacy_controller/include/
H
A
D
privacy_controller.h
33
std::unique_ptr<
AreaPolicy
> areaPolicy_;
/base/hiviewdfx/hiview/plugins/privacy_controller/
H
A
D
privacy_controller.cpp
41
areaPolicy_ = std::make_unique<
AreaPolicy
>(configPath.append(configFileName));
in InitAreaPolicy()
Completed in 2 milliseconds