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:AppStateCallback
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
app_scheduler.h
79
* @class
AppStateCallback
80
*
AppStateCallback
.
82
class
AppStateCallback
{
class
84
AppStateCallback
()
in AppStateCallback()
function in OHOS::AAFwk::AppStateCallback
86
virtual ~
AppStateCallback
()
in ~AppStateCallback()
137
bool Init(const std::weak_ptr<
AppStateCallback
> &callback);
612
std::weak_ptr<
AppStateCallback
> callback_;
H
A
D
ability_manager_service.h
97
public
AppStateCallback
,
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H
A
D
app_state_call_back_mock.h
27
class AppStateCallbackMock : public
AppStateCallback
{
H
A
D
app_scheduler_test.cpp
160
std::weak_ptr<
AppStateCallback
> callback(appStateMock_);
in HWTEST_F()
179
std::weak_ptr<
AppStateCallback
> callback(appStateMock_);
in HWTEST_F()
201
std::weak_ptr<
AppStateCallback
> callback(appStateMock_);
in HWTEST_F()
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H
A
D
mock_app_scheduler.cpp
35
bool AppScheduler::Init(const std::weak_ptr<
AppStateCallback
>& callback)
in Init()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
app_scheduler.cpp
32
bool AppScheduler::Init(const std::weak_ptr<
AppStateCallback
> &callback)
in Init()
Completed in 9 milliseconds