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:ERR_FAILURE
(Results
1 - 6
of
6
) sorted by relevance
/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H
A
D
battery_srv_errors.h
23
ERR_FAILURE
= 1,
member in OHOS::PowerMgr::BatteryError
/base/powermgr/power_manager/interfaces/inner_api/native/include/
H
A
D
power_errors.h
23
ERR_FAILURE
= 1,
member in OHOS::PowerMgr::PowerErrors
/base/powermgr/power_manager/frameworks/napi/utils/
H
A
D
napi_errors.h
40
code_ != PowerErrors::
ERR_FAILURE
;
in IsError()
/base/powermgr/battery_manager/frameworks/napi/include/
H
A
D
napi_error.h
40
code_ != BatteryError::
ERR_FAILURE
;
in IsError()
/base/powermgr/battery_manager/services/native/src/
H
A
D
battery_service.cpp
514
return BatteryError::
ERR_FAILURE
;
in SetBatteryConfig()
517
BatteryError::ERR_OK : BatteryError::
ERR_FAILURE
;
in SetBatteryConfig()
531
return BatteryError::
ERR_FAILURE
;
in GetBatteryConfig()
537
return BatteryError::
ERR_FAILURE
;
in GetBatteryConfig()
554
return BatteryError::
ERR_FAILURE
;
in IsBatteryConfigSupported()
560
return BatteryError::
ERR_FAILURE
;
in IsBatteryConfigSupported()
/base/powermgr/power_manager/services/native/src/
H
A
D
power_mgr_service.cpp
938
PowerErrors::ERR_OK : PowerErrors::
ERR_FAILURE
;
in OverrideScreenOffTime()
950
PowerErrors::ERR_OK : PowerErrors::
ERR_FAILURE
;
in RestoreScreenOffTime()
998
return PowerErrors::
ERR_FAILURE
;
in ForceSuspendDevice()
1018
return PowerErrors::
ERR_FAILURE
;
in Hibernate()
1029
return ret ? PowerErrors::ERR_OK : PowerErrors::
ERR_FAILURE
;
in Hibernate()
1032
return PowerErrors::
ERR_FAILURE
;
in Hibernate()
Completed in 7 milliseconds