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:TelephoneService
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H
A
D
telephone_service.h
65
class
TelephoneService
{
class
67
static
TelephoneService
*GetInstance();
212
TelephoneService
() = default;
213
~
TelephoneService
() = default;
215
TelephoneService
(const
TelephoneService
&) = delete;
216
TelephoneService
&operator=(const
TelephoneService
&) = delete;
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/src/
H
A
D
stub.cpp
82
TelephoneService
*
TelephoneService
::GetInstance()
in GetInstance()
84
static
TelephoneService
instance;
in GetInstance()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_system_interface.cpp
283
return stub::
TelephoneService
::GetInstance()->StartVoiceRecognition(address);
in StartVoiceRecognition()
289
return stub::
TelephoneService
::GetInstance()->StopVoiceRecogition(address);
in StopVoiceRecogition()
295
return stub::
TelephoneService
::GetInstance()->SetAudioParameters(parameters);
in SetAudioParameters()
301
stub::
TelephoneService
::GetInstance()->SetStreamVolume(streamType, volume, flag);
in SetStreamVolume()
307
std::string number = stub::
TelephoneService
::GetInstance()->GetLastDialNumber();
in GetLastDialNumber()
699
stub::
TelephoneService
::GetInstance()->NotifyHfEnhancedDriverSafety(indValue);
in SendHfIndicator()
702
stub::
TelephoneService
::GetInstance()->NotifyHfBatteryLevel(indValue);
in SendHfIndicator()
Completed in 3 milliseconds