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:DEVICE_MONITOR
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimodalinput/input/service/subscriber/test/
H
A
D
key_subscriber_handler_test.cpp
75
DEVICE_MONITOR
->callState_ = StateType::CALL_STATUS_ALERTING;
in HWTEST_F()
77
DEVICE_MONITOR
->callState_ = StateType::CALL_STATUS_ANSWERED;
in HWTEST_F()
79
DEVICE_MONITOR
->callState_ = StateType::CALL_STATUS_ACTIVE;
in HWTEST_F()
81
DEVICE_MONITOR
->callState_ = StateType::CALL_STATUS_DIALING;
in HWTEST_F()
83
DEVICE_MONITOR
->callState_ = StateType::CALL_STATUS_WAITING;
in HWTEST_F()
85
DEVICE_MONITOR
->callState_ = StateType::CALL_STATUS_INCOMING;
in HWTEST_F()
87
DEVICE_MONITOR
->callState_ = StateType::CALL_STATUS_IDLE;
in HWTEST_F()
89
DEVICE_MONITOR
->callState_ = StateType::CALL_STATUS_DISCONNECTING;
in HWTEST_F()
91
DEVICE_MONITOR
->callState_ = StateType::CALL_STATUS_DISCONNECTED;
in HWTEST_F()
926
DEVICE_MONITOR
in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/device_state_manager/include/
H
A
D
device_event_monitor.h
62
#define
DEVICE_MONITOR
::OHOS::DelayedSingleton<DeviceEventMonitor>::GetInstance()
macro
/foundation/multimodalinput/input/service/device_state_manager/src/
H
A
D
device_event_monitor.cpp
52
DEVICE_MONITOR
->SetCallState(eventData, callState);
in OnReceiveEvent()
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_subscriber_handler.cpp
508
if (
DEVICE_MONITOR
->GetCallState() == StateType::CALL_STATUS_INCOMING ||
in HandleRingMute()
509
DEVICE_MONITOR
->GetCallState() == StateType::CALL_STATUS_WAITING) {
in HandleRingMute()
518
if (!
DEVICE_MONITOR
->GetHasHandleRingMute()) {
in HandleRingMute()
525
DEVICE_MONITOR
->SetHasHandleRingMute(true);
in HandleRingMute()
1268
int32_t ret =
DEVICE_MONITOR
->GetCallState();
in HandleCallEnded()
/foundation/multimodalinput/input/service/module_loader/src/
H
A
D
mmi_service.cpp
2211
DEVICE_MONITOR
->InitCommonEventSubscriber();
in OnAddSystemAbility()
Completed in 11 milliseconds