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:GenerateFromWant
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
insight_intent_execute_param.h
56
static bool
GenerateFromWant
(const AAFwk::Want &want, InsightIntentExecuteParam &executeParam);
/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_execute_param_test/
H
A
D
insight_intent_execute_param_test.cpp
86
auto ret = InsightIntentExecuteParam::
GenerateFromWant
(want, executeParam);
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
insight_intent_execute_param.cpp
77
bool InsightIntentExecuteParam::
GenerateFromWant
(const AAFwk::Want &want,
in GenerateFromWant()
function in OHOS::AppExecFwk::InsightIntentExecuteParam
H
A
D
free_install_manager.cpp
775
InsightIntentExecuteParam::
GenerateFromWant
(want, executeParam);
in NotifyInsightIntentExecuteDone()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H
A
D
ui_ability_impl.cpp
676
auto ret = InsightIntentExecuteParam::
GenerateFromWant
(want, *executeParam);
in HandleExecuteInsightIntentForeground()
789
auto ret = InsightIntentExecuteParam::
GenerateFromWant
(want, *executeParam);
in HandleExecuteInsightIntentBackground()
H
A
D
js_service_extension.cpp
473
bool ret = AppExecFwk::InsightIntentExecuteParam::
GenerateFromWant
(want, *executeParam);
in HandleInsightIntent()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H
A
D
js_ui_extension.cpp
491
InsightIntentExecuteParam::
GenerateFromWant
(want, *executorInfo.executeParam);
in ForegroundWindowWithInsightIntent()
H
A
D
js_ui_extension_base.cpp
447
InsightIntentExecuteParam::
GenerateFromWant
(want, *executorInfo.executeParam);
in ForegroundWindowWithInsightIntent()
Completed in 9 milliseconds