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:GetDepth
(Results
1 - 8
of
8
) sorted by relevance
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H
A
D
scan_parameters.h
46
[[nodiscard]] int32_t
GetDepth
() const;
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/include/service/
H
A
D
policy_info_manager.h
210
int64_t
GetDepth
(const std::string &path);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
scan_parameters_helper.cpp
38
NapiScanUtils::SetInt32Property(env, jsObj, PARAM_SCAN_PARA_DEPTH, para.
GetDepth
());
in MakeJsObject()
H
A
D
scan_parameters.cpp
115
int32_t ScanParameters::
GetDepth
() const
in GetDepth()
function in OHOS::Scan::ScanParameters
/base/accesscontrol/sandbox_manager/services/sandbox_manager/test/unittest/
H
A
D
policy_info_manager_test.cpp
245
int64_t searchDepth = PolicyInfoManager::GetInstance().
GetDepth
(searchPolicy.path);
in HWTEST_F()
246
int64_t referDepth = PolicyInfoManager::GetInstance().
GetDepth
(referPolicy.path);
in HWTEST_F()
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/service/
H
A
D
policy_info_manager.cpp
267
uint64_t searchDepth = static_cast<uint64_t>(
GetDepth
(policy.path));
in MatchSinglePolicy()
720
generic.Put(PolicyFiledConst::FIELD_DEPTH,
GetDepth
(path));
in TransferPolicyToGeneric()
730
int64_t PolicyInfoManager::
GetDepth
(const std::string &path)
in GetDepth()
function in OHOS::AccessControl::SandboxManager::PolicyInfoManager
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H
A
D
scanhelper_fuzzer.cpp
267
depth = scanPara.
GetDepth
();
in TestSetDepth()
/base/print/print_fwk/services/scan_service/src/
H
A
D
scan_service_ability.cpp
1883
if (parm.
GetDepth
() != 1) {
in WritePicData()
Completed in 8 milliseconds