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:INT_CALL_IPC_ERR
(Results
1 - 5
of
5
) sorted by relevance
/base/update/updateservice/foundations/model/include/
H
A
D
call_result.h
47
constexpr int32_t
INT_CALL_IPC_ERR
= CAST_INT(CallResult::IPC_ERR);
member in OHOS::UpdateEngine::CallResult
/base/update/updateservice/foundations/ability/sa_loader/include/
H
A
D
base_service_kits_impl.h
31
return
INT_CALL_IPC_ERR
; \
/base/update/updateservice/frameworks/js/napi/session/include/
H
A
D
napi_session.h
110
case
INT_CALL_IPC_ERR
:
in BuildWorkBusinessErr()
/base/update/updateservice/interfaces/inner_api/engine/src/
H
A
D
update_service_proxy.cpp
29
ENGINE_CHECK((remote) != nullptr, return
INT_CALL_IPC_ERR
, "Can not get remote")
37
result =
INT_CALL_IPC_ERR
; \
43
return
INT_CALL_IPC_ERR
; \
65
ENGINE_CHECK(res, return
INT_CALL_IPC_ERR
, "RegisterUpdateCallback error, WriteRemoteObject fail");
in RegisterUpdateCallback()
/base/update/updateservice/services/engine/src/
H
A
D
update_service_stub.cpp
42
ENGINE_CHECK((service) != nullptr, return
INT_CALL_IPC_ERR
, "service null")
315
ENGINE_CHECK(remote != nullptr, return
INT_CALL_IPC_ERR
, "Failed to read remote obj");
in RegisterUpdateCallbackStub()
442
return CALL_RESULT_TO_IPC_RESULT(
INT_CALL_IPC_ERR
);
in HandleRemoteRequest()
Completed in 4 milliseconds