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:GetAppState
(Results
1 - 11
of
11
) sorted by relevance
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H
A
D
app_info.cpp
86
AppState AppInfo::
GetAppState
()
in GetAppState()
function in OHOS::RME::AppInfo
H
A
D
intellisense_server.cpp
106
if (iter->
GetAppState
() != AppState::APP_FOREGROUND) {
in NewForeground()
218
if (grpId >= 0 && record->
GetAppState
() == AppState::APP_FOREGROUND) {
in ReportRenderThread()
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/
H
A
D
app_info.h
55
AppState
GetAppState
();
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H
A
D
wifi_protect.h
116
int
GetAppState
() const;
H
A
D
wifi_protect.cpp
95
int WifiProtect::
GetAppState
() const
in GetAppState()
function in OHOS::Wifi::WifiProtect
H
A
D
wifi_protect_manager.cpp
404
if (static_cast<AppExecFwk::ApplicationState>((*iter)->
GetAppState
()) ==
in GetNearlyProtectMode()
409
__func__, (*iter)->GetName().c_str(), (*iter)->
GetAppState
());
in GetNearlyProtectMode()
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_dump_test/
H
A
D
mission_list_manager_dump_test.cpp
158
EXPECT_EQ(abilityRecord->
GetAppState
(), AppState::TERMINATED);
in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/ability_manager_service_dump_test/
H
A
D
ability_manager_service_dump_test.cpp
231
EXPECT_NE(abilityRecord->
GetAppState
(), AppState::TERMINATED);
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H
A
D
data_ability_record.cpp
448
info.emplace_back(" app state #" + AbilityRecord::ConvertAppState(ability_->
GetAppState
()));
in Dump()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
979
AppState
GetAppState
() const;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_record.cpp
2882
AppState AbilityRecord::
GetAppState
() const
in GetAppState()
function in OHOS::AAFwk::AbilityRecord
Completed in 13 milliseconds