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
defs:needNotifyApp
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/appstateobservermanager_fuzzer/
H
A
D
appstateobservermanager_fuzzer.cpp
58
bool
needNotifyApp
= *data % ENABLE;
in DoSomethingInterestingWithMyAPI()
local
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H
A
D
app_state_observer_manager_test.cpp
218
bool
needNotifyApp
= false;
in HWTEST_F()
local
236
bool
needNotifyApp
= false;
in HWTEST_F()
local
643
bool
needNotifyApp
= true;
in HWTEST_F()
local
666
bool
needNotifyApp
= false;
in HWTEST_F()
local
689
bool
needNotifyApp
= false;
in HWTEST_F()
local
711
bool
needNotifyApp
= false;
HWTEST_F()
local
733
bool
needNotifyApp
= false;
HWTEST_F()
local
756
bool
needNotifyApp
= false;
HWTEST_F()
local
780
bool
needNotifyApp
= false;
HWTEST_F()
local
802
bool
needNotifyApp
= false;
HWTEST_F()
local
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_state_observer_manager.cpp
238
OnAppStateChanged( const std::shared_ptr<AppRunningRecord> &appRecord, const ApplicationState state, bool
needNotifyApp
, bool isFromWindowFocusChanged)
OnAppStateChanged()
argument
512
HandleAppStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, const ApplicationState state, bool
needNotifyApp
, bool isFromWindowFocusChanged)
HandleAppStateChanged()
argument
H
A
D
app_mgr_service_inner.cpp
1183
bool
needNotifyApp
= appRunningManager_->IsApplicationFirstForeground(*appRecord);
in ApplicationForegrounded()
local
1226
bool
needNotifyApp
= !AAFwk::UIExtensionUtils::IsUIExtension(appRecord->GetExtensionType())
in ApplicationBackgrounded()
local
5483
bool
needNotifyApp
= appRunningManager_->IsApplicationFirstFocused(*appRecord);
in HandleFocused()
local
5516
bool
needNotifyApp
= appRunningManager_->IsApplicationUnfocused(appRecord->GetBundleName());
in HandleUnfocused()
local
2898
OnAppStateChanged( const std::shared_ptr<AppRunningRecord> &appRecord, const ApplicationState state, bool
needNotifyApp
, bool isFromWindowFocusChanged)
OnAppStateChanged()
argument
[all...]
Completed in 23 milliseconds