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:dtmf
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H
A
D
telephone_service.h
57
virtual void SendDtmf(int
dtmf
)
in SendDtmf()
argument
89
bool SendDtmf(int
dtmf
)
in SendDtmf()
argument
204
void NotifySendDtmf(int
dtmf
)
in NotifySendDtmf()
argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_system_event_processer.h
103
* @param
dtmf
The code of the DTMF.
105
void ProcessSendDtmfEvent(int
dtmf
) const;
H
A
D
hfp_ag_profile_event_sender.cpp
72
void HfpAgProfileEventSender::SendDtmf(const std::string &device, int
dtmf
) const
in SendDtmf()
74
HfpAgMessage msg(HFP_AG_CONTROL_OTHER_MODULES_EVT,
dtmf
);
in SendDtmf()
77
msg.arg1_ =
dtmf
;
in SendDtmf()
H
A
D
hfp_ag_profile_event_sender.h
74
* @param
dtmf
Code of DTMF.
76
void SendDtmf(const std::string &device, int
dtmf
) const;
H
A
D
hfp_ag_system_event_processer.cpp
191
void HfpAgSystemEventProcesser::ProcessSendDtmfEvent(int
dtmf
) const
in ProcessSendDtmfEvent()
194
systemInterface_.SendDtmf(
dtmf
, address_);
in ProcessSendDtmfEvent()
H
A
D
hfp_ag_system_interface.h
88
* @param
dtmf
The code of the DTMF.
92
bool SendDtmf(int
dtmf
, const std::string &address) const;
H
A
D
hfp_ag_system_interface.cpp
169
bool HfpAgSystemInterface::SendDtmf(int
dtmf
, const std::string &address) const
in SendDtmf()
argument
172
char str =
dtmf
+ '0';
in SendDtmf()
Completed in 6 milliseconds