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:StandbyService
(Results
1 - 5
of
5
) sorted by relevance
/foundation/resourceschedule/device_standby/services/core/src/
H
A
D
standby_service.cpp
45
StandbyService
::GetInstance().get());
52
StandbyService
::
StandbyService
() : SystemAbility(DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID, true) {}
in StandbyService()
function in OHOS::DevStandbyMgr::StandbyService
54
StandbyService
::
StandbyService
(const int32_t systemAbilityId, bool runOnCreate)
in StandbyService()
function in OHOS::DevStandbyMgr::StandbyService
57
StandbyService
::~
StandbyService
() {}
in ~StandbyService()
59
std::shared_ptr<
StandbyService
>
StandbyService
::GetInstance()
in GetInstance()
61
return DelayedSingleton<
StandbyService
>
in GetInstance()
[all...]
H
A
D
standby_service_impl.cpp
122
StandbyService
::GetInstance()->AddPluginSysAbilityListener(BACKGROUND_TASK_MANAGER_SERVICE_ID);
in InitReadyState()
123
StandbyService
::GetInstance()->AddPluginSysAbilityListener(WORK_SCHEDULE_SERVICE_ID);
in InitReadyState()
/foundation/resourceschedule/device_standby/services/core/include/
H
A
D
standby_service.h
40
class
StandbyService
final : public SystemAbility, public StandbyServiceStub {
41
DECLARE_SYSTEM_ABILITY(
StandbyService
);
42
DECLARE_DELAYED_SINGLETON(
StandbyService
);
44
StandbyService
(const int32_t systemAbilityId, bool runOnCreate);
45
static std::shared_ptr<
StandbyService
> GetInstance();
69
StandbyService
(const
StandbyService
&) = delete;
70
StandbyService
& operator= (const
StandbyService
&) = delete;
71
StandbyService
(StandbyServic
[all...]
/foundation/resourceschedule/device_standby/services/test/unittest/
H
A
D
standby_service_unit_test.cpp
130
* @tc.desc: test OnStart of
StandbyService
.
136
StandbyService
::GetInstance()->state_ = ServiceRunningState::STATE_RUNNING;
in HWTEST_F()
137
StandbyService
::GetInstance()->OnStart();
in HWTEST_F()
141
EXPECT_EQ(
StandbyService
::GetInstance()->state_, ServiceRunningState::STATE_RUNNING);
in HWTEST_F()
146
* @tc.desc: test OnAddSystemAbility of
StandbyService
.
152
StandbyService
::GetInstance()->OnAddSystemAbility(COMMON_EVENT_SERVICE_ID, "");
in HWTEST_F()
153
StandbyService
::GetInstance()->OnAddSystemAbility(TIME_SERVICE_ID, "");
in HWTEST_F()
154
StandbyService
::GetInstance()->OnAddSystemAbility(ABILITY_MGR_SERVICE_ID, "");
in HWTEST_F()
155
StandbyService
::GetInstance()->OnAddSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID, "");
in HWTEST_F()
156
StandbyService
in HWTEST_F()
[all...]
/foundation/resourceschedule/device_standby/services/test/fuzztest/devicestandby_fuzzer/
H
A
D
devicestandby_fuzzer.cpp
84
DelayedSingleton<
StandbyService
>::GetInstance()->OnRemoteRequest(
in CoverageHandleIsStrategyEnabled()
88
DelayedSingleton<
StandbyService
>::GetInstance()->OnRemoteRequest(
in CoverageHandleIsStrategyEnabled()
93
DelayedSingleton<
StandbyService
>::GetInstance()->OnRemoteRequest(
in CoverageHandleIsStrategyEnabled()
104
DelayedSingleton<
StandbyService
>::GetInstance()->OnRemoteRequest(
in CoverageHandleReportWorkSchedulerStatus()
111
DelayedSingleton<
StandbyService
>::GetInstance()->OnRemoteRequest(
in CoverageHandleReportWorkSchedulerStatus()
122
DelayedSingleton<
StandbyService
>::GetInstance()->OnRemoteRequest(
in CoverageHandleGetAllowList()
128
DelayedSingleton<
StandbyService
>::GetInstance()->OnRemoteRequest(
in CoverageHandleGetAllowList()
141
DelayedSingleton<
StandbyService
>::GetInstance()->OnRemoteRequest(
in CoverageHandleSubscribeStandbyCallback()
154
DelayedSingleton<
StandbyService
>::GetInstance()->OnRemoteRequest(
in CoverageHandleUnSubscribeStandbyCallback()
166
DelayedSingleton<
StandbyService
>
in CoverageHandleApplyAllowResource()
[all...]
Completed in 6 milliseconds