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:runtime
(Results
1 - 6
of
6
) sorted by relevance
/domains/advertising/advertising/frameworks/js/napi/extension/src/
H
A
D
adsservice_extension.cpp
46
AdsServiceExtension* AdsServiceExtension::Create(const std::unique_ptr<AbilityRuntime::Runtime>&
runtime
)
in Create()
argument
48
if (!
runtime
) {
in Create()
52
switch (
runtime
->GetLanguage()) {
in Create()
55
return JsAdsServiceExtension::Create(
runtime
);
in Create()
H
A
D
adsservice_extension_module_loader.cpp
25
const std::unique_ptr<AbilityRuntime::Runtime> &
runtime
) const
in Create()
27
ADS_HILOGI(OHOS::Cloud::ADS_MODULE_JS_NAPI, "Create
runtime
");
in Create()
28
return AdsServiceExtension::Create(
runtime
);
in Create()
H
A
D
js_adsservice_extension.cpp
69
JsAdsServiceExtension* JsAdsServiceExtension::Create(const std::unique_ptr<AbilityRuntime::Runtime>&
runtime
)
in Create()
argument
72
return new(std::nothrow) JsAdsServiceExtension(static_cast<AbilityRuntime::JsRuntime&>(*
runtime
));
in Create()
/domains/advertising/advertising/frameworks/js/napi/extension/include/
H
A
D
adsservice_extension_module_loader.h
30
* @param
runtime
The
runtime
.
33
virtual AbilityRuntime::Extension *Create(const std::unique_ptr<AbilityRuntime::Runtime> &
runtime
) const override;
H
A
D
adsservice_extension.h
22
#include "
runtime
.h"
63
* @param
runtime
The
runtime
.
66
static AdsServiceExtension* Create(const std::unique_ptr<AbilityRuntime::Runtime>&
runtime
);
H
A
D
js_adsservice_extension.h
33
* @param
runtime
The
runtime
.
36
static JsAdsServiceExtension* Create(const std::unique_ptr<AbilityRuntime::Runtime>&
runtime
);
Completed in 2 milliseconds