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:StartupSchedule
(Results
1 - 5
of
5
) sorted by relevance
/base/update/updateservice/services/startup/manage/src/
H
A
D
startup_schedule_empty.cpp
29
StartupSchedule
::
StartupSchedule
()
in StartupSchedule()
function in OHOS::UpdateEngine::StartupSchedule
31
ENGINE_LOGD("
StartupSchedule
constructor");
in StartupSchedule()
34
StartupSchedule
::~
StartupSchedule
()
in ~StartupSchedule()
36
ENGINE_LOGD("
StartupSchedule
deConstructor");
in ~StartupSchedule()
39
void
StartupSchedule
::RegisterLooper(const ScheduleLooper &looper)
in RegisterLooper()
44
void
StartupSchedule
::UnregisterLooper()
in UnregisterLooper()
49
bool
StartupSchedule
::Schedule(const ScheduleTask &task)
in Schedule()
55
bool
StartupSchedule
[all...]
H
A
D
startup_schedule.cpp
31
StartupSchedule
::
StartupSchedule
()
in StartupSchedule()
function in OHOS::UpdateEngine::StartupSchedule
33
ENGINE_LOGD("
StartupSchedule
constructor");
in StartupSchedule()
36
StartupSchedule
::~
StartupSchedule
()
in ~StartupSchedule()
38
ENGINE_LOGD("
StartupSchedule
deConstructor");
in ~StartupSchedule()
41
void
StartupSchedule
::RegisterLooper(const ScheduleLooper &looper)
in RegisterLooper()
50
void
StartupSchedule
::UnregisterLooper()
in UnregisterLooper()
59
bool
StartupSchedule
::Schedule(const ScheduleTask &task)
in Schedule()
74
bool
StartupSchedule
[all...]
H
A
D
startup_manager.cpp
36
DelayedSingleton<AccessManager>::GetInstance(), DelayedSingleton<
StartupSchedule
>::GetInstance());
in StartupManager()
73
DelayedSingleton<
StartupSchedule
>::GetInstance()->RegisterLooper([=]() {
in IdleLoop()
/base/update/updateservice/services/startup/manage/include/
H
A
D
startup_schedule.h
36
class
StartupSchedule
final : public IStartupSchedule, public DelayedSingleton<
StartupSchedule
> {
37
DECLARE_DELAYED_SINGLETON(
StartupSchedule
);
/base/update/updateservice/services/firmware/upgrade/flow/src/
H
A
D
firmware_manager.cpp
173
if (!DelayedSingleton<
StartupSchedule
>::GetInstance()->Schedule(scheduleTask)) {
in DoTerminateUpgrade()
Completed in 2 milliseconds