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:targetAppInfo
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H
A
D
ability_jump_interceptor.cpp
175
AppExecFwk::ApplicationInfo
targetAppInfo
;
in LoadAppLabelInfo()
local
180
want.SetParam(JUMP_DIALOG_TARGET_MODULE_NAME,
targetAppInfo
.labelResource.moduleName);
in LoadAppLabelInfo()
181
want.SetParam(JUMP_DIALOG_TARGET_LABEL_ID, static_cast<long long>(
targetAppInfo
.labelId));
in LoadAppLabelInfo()
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H
A
D
ability_util.h
256
AppExecFwk::ApplicationInfo
targetAppInfo
;
in IsStartIncludeAtomicService()
local
258
AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO, userId,
targetAppInfo
));
in IsStartIncludeAtomicService()
260
TAG_LOGE(AAFwkTag::ABILITYMGR, "Get
targetAppInfo
failed");
in IsStartIncludeAtomicService()
263
if (
targetAppInfo
.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) {
in IsStartIncludeAtomicService()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
implicit_start_processor.cpp
784
AppExecFwk::ApplicationInfo
targetAppInfo
;
in GetEcologicalCallerInfo()
local
786
AppExecFwk::ApplicationFlag::GET_BASIC_APPLICATION_INFO, userId,
targetAppInfo
));
in GetEcologicalCallerInfo()
788
TAG_LOGE(AAFwkTag::ABILITYMGR, "get
targetAppInfo
failed");
in GetEcologicalCallerInfo()
789
} else if (
targetAppInfo
.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) {
in GetEcologicalCallerInfo()
792
} else if (
targetAppInfo
.bundleType == AppExecFwk::BundleType::APP) {
in GetEcologicalCallerInfo()
Completed in 3 milliseconds