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:IsRdDevice
(Results
1 - 6
of
6
) sorted by relevance
/base/security/code_signature/services/key_enable/src/
H
A
D
cert_utils.rs
30
fn
IsRdDevice
() -> bool;
in IsRdDevice()
functions
37
if env!("support_openharmony_ca") == "on" || unsafe {
IsRdDevice
() } {
in get_trusted_certs()
43
if env!("code_signature_debuggable") == "on" || unsafe {
IsRdDevice
() } {
in get_trusted_certs()
56
if env!("code_signature_debuggable") == "on" || unsafe {
IsRdDevice
() } {
in get_cert_path()
H
A
D
cert_path_utils.rs
22
fn
IsRdDevice
() -> bool;
in IsRdDevice()
functions
403
if env!("support_openharmony_ca") == "on" || unsafe {
IsRdDevice
() } {
in convert_cert_type()
409
if env!("support_openharmony_ca") == "on" || unsafe {
IsRdDevice
() } {
in convert_cert_type()
H
A
D
profile_utils.rs
86
fn
IsRdDevice
() -> bool;
in IsRdDevice()
functions
344
let check_udid = unsafe { !
IsRdDevice
() };
in process_profile()
/base/security/code_signature/services/key_enable/utils/include/
H
A
D
key_utils.h
43
bool
IsRdDevice
();
/base/security/code_signature/test/unittest/
H
A
D
key_enable_utils_test.cpp
47
EXPECT_EQ(
IsRdDevice
(), true);
in HWTEST_F()
/base/security/code_signature/services/key_enable/utils/src/
H
A
D
devices_security.cpp
95
bool
IsRdDevice
()
in IsRdDevice()
function
Completed in 3 milliseconds