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:Create
(Results
1 - 7
of
7
) sorted by relevance
/domains/advertising/advertising/frameworks/js/napi/extension/src/
H
A
D
adsservice_extension_module_loader.cpp
24
AbilityRuntime::Extension *AdsServiceExtensionModuleLoader::
Create
(
in Create()
function in OHOS::AdsExtension::AdsServiceExtensionModuleLoader
27
ADS_HILOGI(OHOS::Cloud::ADS_MODULE_JS_NAPI, "
Create
runtime");
in Create()
28
return AdsServiceExtension::
Create
(runtime);
in Create()
H
A
D
adsservice_extension.cpp
46
AdsServiceExtension* AdsServiceExtension::
Create
(const std::unique_ptr<AbilityRuntime::Runtime>& runtime)
in Create()
function in OHOS::AdsExtension::AdsServiceExtension
55
return JsAdsServiceExtension::
Create
(runtime);
in Create()
H
A
D
js_adsservice_extension.cpp
69
JsAdsServiceExtension* JsAdsServiceExtension::
Create
(const std::unique_ptr<AbilityRuntime::Runtime>& runtime)
in Create()
function in OHOS::AdsExtension::JsAdsServiceExtension
71
ADS_HILOGI(OHOS::Cloud::ADS_MODULE_JS_NAPI, "JsAdsServiceExtension::
Create
");
in Create()
/domains/advertising/advertising/frameworks/js/napi/extension/include/
H
A
D
adsservice_extension_module_loader.h
28
* @brief
Create
Extension.
33
virtual AbilityRuntime::Extension *
Create
(const std::unique_ptr<AbilityRuntime::Runtime> &runtime) const override;
H
A
D
adsservice_extension.h
46
* @brief
Create
and init context.
61
* @brief
Create
Extension.
66
static AdsServiceExtension*
Create
(const std::unique_ptr<AbilityRuntime::Runtime>& runtime);
H
A
D
js_adsservice_extension.h
31
* @brief
Create
JsAdsServiceExtension.
36
static JsAdsServiceExtension*
Create
(const std::unique_ptr<AbilityRuntime::Runtime>& runtime);
/domains/advertising/oaid/services/oaid_manager/src/
H
A
D
oaid_service_stub.cpp
266
auto runner = AppExecFwk::EventRunner::
Create
(runnerName);
in PostDelayUnloadTask()
Completed in 4 milliseconds