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:UN_SUPPORT
(Results
1 - 5
of
5
) sorted by relevance
/base/update/updateservice/foundations/model/include/
H
A
D
call_result.h
29
UN_SUPPORT
= 801,
member in OHOS::UpdateEngine::CallResult
45
constexpr int32_t INT_UN_SUPPORT = CAST_INT(CallResult::
UN_SUPPORT
);
/base/update/updateservice/services/engine/src/
H
A
D
update_service_impl_firmware.cpp
100
businessError.Build(CallResult::
UN_SUPPORT
, "pause download not support");
in PauseDownload()
109
businessError.Build(CallResult::
UN_SUPPORT
, "resume download not support");
in ResumeDownload()
H
A
D
update_service.cpp
261
businessError.Build(CallResult::
UN_SUPPORT
, "PauseDownload unsupport");
in PauseDownload()
269
businessError.Build(CallResult::
UN_SUPPORT
, "ResumeDownload unsupport");
in ResumeDownload()
/base/update/updateservice/frameworks/js/napi/update/src/
H
A
D
define_property.cpp
68
DECLARE_CALL_RESULT_PROPERTY(CallResult::
UN_SUPPORT
),
in DefineCallResult()
/base/update/updateservice/frameworks/js/napi/session/src/
H
A
D
napi_common_utils.cpp
353
return callResult == CallResult::
UN_SUPPORT
|| callResult == CallResult::NOT_SYSTEM_APP ||
in IsCommonError()
Completed in 4 milliseconds