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:targetExtension
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_cache_manager.cpp
275
auto
targetExtension
= *it;
in RemoveLauncherDeathRecipient()
local
276
if (
targetExtension
!= nullptr &&
targetExtension
->GetAbilityInfo().type == AbilityType::EXTENSION &&
in RemoveLauncherDeathRecipient()
277
((
targetExtension
->GetAbilityInfo().name == AbilityConfig::LAUNCHER_ABILITY_NAME &&
in RemoveLauncherDeathRecipient()
278
targetExtension
->GetAbilityInfo().bundleName == AbilityConfig::LAUNCHER_BUNDLE_NAME) ||
in RemoveLauncherDeathRecipient()
279
targetExtension
->IsSceneBoard())) {
in RemoveLauncherDeathRecipient()
280
targetExtension
->RemoveAbilityDeathRecipient();
in RemoveLauncherDeathRecipient()
H
A
D
connection_state_item.cpp
34
auto
targetExtension
= record->GetAbilityRecord();
in CreateConnectedExtension()
local
35
if (!
targetExtension
) {
in CreateConnectedExtension()
39
return std::make_shared<ConnectedExtension>(
targetExtension
);
in CreateConnectedExtension()
H
A
D
ability_connect_manager.cpp
2601
auto
targetExtension
= it->second;
in PauseExtensions()
local
2602
if (
targetExtension
!= nullptr &&
targetExtension
->GetAbilityInfo().type == AbilityType::EXTENSION &&
in PauseExtensions()
2603
(IsLauncher(
targetExtension
) ||
targetExtension
->IsSceneBoard() ||
in PauseExtensions()
2604
(
targetExtension
->GetKeepAlive() && userId_ != USER_ID_NO_HEAD))) {
in PauseExtensions()
2608
targetExtension
->GetAbilityInfo().name.c_str());
in PauseExtensions()
2609
needTerminatedTokens.push_back(
targetExtension
->GetToken());
in PauseExtensions()
2628
auto
targetExtension
= it->second;
in RemoveLauncherDeathRecipient()
local
2629
if (
targetExtension
!
in RemoveLauncherDeathRecipient()
[all...]
Completed in 6 milliseconds