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:isHdf
(Results
1 - 3
of
3
) sorted by relevance
/base/security/selinux_adapter/framework/tools/service_check/
H
A
D
test.cpp
37
bool
isHdf
= false;
member
46
std::cout << " -d (--
isHdf
) service or hdf_service. [eg: service_check -d]" << std::endl;
in PrintUsage()
82
input.
isHdf
= true;
in SetOptions()
119
static void TestAddService(bool
isHdf
, const std::string &serviceName)
in TestAddService()
argument
126
std::cout << GetErrStr(
isHdf
? HdfAddServiceCheck(sid.c_str(), serviceName.c_str())
in TestAddService()
133
std::cout << GetErrStr(
isHdf
? HdfAddServiceCheck(sid.c_str(), serName.c_str())
in TestAddService()
139
static void TestGetService(bool
isHdf
, const std::string &serviceName)
in TestGetService()
argument
146
std::cout << GetErrStr(
isHdf
? HdfGetServiceCheck(sid.c_str(), serviceName.c_str())
in TestGetService()
153
std::cout << GetErrStr(
isHdf
? HdfGetServiceCheck(sid.c_str(), serName.c_str())
in TestGetService()
159
static void TestGetRemoteService(bool
isHdf
, cons
argument
178
TestListService(bool
isHdf
)
TestListService()
argument
[all...]
/base/security/selinux_adapter/interfaces/policycoreutils/include/
H
A
D
service_checker.h
30
ServiceChecker(bool
isHdf
);
/base/security/selinux_adapter/framework/policycoreutils/src/
H
A
D
service_checker.cpp
194
ServiceChecker::ServiceChecker(bool
isHdf
) : isHdf_(
isHdf
)
in ServiceChecker()
argument
196
if (
isHdf
) {
in ServiceChecker()
Completed in 2 milliseconds