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:pendingState_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_running_record.cpp
1000
curState_,
pendingState_
, mainBundleName_.c_str(), ability->GetName().c_str());
in AbilityForeground()
1003
&&
pendingState_
!= ApplicationPendingState::BACKGROUNDING) {
in AbilityForeground()
1021
auto pendingState =
pendingState_
;
in AbilityForeground()
1079
auto pendingState =
pendingState_
;
in AbilityBackground()
2081
windowIds_.empty(),
pendingState_
, curState_);
in OnWindowVisibilityChanged()
2082
if (
pendingState_
== ApplicationPendingState::READY) {
in OnWindowVisibilityChanged()
2211
pendingState_
= pendingState;
in SetApplicationPendingState()
2216
return
pendingState_
;
in GetApplicationPendingState()
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_running_record.h
1030
ApplicationPendingState
pendingState_
= ApplicationPendingState::READY;
member in OHOS::AppExecFwk::AppRunningRecord
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
1317
std::atomic<AbilityState>
pendingState_
= AbilityState::INITIAL; // pending life state
member in OHOS::AAFwk::AbilityRecord
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/
H
A
D
mission_list_manager_test.cpp
2060
abilityRecord->
pendingState_
= AbilityState::BACKGROUND;
in HWTEST_F()
2090
abilityRecord->
pendingState_
= AbilityState::FOREGROUND;
in HWTEST_F()
2121
abilityRecord->
pendingState_
= AbilityState::ACTIVE;
in HWTEST_F()
2151
abilityRecord->
pendingState_
= AbilityState::ACTIVE;
in HWTEST_F()
2179
abilityRecord->
pendingState_
= AbilityState::ACTIVE;
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_record.cpp
3486
pendingState_
.store(state);
in SetPendingState()
3491
return
pendingState_
.load();
in GetPendingState()
Completed in 23 milliseconds