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:APP_OBSERVER_MGR
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimodalinput/input/service/app_state_manager/test/
H
A
D
app_state_observer_test.cpp
48
APP_OBSERVER_MGR
->SetForegroundAppData(appDatas);
in HWTEST_F()
49
auto result =
APP_OBSERVER_MGR
->GetForegroundAppData();
in HWTEST_F()
62
APP_OBSERVER_MGR
->hasInit_ = true;
in HWTEST_F()
63
ASSERT_NO_FATAL_FAILURE(
APP_OBSERVER_MGR
->InitAppStateObserver());
in HWTEST_F()
64
APP_OBSERVER_MGR
->hasInit_ = false;
in HWTEST_F()
65
ASSERT_NO_FATAL_FAILURE(
APP_OBSERVER_MGR
->InitAppStateObserver());
in HWTEST_F()
/foundation/multimodalinput/input/service/app_state_manager/include/
H
A
D
app_state_observer.h
57
#define
APP_OBSERVER_MGR
::OHOS::DelayedSingleton<AppObserverManager>::GetInstance()
macro
/foundation/multimodalinput/input/service/app_state_manager/src/
H
A
D
app_state_observer.cpp
68
APP_OBSERVER_MGR
->SetForegroundAppData(list);
in GetForegroundApplicationInfo()
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_gesture_manager.cpp
130
std::vector<AppExecFwk::AppStateData> appStates =
APP_OBSERVER_MGR
->GetForegroundAppData();
in GetForegroundPids()
H
A
D
key_shortcut_manager.cpp
568
std::vector<AppExecFwk::AppStateData> foregroundApps =
APP_OBSERVER_MGR
->GetForegroundAppData();
in GetForegroundPids()
H
A
D
key_subscriber_handler.cpp
396
std::vector<AppExecFwk::AppStateData> list =
APP_OBSERVER_MGR
->GetForegroundAppData();
in GetForegroundPids()
/foundation/multimodalinput/input/service/module_loader/src/
H
A
D
mmi_service.cpp
887
APP_OBSERVER_MGR
->InitAppStateObserver();
in OnStart()
2208
APP_OBSERVER_MGR
->InitAppStateObserver();
in OnAddSystemAbility()
Completed in 11 milliseconds