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:osType
(Results
1 - 5
of
5
) sorted by relevance
/base/security/device_security_level/baselib/msglib/src/standard/
H
A
D
messenger_device_status_manager.cpp
264
uint32_t
osType
= static_cast<uint32_t>(DslmGetJsonFieldInt(handle, "OS_TYPE"));
in GetDeviceSecurityLevelByNetworkId()
local
265
SECURITY_LOG_INFO("device type is %{public}d",
osType
);
in GetDeviceSecurityLevelByNetworkId()
267
osType
= DEFAULT_TYPE;
in GetDeviceSecurityLevelByNetworkId()
270
level = static_cast<int32_t>(static_cast<uint32_t>(level) | (
osType
<< TYPE_PLACE));
in GetDeviceSecurityLevelByNetworkId()
/base/security/device_security_level/services/dslm/
H
A
D
dslm_core_defines.h
60
uint32_t
osType
;
member
H
A
D
dslm_fsm_process.c
201
uint32_t
osType
= (deviceAttributes & 0xFF00) >> TYPE_PLACE;
in ProcessDeviceOnline()
local
202
info->
osType
=
osType
;
in ProcessDeviceOnline()
203
if (level == 0 &&
osType
== DEFAULT_TYPE) {
in ProcessDeviceOnline()
H
A
D
dslm_device_list.c
163
if (info->
osType
!= DEFAULT_TYPE) {
in JudgeListDeviceType()
H
A
D
dslm_core_process.c
218
info->
osType
= DEFAULT_TYPE;
in InitSelfDeviceSecureLevel()
Completed in 4 milliseconds