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:securityGetLabel
(Results
1 - 9
of
9
) sorted by relevance
/base/startup/init/services/param/liteos/
H
A
D
param_litedac.c
74
ops->
securityGetLabel
= NULL;
in RegisterSecurityDacOps()
80
ops->
securityGetLabel
= DacGetParamSecurityLabel;
in RegisterSecurityDacOps()
/base/startup/init/test/unittest/param/
H
A
D
dac_unittest.cpp
58
if (initParamSecurityOps.
securityGetLabel
== nullptr) {
in TestDacGetLabel()
62
ret = initParamSecurityOps.
securityGetLabel
(STARTUP_INIT_UT_PATH "/system/etc/param/ohos.para.dac");
in TestDacGetLabel()
108
if (clientParamSercurityOps.
securityGetLabel
!= nullptr) {
in TestClientDacCheckFilePermission()
/base/startup/init/services/param/adapter/
H
A
D
param_selinux.c
267
ops->
securityGetLabel
= NULL;
in RegisterSecuritySelinuxOps()
279
ops->
securityGetLabel
= SelinuxGetParamSecurityLabelForInit;
in RegisterSecuritySelinuxOps()
281
ops->
securityGetLabel
= SelinuxGetParamSecurityLabelForOther;
in RegisterSecuritySelinuxOps()
H
A
D
param_dac.c
296
ops->
securityGetLabel
= DacGetParamSecurityLabel;
in RegisterSecurityDacOps()
/base/startup/init/services/param/include/
H
A
D
param_security.h
105
int (*
securityGetLabel
)(const char *path);
member
/base/startup/init/services/param/manager/
H
A
D
param_manager.c
95
if (ops != NULL && ops->
securityGetLabel
!= NULL) {
in SystemTraversalParameter()
96
ops->
securityGetLabel
("open");
in SystemTraversalParameter()
199
if (ops != NULL && ops->
securityGetLabel
!= NULL) {
in SystemDumpParameters()
200
ops->
securityGetLabel
("open");
in SystemDumpParameters()
248
if (ops != NULL && ops->
securityGetLabel
!= NULL) {
in SysCheckParamExist()
249
ops->
securityGetLabel
("open");
in SysCheckParamExist()
H
A
D
param_server.c
276
if (ops != NULL && ops->
securityGetLabel
!= NULL) {
in LoadSecurityLabel()
277
if (ops->
securityGetLabel
(fileName) == PARAM_CODE_REACHED_MAX) {
in LoadSecurityLabel()
/base/startup/init/services/param/base/
H
A
D
param_base.c
55
PARAM_CHECK(paramSecurityOps->
securityGetLabel
!= NULL, return -1, "Invalid
securityGetLabel
");
in InitParamSecurity()
171
if (ops != NULL && ops->
securityGetLabel
!= NULL) {
in CreateWorkSpace()
172
ret = ops->
securityGetLabel
("create");
in CreateWorkSpace()
/base/startup/init/services/param/linux/
H
A
D
param_service.c
390
if (ops != NULL && ops->
securityGetLabel
!= NULL) {
in LoadSelinuxLabel()
391
ops->
securityGetLabel
(op);
in LoadSelinuxLabel()
Completed in 8 milliseconds