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:enforce
(Results
1 - 6
of
6
) sorted by relevance
/base/security/selinux_adapter/framework/policycoreutils/src/
H
A
D
load_policy.cpp
175
int oldEnforceState = security_getenforce(); // get from /sys/fs/selinux/
enforce
in SetEnforceState()
193
int
enforce
;
in GetEnforceConfig()
local
195
enforce
= cmdConfig;
in GetEnforceConfig()
197
enforce
= fileConfig;
in GetEnforceConfig()
199
enforce
= 0;
in GetEnforceConfig()
201
selinux_log(SELINUX_INFO, "Get
enforce
config %d\n",
enforce
);
in GetEnforceConfig()
202
return
enforce
;
in GetEnforceConfig()
/base/security/device_security_level/services/dslm/
H
A
D
dslm_fsm_process.c
54
static bool CheckTimesAndSendCredRequest(DslmDeviceInfo *info, bool
enforce
);
115
static bool CheckTimesAndSendCredRequest(DslmDeviceInfo *info, bool
enforce
)
in CheckTimesAndSendCredRequest()
argument
125
if (!
enforce
&& info->queryTimes > MAX_SEND_TIMES) {
in CheckTimesAndSendCredRequest()
225
bool
enforce
= (para != NULL);
in ProcessSendCredRequest()
local
226
return CheckTimesAndSendCredRequest(info,
enforce
);
in ProcessSendCredRequest()
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
tel_ril_data_parcel.h
345
int32_t
enforce
= 0;
member
/base/telephony/ril_adapter/interfaces/innerkits/include/
H
A
D
hril_vendor_data_defs.h
345
int32_t
enforce
;
member
/base/telephony/ril_adapter/services/hril/src/
H
A
D
hril_data.cpp
208
hrilDataPerformanceInfo.
enforce
= dataPerformanceInfo.
enforce
;
in SendDataPerformanceMode()
209
TELEPHONY_LOGI("SendDataPerformanceMode: performanceEnable=%{public}d
enforce
=%{public}d",
in SendDataPerformanceMode()
210
hrilDataPerformanceInfo.performanceEnable, hrilDataPerformanceInfo.
enforce
);
in SendDataPerformanceMode()
/base/telephony/ril_adapter/test/unittest/
H
A
D
ril_interface_test.cpp
979
cout << "please enter the
enforce
:";
in SendDataPerformanceModeTest()
980
cin >> dataPerformanceInfo.
enforce
;
in SendDataPerformanceModeTest()
Completed in 9 milliseconds