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:OnDeviceScreenOff
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
common_event_listener.cpp
58
DMSContinueSendMgr::GetInstance().
OnDeviceScreenOff
();
in OnReceiveEvent()
62
DMSContinueRecvMgr::GetInstance().
OnDeviceScreenOff
();
in OnReceiveEvent()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H
A
D
dms_continue_send_manager.h
117
void
OnDeviceScreenOff
(int32_t missionId);
135
void
OnDeviceScreenOff
();
H
A
D
dms_continue_recv_manager.h
88
void
OnDeviceScreenOff
();
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H
A
D
dms_continue_send_manager.cpp
644
void DMSContinueSendMgr::
OnDeviceScreenOff
()
in OnDeviceScreenOff()
function in OHOS::DistributedSchedule::DMSContinueSendMgr
646
HILOGI("
OnDeviceScreenOff
called");
in OnDeviceScreenOff()
654
screenOffHandler_->
OnDeviceScreenOff
(missionId);
in OnDeviceScreenOff()
705
void DMSContinueSendMgr::ScreenOffHandler::
OnDeviceScreenOff
(int32_t missionId)
in OnDeviceScreenOff()
function in OHOS::DistributedSchedule::DMSContinueSendMgr::ScreenOffHandler
707
HILOGI("ScreenOffHandler::
OnDeviceScreenOff
called");
in OnDeviceScreenOff()
H
A
D
dms_continue_recv_manager.cpp
444
void DMSContinueRecvMgr::
OnDeviceScreenOff
()
in OnDeviceScreenOff()
function in OHOS::DistributedSchedule::DMSContinueRecvMgr
446
HILOGI("
OnDeviceScreenOff
called");
in OnDeviceScreenOff()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H
A
D
dms_continue_manager_test.cpp
632
* @tc.desc: test
OnDeviceScreenOff
normal
641
* @tc.steps: step1. test
OnDeviceScreenOff
when eventHandler is not nullptr;
in HWTEST_F()
644
DMSContinueSendMgr::GetInstance().
OnDeviceScreenOff
();
in HWTEST_F()
648
* @tc.steps: step2. test
OnDeviceScreenOff
when eventHandler is nullptr;
in HWTEST_F()
651
DMSContinueSendMgr::GetInstance().
OnDeviceScreenOff
();
in HWTEST_F()
Completed in 9 milliseconds