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:AvrcpCtResponse
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_avrcp_ct.cpp
36
AvrcpCtResponse
::
AvrcpCtResponse
(uint8_t type, int resp) : type_(type), resp_(resp)
in AvrcpCtResponse()
function in OHOS::Bluetooth::AvrcpCtResponse
41
AvrcpCtResponse
::~
AvrcpCtResponse
()
in ~AvrcpCtResponse()
467
AvrcpCtResponse
resp(AVRC_ACTION_TYPE_PRESS_BUTTON, result);
in OnPressButton()
468
resp.button_ = std::make_unique<
AvrcpCtResponse
::Button>(button);
in OnPressButton()
481
AvrcpCtResponse
resp(AVRC_ACTION_TYPE_RELEASE_BUTTON, result);
in OnReleaseButton()
482
resp.button_ = std::make_unique<
AvrcpCtResponse
::Button>(button);
in OnReleaseButton()
496
AvrcpCtResponse
resp(AVRC_ACTION_TYPE_SET_BROWSED_PLAYER, result);
in OnSetBrowsedPlayer()
509
AvrcpCtResponse
res
in OnGetCapabilities()
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/include/
H
A
D
napi_bluetooth_avrcp_ct_observer.h
31
void OnActionCompleted(const BluetoothRemoteDevice &device, const
AvrcpCtResponse
&resp) override {}
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_avrcp_ct.h
41
class
AvrcpCtResponse
{
class
372
AvrcpCtResponse
(uint8_t type, int resp);
373
~
AvrcpCtResponse
();
377
// The unique pointer to the <b>
AvrcpCtResponse
::Button</b> class.
379
// The unique pointer to the <b>
AvrcpCtResponse
::GetCapabilities</b> class.
381
// The unique pointer to the <b>
AvrcpCtResponse
::PlayerSettingAttributes</b> class.
383
// The unique pointer to the <b>
AvrcpCtResponse
::PlayerSettingValues</b> class.
385
// The unique pointer to the <b>
AvrcpCtResponse
::PlayerSettingCurrentValue</b> class.
387
// The unique pointer to the <b>
AvrcpCtResponse
::PlayerGettingAttribtueText</b> class.
389
// The unique pointer to the <b>
AvrcpCtResponse
[all...]
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H
A
D
avrcp_ct_test.cpp
32
void OnActionCompleted(const BluetoothRemoteDevice &device, const
AvrcpCtResponse
&resp){}
in OnActionCompleted()
Completed in 4 milliseconds