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:ApplicationImpl
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
application_impl.cpp
25
ApplicationImpl
::
ApplicationImpl
() : curState_(APP_STATE_CREATE), recordId_(0)
in ApplicationImpl()
function in OHOS::AppExecFwk::ApplicationImpl
29
* @brief Set the application to the
ApplicationImpl
.
34
void
ApplicationImpl
::SetApplication(const std::shared_ptr<OHOSApplication> &application)
in SetApplication()
49
bool
ApplicationImpl
::PerformAppReady()
in PerformAppReady()
72
bool
ApplicationImpl
::PerformForeground()
in PerformForeground()
91
bool
ApplicationImpl
::PerformBackground()
in PerformBackground()
111
bool
ApplicationImpl
::PerformTerminate(bool isLastProcess)
in PerformTerminate()
135
void
ApplicationImpl
::PerformTerminateStrong()
in PerformTerminateStrong()
151
void
ApplicationImpl
[all...]
H
A
D
main_thread.cpp
312
std::shared_ptr<
ApplicationImpl
> MainThread::GetApplicationImpl()
in GetApplicationImpl()
952
applicationImpl_ = std::make_shared<
ApplicationImpl
>();
in InitCreate()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H
A
D
application_impl.h
31
class
ApplicationImpl
{
class
33
ApplicationImpl
();
34
virtual ~
ApplicationImpl
() = default;
37
* @brief Set the application to the
ApplicationImpl
.
146
DISALLOW_COPY_AND_MOVE(
ApplicationImpl
);
H
A
D
ohos_application.h
35
class
ApplicationImpl
;
H
A
D
main_thread.h
122
std::shared_ptr<
ApplicationImpl
> GetApplicationImpl();
652
std::shared_ptr<
ApplicationImpl
> applicationImpl_ = nullptr;
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H
A
D
application_impl_test.cpp
39
std::shared_ptr<
ApplicationImpl
> applicationImpl_ = nullptr;
54
applicationImpl_ = std::make_shared<
ApplicationImpl
>();
in SetUp()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H
A
D
ability_impl.h
490
std::shared_ptr<
ApplicationImpl
> applicationImpl_;
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H
A
D
main_thread_test.cpp
1352
mainThread_->applicationImpl_ = std::make_shared<
ApplicationImpl
>();
in HWTEST_F()
1367
mainThread_->applicationImpl_ = std::make_shared<
ApplicationImpl
>();
in HWTEST_F()
1824
mainThread_->applicationImpl_ = std::make_shared<
ApplicationImpl
>();
in HWTEST_F()
1898
mainThread_->applicationImpl_ = std::make_shared<
ApplicationImpl
>();
in HWTEST_F()
1941
mainThread_->applicationImpl_ = std::make_shared<
ApplicationImpl
>();
in HWTEST_F()
2049
mainThread_->applicationImpl_ = std::make_shared<
ApplicationImpl
>();
in HWTEST_F()
Completed in 12 milliseconds