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:AvrcpController
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H
A
D
avrcp_ct_test.cpp
26
class AvrcpControllerObserverCommon : public
AvrcpController
::IObserver {
39
static
AvrcpController
*profile_;
77
* @tc.desc: Gets the static instance of the <b>
AvrcpController
</b> class.
82
profile_ =
AvrcpController
::GetProfile();
in HWTEST_F()
95
profile_ =
AvrcpController
::GetProfile();
in HWTEST_F()
109
profile_ =
AvrcpController
::GetProfile();
in HWTEST_F()
125
profile_ =
AvrcpController
::GetProfile();
in HWTEST_F()
139
profile_ =
AvrcpController
::GetProfile();
in HWTEST_F()
153
profile_ =
AvrcpController
::GetProfile();
in HWTEST_F()
169
profile_ =
AvrcpController
in HWTEST_F()
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/
H
A
D
napi_bluetooth_avrcp_ct.cpp
42
napi_define_class(env, "
AvrcpController
", NAPI_AUTO_LENGTH, AvrcpControllerConstructor, nullptr,
in DefineAvrcpControllerJSClass()
64
AvrcpController
*profile =
AvrcpController
::GetProfile();
in On()
86
AvrcpController
*profile =
AvrcpController
::GetProfile();
in GetConnectionDevices()
120
AvrcpController
*profile =
AvrcpController
::GetProfile();
in GetDeviceState()
153
AvrcpController
*profile =
AvrcpController
::GetProfile();
in Connect()
185
AvrcpController
*profil
in Disconnect()
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_avrcp_ct.cpp
46
struct
AvrcpController
::impl {
50
explicit ObserverImpl(
AvrcpController
::impl *impl) : impl_(impl)
in ObserverImpl()
434
AvrcpController
::impl *impl_;
881
BluetoothObserverList<
AvrcpController
::IObserver> observers_;
887
AvrcpController
::impl::impl()
in impl()
899
AvrcpController
*
AvrcpController
::GetProfile(void)
in GetProfile()
903
static BluetoothNoDestructor<
AvrcpController
> instance;
in GetProfile()
906
static
AvrcpController
instance;
in GetProfile()
915
void
AvrcpController
1704
AvrcpController
::
AvrcpController
(void)
AvrcpController()
function in OHOS::Bluetooth::AvrcpController
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_avrcp_ct.h
415
class BLUETOOTH_API
AvrcpController
{
class
418
* @brief This abstract class declares a set of methods for observing the <b>
AvrcpController
::IObserver</b> class.
425
* @brief A constructor used to create an <b>
AvrcpController
::IObserver</b> instance.
432
* @brief A destructor used to delete the <b>
AvrcpController
::IObserver</b> instance.
461
* @brief Gets the static instance of the <b>
AvrcpController
</b> class.
467
static
AvrcpController
*GetProfile(void);
476
* @param[in] observer The pointer to the <b>
AvrcpController
::IObserver</b>.
479
void RegisterObserver(std::shared_ptr<
AvrcpController
::IObserver> observer);
484
* @param[in] observer The pointer to the <b>
AvrcpController
::IObserver</b>.
487
void UnregisterObserver(std::shared_ptr<
AvrcpController
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/include/
H
A
D
napi_bluetooth_avrcp_ct_observer.h
28
class NapiAvrcpControllerObserver : public
AvrcpController
::IObserver {
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H
A
D
bt_statistic.cpp
180
devices =
AvrcpController
::GetProfile()->GetDevicesByStates(connectState_);
in GetAvrCTDeviceInfo()
Completed in 5 milliseconds