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:NapiErrors
(Results
1 - 8
of
8
) sorted by relevance
/base/powermgr/thermal_manager/frameworks/napi/
H
A
D
napi_errors.h
27
class
NapiErrors
{
class
29
NapiErrors
() {}
in NapiErrors()
function in OHOS::PowerMgr::NapiErrors
30
NapiErrors
(ThermalErrors code) : code_(code) {}
in NapiErrors()
function in OHOS::PowerMgr::NapiErrors
H
A
D
napi_errors.cpp
21
std::map<ThermalErrors, std::string>
NapiErrors
::errorTable_ = {
27
napi_value
NapiErrors
::GetNapiError(napi_env& env) const
in GetNapiError()
55
napi_value
NapiErrors
::ThrowError(napi_env& env, ThermalErrors code)
in ThrowError()
H
A
D
thermal_manager_napi.cpp
220
NapiErrors
error;
in SubscribeThermalLevel()
247
NapiErrors
error;
in UnSubscribeThermalLevel()
/base/powermgr/power_manager/frameworks/napi/utils/
H
A
D
napi_errors.h
27
class
NapiErrors
{
class
29
NapiErrors
() {}
in NapiErrors()
function in OHOS::PowerMgr::NapiErrors
30
explicit
NapiErrors
(PowerErrors code) : code_(code) {}
in NapiErrors()
function in OHOS::PowerMgr::NapiErrors
H
A
D
napi_errors.cpp
21
std::map<PowerErrors, std::string>
NapiErrors
::errorTable_ = {
28
napi_value
NapiErrors
::GetNapiError(napi_env& env) const
in GetNapiError()
56
napi_value
NapiErrors
::ThrowError(napi_env& env, PowerErrors code)
in ThrowError()
H
A
D
async_callback_info.h
44
inline
NapiErrors
& GetError()
in GetError()
83
NapiErrors
error_;
/base/powermgr/power_manager/frameworks/napi/power/
H
A
D
power_napi.cpp
71
NapiErrors
error;
in Wakeup()
91
NapiErrors
error;
in Suspend()
123
NapiErrors
error;
in Hibernate()
150
NapiErrors
error;
in SetPowerMode()
206
NapiErrors
error;
in RebootOrShutdown()
312
NapiErrors
error;
in SetScreenOffTime()
351
NapiErrors
error;
in IsStandby()
/base/powermgr/power_manager/frameworks/napi/runninglock/
H
A
D
runninglock_napi.cpp
45
NapiErrors
error;
in Create()
68
NapiErrors
error;
in IsSupported()
90
NapiErrors
error;
in Hold()
129
NapiErrors
error;
in UnHold()
Completed in 4 milliseconds