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:IsSceneBoard
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
ability_running_record.cpp
147
bool AbilityRunningRecord::
IsSceneBoard
() const
in IsSceneBoard()
function in OHOS::AppExecFwk::AbilityRunningRecord
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
ability_running_record.h
150
bool
IsSceneBoard
() const;
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_window_manager.cpp
66
if (
IsSceneBoard
(window)) {
in Init()
328
bool AccessibilityWindowManager::
IsSceneBoard
(const sptr<Rosen::AccessibilityWindowInfo> windowInfo)
in IsSceneBoard()
function in OHOS::Accessibility::AccessibilityWindowManager
625
if (
IsSceneBoard
(windowInfo)) {
in WindowUpdateAdded()
684
if (
IsSceneBoard
(windowInfo)) {
in WindowUpdateFocused()
731
if (
IsSceneBoard
(windowInfo)) {
in WindowUpdateActive()
828
if (
IsSceneBoard
(window)) {
in WindowUpdateAll()
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_window_manager.h
58
bool
IsSceneBoard
(const sptr<Rosen::AccessibilityWindowInfo> windowInfo);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_connect_manager.cpp
818
if (abilityRecord->
IsSceneBoard
()) {
in AttachAbilityThreadLocked()
1053
if (abilityRecord->
IsSceneBoard
()) {
in TerminateOrCacheAbility()
1568
if (abilityRecord->
IsSceneBoard
()) {
in HandleStartTimeoutTask()
1884
if (abilityRecord->
IsSceneBoard
()) {
in TerminateDone()
2151
if ((IsLauncher(abilityRecord) || abilityRecord->
IsSceneBoard
()) && token != nullptr) {
in KeepAbilityAlive()
2154
if (abilityRecord->
IsSceneBoard
() && currentUserId != userId_) {
in KeepAbilityAlive()
2166
if (abilityRecord->
IsSceneBoard
() && AmsConfigurationParameter::GetInstance().IsSupportSCBCrashReboot()) {
in KeepAbilityAlive()
2189
IsLauncher(abilityRecord) || abilityRecord->
IsSceneBoard
() ||
in KeepAbilityAlive()
2376
if (abilityRecord->
IsSceneBoard
()) {
in RestartAbility()
2603
(IsLauncher(targetExtension) || targetExtension->
IsSceneBoard
() ||
in PauseExtensions()
[all...]
H
A
D
ability_cache_manager.cpp
279
targetExtension->
IsSceneBoard
())) {
in RemoveLauncherDeathRecipient()
H
A
D
ability_record.cpp
1506
if (
IsSceneBoard
()) {
in AfterLoaded()
2575
if (!
IsSceneBoard
() && scheduler_ != nullptr) {
in OnProcessDied()
2589
if (
IsSceneBoard
()) {
in OnProcessDied()
3652
bool AbilityRecord::
IsSceneBoard
() const
in IsSceneBoard()
function in OHOS::AAFwk::AbilityRecord
3654
return AbilityUtil::
IsSceneBoard
(abilityInfo_.bundleName, abilityInfo_.name);
in IsSceneBoard()
H
A
D
ability_manager_service.cpp
9528
if (callerAbility->
IsSceneBoard
()) {
in CheckUIExtensionCallerIsForeground()
9574
if (callerAbility->
IsSceneBoard
()) {
in CheckUIExtensionCallerPidByHostWindowId()
9605
if ((hostPid != 0 && ability->GetPid() == hostPid) || ability->
IsSceneBoard
()) {
in CheckUIExtensionCallerPidByHostWindowId()
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H
A
D
ability_util.h
296
[[maybe_unused]] static bool
IsSceneBoard
(const std::string &bundleName, const std::string &AbilityName)
in IsSceneBoard()
function
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
1084
bool
IsSceneBoard
() const;
Completed in 37 milliseconds