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:CJ
(Results
1 - 16
of
16
) sorted by relevance
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H
A
D
ark_interop_scope.h
28
namespace
CJ
{
namespace in panda
H
A
D
ark_interop_scope.cpp
18
namespace
CJ
{
namespace
H
A
D
ark_interop_napi.cpp
44
// throw
CJ
exception
in ARKTSInner_ReportJSErrors()
665
return
CJ
::ARKTS_ScopeManager::OpenScope(vm);
in ARKTS_OpenScope()
674
if (!
CJ
::ARKTS_ScopeManager::CloseScope(scope)) {
in ARKTS_Return()
686
if (!
CJ
::ARKTS_ScopeManager::CloseScope(scope)) {
in ARKTS_CloseScope()
693
if (!
CJ
::ARKTS_ScopeManager::CloseScope(scope)) {
in ARKTSInner_Escape()
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H
A
D
cj_runtime_test.cpp
80
options_.lang = CJRuntime::Language::
CJ
;
in HWTEST_F()
134
EXPECT_TRUE(language == CJRuntime::Language::
CJ
);
in HWTEST_F()
H
A
D
cj_mock_runtime.h
32
return Language::
CJ
;
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
runtime.cpp
35
case Runtime::Language::
CJ
:
in Create()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H
A
D
test_runner.cpp
64
case AbilityRuntime::Runtime::Language::
CJ
:
in Create()
/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H
A
D
cj_mock_runtime.h
32
return Language::
CJ
;
H
A
D
cj_test_runner_test.cpp
97
options_.lang = CJRuntime::Language::
CJ
;
in SetUp()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H
A
D
ability_stage.cpp
41
case Runtime::Language::
CJ
:
in Create()
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H
A
D
runtime.h
34
CJ
H
A
D
cj_runtime.h
44
return Language::
CJ
;
/foundation/ability/ability_runtime/test/unittest/ui_service_extension_test/
H
A
D
ui_service_extension_test.cpp
121
options.lang = Runtime::Language::
CJ
;
in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H
A
D
ui_ability.cpp
66
case Runtime::Language::
CJ
:
in Create()
/foundation/ability/ability_runtime/test/unittest/cj_ui_ability_test/
H
A
D
cj_ui_ability_test.cpp
160
options.lang = AbilityRuntime::Runtime::Language::
CJ
;
in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
main_thread.cpp
1471
options.lang = isCJApp ? AbilityRuntime::Runtime::Language::
CJ
: AbilityRuntime::Runtime::Language::JS;
in HandleLaunchApplication()
3222
if (runtime->GetLanguage() == AbilityRuntime::Runtime::Language::
CJ
) {
in ChangeAppGcState()
Completed in 14 milliseconds