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:NormalizeErrCode
(Results
1 - 2
of
2
) sorted by relevance
/base/sensors/sensor/frameworks/native/src/
H
A
D
sensor_agent.cpp
29
static int32_t
NormalizeErrCode
(int32_t code)
in NormalizeErrCode()
function
52
return
NormalizeErrCode
(ret);
in GetAllSensors()
62
return
NormalizeErrCode
(ret);
in ActivateSensor()
72
return
NormalizeErrCode
(ret);
in DeactivateSensor()
82
return
NormalizeErrCode
(ret);
in SetBatch()
92
return
NormalizeErrCode
(ret);
in SubscribeSensor()
102
return
NormalizeErrCode
(ret);
in UnsubscribeSensor()
117
return
NormalizeErrCode
(ret);
in SuspendSensors()
127
return
NormalizeErrCode
(ret);
in ResumeSensors()
139
return
NormalizeErrCode
(re
in GetActiveSensorInfos()
[all...]
/base/sensors/miscdevice/frameworks/native/vibrator/
H
A
D
vibrator_agent.cpp
42
static int32_t
NormalizeErrCode
(int32_t code)
in NormalizeErrCode()
function
81
return
NormalizeErrCode
(ret);
in StartVibrator()
98
return
NormalizeErrCode
(ret);
in StartVibratorOnce()
131
return
NormalizeErrCode
(ret);
in PlayVibratorCustom()
151
return
NormalizeErrCode
(ret);
in StopVibrator()
162
return
NormalizeErrCode
(ret);
in Cancel()
191
return
NormalizeErrCode
(ret);
in IsSupportEffect()
202
return
NormalizeErrCode
(ret);
in PreProcess()
213
return
NormalizeErrCode
(ret);
in GetDelayTime()
228
return
NormalizeErrCode
(re
in PlayPattern()
[all...]
Completed in 2 milliseconds