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:CreateUIExtension
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
H
A
D
napi_enable_notification.h
35
bool
CreateUIExtension
(std::shared_ptr<OHOS::AbilityRuntime::Context> context, std::string &bundleName);
/base/security/access_token/frameworks/js/napi/accesstoken/src/
H
A
D
napi_request_permission_on_setting.cpp
318
static int32_t
CreateUIExtension
(const Want &want, std::shared_ptr<RequestPermOnSettingAsyncContext> asyncContext)
in CreateUIExtension()
function
371
return
CreateUIExtension
(want, asyncContext);
in StartUIExtension()
H
A
D
napi_request_global_switch_on_setting.cpp
294
static int32_t
CreateUIExtension
(const Want &want, std::shared_ptr<RequestGlobalSwitchAsyncContext> asyncContext)
in CreateUIExtension()
function
348
return
CreateUIExtension
(want, asyncContext);
in StartUIExtension()
H
A
D
napi_request_permission.cpp
550
static void
CreateUIExtension
(std::shared_ptr<RequestAsyncContext> asyncContext)
in CreateUIExtension()
function
889
CreateUIExtension
(asyncContext);
in AddCallbackByInstanceId()
922
CreateUIExtension
(asyncContext);
in ExecCallback()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H
A
D
napi_enable_notification.cpp
298
bool success =
CreateUIExtension
(asynccallbackinfo->params.context, bundleName);
in NapiRequestEnableNotification()
511
bool
CreateUIExtension
(std::shared_ptr<OHOS::AbilityRuntime::Context> context, std::string &bundleName)
in CreateUIExtension()
function
/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H
A
D
at_manager_impl.cpp
581
static int32_t
CreateUIExtension
(const Want &want, std::shared_ptr<RequestAsyncContext> asyncContext)
in CreateUIExtension()
function
631
return
CreateUIExtension
(want, asyncContext);
in StartUIExtension()
Completed in 7 milliseconds