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:hapDomainInfo
(Results
1 - 5
of
5
) sorted by relevance
/base/startup/appspawn/modules/common/
H
A
D
appspawn_adapter.cpp
110
HapDomainInfo
hapDomainInfo
;
in SetSelinuxCon()
local
111
hapDomainInfo
.apl = msgDomainInfo->apl;
in SetSelinuxCon()
112
hapDomainInfo
.packageName = GetBundleName(property);
in SetSelinuxCon()
113
hapDomainInfo
.hapFlags = msgDomainInfo->hapFlags;
in SetSelinuxCon()
115
hapDomainInfo
.hapFlags |= SELINUX_HAP_DEBUGGABLE;
in SetSelinuxCon()
118
hapDomainInfo
.hapFlags |= SELINUX_HAP_DLP;
in SetSelinuxCon()
121
hapDomainInfo
.hapFlags |= SELINUX_HAP_INPUT_ISOLATE;
in SetSelinuxCon()
123
int32_t ret = hapContext.HapDomainSetcontext(
hapDomainInfo
);
in SetSelinuxCon()
/base/security/selinux_adapter/framework/tools/hap_restorecon/
H
A
D
test.cpp
145
HapDomainInfo
hapDomainInfo
{
in main()
150
res = test.HapDomainSetcontext(
hapDomainInfo
);
in main()
/base/security/selinux_adapter/framework/policycoreutils/src/
H
A
D
hap_restorecon.cpp
477
int HapContext::HapDomainSetcontext(HapDomainInfo&
hapDomainInfo
)
in HapDomainSetcontext()
argument
479
if (
hapDomainInfo
.apl.empty() || !CheckApl(
hapDomainInfo
.apl)) {
in HapDomainSetcontext()
499
int res = HapContextsLookup(true,
hapDomainInfo
.apl,
hapDomainInfo
.packageName, con,
hapDomainInfo
.hapFlags);
in HapDomainSetcontext()
514
hapDomainInfo
.packageName.c_str(), oldTypeContext, typeContext);
in HapDomainSetcontext()
530
selinux_log(SELINUX_INFO, "Hap setcon finish for %s\n",
hapDomainInfo
.packageName.c_str());
in HapDomainSetcontext()
/base/security/selinux_adapter/interfaces/policycoreutils/include/
H
A
D
hap_restorecon.h
62
int HapDomainSetcontext(HapDomainInfo&
hapDomainInfo
);
/base/startup/appspawn/test/mock/
H
A
D
app_spawn_stub.cpp
78
int HapContext::HapDomainSetcontext(HapDomainInfo &
hapDomainInfo
)
in HapDomainSetcontext()
argument
Completed in 3 milliseconds