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:HandleEscape
(Results
1 - 13
of
13
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H
A
D
js_runtime_utils.h
238
class
HandleEscape
final {
240
explicit
HandleEscape
(JsRuntime& jsRuntime);
241
explicit
HandleEscape
(napi_env env);
242
~
HandleEscape
();
246
HandleEscape
(const
HandleEscape
&) = delete;
247
HandleEscape
(
HandleEscape
&&) = delete;
248
HandleEscape
& operator=(const
HandleEscape
[all...]
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
js_runtime_utils.cpp
159
HandleEscape
::
HandleEscape
(JsRuntime& jsRuntime)
in HandleEscape()
function in OHOS::AbilityRuntime::HandleEscape
165
HandleEscape
::
HandleEscape
(napi_env env)
in HandleEscape()
function in OHOS::AbilityRuntime::HandleEscape
171
HandleEscape
::~
HandleEscape
()
in ~HandleEscape()
176
napi_value
HandleEscape
::Escape(napi_value value)
in Escape()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H
A
D
js_ui_extension.cpp
828
HandleEscape
handleEscape(jsRuntime_);
in CallObjectMethod()
890
HandleEscape
handleEscape(jsRuntime_);
in CallOnDisconnect()
H
A
D
js_ui_extension_base.cpp
760
HandleEscape
handleEscape(jsRuntime_);
in CallObjectMethod()
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H
A
D
js_datashare_ext_ability.cpp
294
HandleEscape
handleEscape(jsRuntime_);
in CallObjectMethod()
347
HandleEscape
handleEscape(jsRuntime_);
in CallObjectMethod()
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H
A
D
js_form_extension.cpp
319
HandleEscape
handleEscape(jsRuntime_);
in CallObjectMethod()
/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H
A
D
js_vpn_extension.cpp
495
HandleEscape
handleEscape(jsRuntime_);
in CallOnDisconnect()
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H
A
D
js_auto_fill_extension.cpp
623
HandleEscape
handleEscape(jsRuntime_);
in CallObjectMethod()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H
A
D
js_file_access_ext_ability.cpp
142
HandleEscape
handleEscape(jsRuntime_);
in CallObjectMethod()
177
HandleEscape
handleEscape(*jsRuntime);
in DoCallJsMethod()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H
A
D
js_service_extension.cpp
652
HandleEscape
handleEscape(jsRuntime_);
in CallOnDisconnect()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H
A
D
js_ability.cpp
989
HandleEscape
handleEscape(jsRuntime_);
in CallObjectMethod()
H
A
D
js_ui_ability.cpp
1393
HandleEscape
handleEscape(jsRuntime_);
in CallObjectMethod()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H
A
D
ext_backup_js.cpp
745
AbilityRuntime::
HandleEscape
handleEscape(*jsRuntime);
in DoCallJsMethod()
Completed in 20 milliseconds