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:A2dpSinkObserver
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_a2dp_snk.h
40
class
A2dpSinkObserver
{
class
47
virtual ~
A2dpSinkObserver
() = default;
178
void RegisterObserver(std::shared_ptr<
A2dpSinkObserver
> observer);
186
void DeregisterObserver(std::shared_ptr<
A2dpSinkObserver
> observer);
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_a2dp_sink_server.cpp
28
class
A2dpSinkObserver
: public IA2dpObserver {
class
30
A2dpSinkObserver
() = default;
31
~
A2dpSinkObserver
() override = default;
59
std::unique_ptr<
A2dpSinkObserver
> observerImp_{std::make_unique<
A2dpSinkObserver
>()};
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_a2dp_snk.cpp
51
BluetoothObserverList<
A2dpSinkObserver
> observers_;
64
void Register(std::shared_ptr<
A2dpSinkObserver
> &observer)
in Register()
70
void Deregister(std::shared_ptr<
A2dpSinkObserver
> &observer)
in Deregister()
80
a2dpSink_.observers_.ForEach([device, state, cause](std::shared_ptr<
A2dpSinkObserver
> observer) {
124
void A2dpSink::RegisterObserver(std::shared_ptr<
A2dpSinkObserver
> observer)
in RegisterObserver()
131
void A2dpSink::DeregisterObserver(std::shared_ptr<
A2dpSinkObserver
> observer)
in DeregisterObserver()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H
A
D
napi_bluetooth_a2dp_snk_observer.h
28
class NapiA2dpSinkObserver : public
A2dpSinkObserver
{
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H
A
D
a2dp_snk_test.cpp
29
class A2dpSinkObserverCommon : public
A2dpSinkObserver
{
Completed in 3 milliseconds