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:HandsFreeUnit
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/test/unittest/hfp/
H
A
D
hfp_hf_test.cpp
49
static
HandsFreeUnit
*profile_;
98
profile_ =
HandsFreeUnit
::GetProfile();
in HWTEST_F()
112
profile_ =
HandsFreeUnit
::GetProfile();
in HWTEST_F()
128
profile_ =
HandsFreeUnit
::GetProfile();
in HWTEST_F()
144
profile_ =
HandsFreeUnit
::GetProfile();
in HWTEST_F()
161
profile_ =
HandsFreeUnit
::GetProfile();
in HWTEST_F()
177
profile_ =
HandsFreeUnit
::GetProfile();
in HWTEST_F()
193
profile_ =
HandsFreeUnit
::GetProfile();
in HWTEST_F()
210
profile_ =
HandsFreeUnit
::GetProfile();
in HWTEST_F()
226
profile_ =
HandsFreeUnit
in HWTEST_F()
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_hfp_hf.cpp
154
struct
HandsFreeUnit
::impl {
450
HandsFreeUnit
::impl::impl()
in impl()
461
HandsFreeUnit
::impl::~impl()
in ~impl()
470
HandsFreeUnit
::
HandsFreeUnit
()
in HandsFreeUnit()
function in OHOS::Bluetooth::HandsFreeUnit
475
HandsFreeUnit
::~
HandsFreeUnit
()
in ~HandsFreeUnit()
478
HandsFreeUnit
*
HandsFreeUnit
::GetProfile()
in GetProfile()
481
static BluetoothNoDestructor<
HandsFreeUnit
> instanc
in GetProfile()
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_hfp_hf.h
171
class BLUETOOTH_API
HandsFreeUnit
{
class
179
static
HandsFreeUnit
*GetProfile();
401
static
HandsFreeUnit
*instance_;
404
HandsFreeUnit
();
405
~
HandsFreeUnit
();
406
BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(
HandsFreeUnit
);
410
friend class BluetoothNoDestructor<
HandsFreeUnit
>;
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H
A
D
napi_bluetooth_hfp_hf.cpp
47
napi_define_class(env, "
HandsFreeUnit
", NAPI_AUTO_LENGTH, HandsFreeUnitConstructor, nullptr,
in DefineHandsFreeUnitJSClass()
69
HandsFreeUnit
*profile =
HandsFreeUnit
::GetProfile();
in On()
90
HandsFreeUnit
*profile =
HandsFreeUnit
::GetProfile();
in GetConnectionDevices()
123
HandsFreeUnit
*profile =
HandsFreeUnit
::GetProfile();
in GetDeviceState()
155
HandsFreeUnit
*profile =
HandsFreeUnit
::GetProfile();
in GetScoState()
187
HandsFreeUnit
*profil
in Connect()
[all...]
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H
A
D
bt_statistic.cpp
117
std::to_string(
HandsFreeUnit
::GetProfile()->GetScoState(devices[i])).c_str());
in AddDevicesToArray()
201
devices =
HandsFreeUnit
::GetProfile()->GetDevicesByStates(connectState_);
in GetHfpHFDeviceInfo()
Completed in 4 milliseconds