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:CallJsFailed
(Results
1 - 7
of
7
) sorted by relevance
/base/inputmethod/imf/frameworks/kits/extension/include/
H
A
D
js_inputmethod_extension_context.h
40
void
CallJsFailed
(int32_t errorCode);
/base/print/print_fwk/frameworks/kits/extension/include/
H
A
D
js_print_extension_connection.h
42
void
CallJsFailed
(int32_t errorCode);
/base/theme/wallpaper_mgr/frameworks/kits/extension/include/
H
A
D
js_wallpaper_extension_context.h
45
void
CallJsFailed
(int32_t errorCode);
/base/print/print_fwk/frameworks/kits/extension/src/
H
A
D
js_print_extension_connection.cpp
162
void JSPrintExtensionConnection::
CallJsFailed
(int32_t errorCode)
in CallJsFailed()
function in OHOS::AbilityRuntime::JSPrintExtensionConnection
164
PRINT_HILOGD("
CallJsFailed
begin");
in CallJsFailed()
185
PRINT_HILOGD("
CallJsFailed
napi_call_function success");
in CallJsFailed()
188
PRINT_HILOGD("
CallJsFailed
end");
in CallJsFailed()
H
A
D
js_print_extension_context.cpp
291
connection->
CallJsFailed
(E_PRINT_INVALID_CONTEXT);
in OnConnectAbility()
346
connection->
CallJsFailed
(E_PRINT_INVALID_CONTEXT);
in OnConnectAbilityWithAccount()
/base/inputmethod/imf/frameworks/kits/extension/src/
H
A
D
js_inputmethod_extension_context.cpp
274
connection->
CallJsFailed
(ERROR_CODE_ONE);
in OnConnectAbility()
326
connection->
CallJsFailed
(ERROR_CODE_ONE);
in OnConnectAbilityWithAccount()
615
void JSInputMethodExtensionConnection::
CallJsFailed
(int32_t errorCode)
in CallJsFailed()
function in OHOS::AbilityRuntime::JSInputMethodExtensionConnection
617
IMSA_HILOGI("
CallJsFailed
start");
in CallJsFailed()
641
IMSA_HILOGI("
CallJsFailed
CallFunction success.");
in CallJsFailed()
644
IMSA_HILOGI("
CallJsFailed
end.");
in CallJsFailed()
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
H
A
D
js_wallpaper_extension_context.cpp
270
connection->
CallJsFailed
(ERROR_CODE_ONE);
in OnConnectAbility()
311
connection->
CallJsFailed
(ERROR_CODE_ONE);
in OnConnectAbilityWithAccount()
628
void JSWallpaperExtensionConnection::
CallJsFailed
(int32_t errorCode)
in CallJsFailed()
function in OHOS::AbilityRuntime::JSWallpaperExtensionConnection
630
HILOG_INFO("
CallJsFailed
begin.");
in CallJsFailed()
Completed in 5 milliseconds