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:topRecord
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H
A
D
ability_record_manager.cpp
207
auto
topRecord
= abilityList_.GetTopAbility();
in StartAbility()
local
208
if (
topRecord
== abilityRecord) {
in StartAbility()
222
if (NeedToBeTerminated(
topRecord
->appName)) {
in StartAbility()
223
topRecord
->isTerminated = true;
in StartAbility()
225
return SendMsgToAbilityThread(SLITE_STATE_BACKGROUND,
topRecord
);
in StartAbility()
278
auto
topRecord
= abilityList_.GetTopAbility();
in StartAbility()
local
280
if ((
topRecord
== nullptr) || (
topRecord
->appName == nullptr)) {
in StartAbility()
285
uint16_t topToken =
topRecord
->token;
in StartAbility()
289
if (topToken != LAUNCHER_TOKEN &&
topRecord
in StartAbility()
374
AbilityRecord *
topRecord
= const_cast<AbilityRecord *>(abilityList_.GetTopAbility());
TerminateMission()
local
395
AbilityRecord *
topRecord
= const_cast<AbilityRecord *>(abilityList_.GetTopAbility());
TerminateAbility()
local
505
AbilityRecord*
topRecord
= abilityList_.GetTopAbility();
ForceStopBundle()
local
773
auto
topRecord
= const_cast<AbilityRecord *>(abilityList_.GetTopAbility());
OnForegroundDone()
local
820
const AbilityRecord *
topRecord
= abilityList_.GetTopAbility();
OnBackgroundDone()
local
874
auto
topRecord
= abilityList_.GetTopAbility();
OnDestroyDone()
local
924
auto
topRecord
= abilityList_.GetTopAbility();
OnDestroyDone()
local
1125
auto
topRecord
= const_cast<AbilityRecord *>(abilityList_.GetTopAbility());
GetTopAbility()
local
[all...]
H
A
D
ability_list.cpp
211
AbilityRecord *
topRecord
= abilityList_.Front();
in PopAllAbility()
local
212
if (
topRecord
== nullptr) {
in PopAllAbility()
216
reservedRecordList.PushFront(
topRecord
);
in PopAllAbility()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/task/
H
A
D
app_terminate_task.cpp
46
auto
topRecord
= const_cast<PageAbilityRecord *>(stackManager.GetTopPageAbility(*abilityMgrContext_));
in Execute()
local
47
if (
topRecord
!= nullptr) {
in Execute()
48
topRecord
->ActiveAbility();
in Execute()
H
A
D
app_restart_task.cpp
43
auto
topRecord
= const_cast<PageAbilityRecord *>(stackManager.GetTopPageAbility(*abilityMgrContext_));
in Execute()
local
44
if (
topRecord
== nullptr) {
in Execute()
48
topRecord
->ActiveAbility();
in Execute()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
page_router_manager.cpp
1011
RouterRecoverRecord
topRecord
;
in RestoreRouterStack()
local
1033
topRecord
= RouterRecoverRecord(url, params, isNamedRoute);
in RestoreRouterStack()
1036
return std::make_pair(
topRecord
, UIContentErrorCode::NO_ERRORS);
in RestoreRouterStack()
Completed in 7 milliseconds