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:StopPlaying
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H
A
D
i_bluetooth_a2dp_src.h
53
virtual int
StopPlaying
(const RawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H
A
D
interface_profile_a2dp_src.h
309
virtual int
StopPlaying
(const RawAddress &device) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_a2dp_src.h
334
int
StopPlaying
(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_a2dp_source_server.h
53
int
StopPlaying
(const RawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_a2dp_src_proxy.h
51
int
StopPlaying
(const RawAddress &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_a2dp_source_server.cpp
407
int BluetoothA2dpSourceServer::
StopPlaying
(const RawAddress &device)
in StopPlaying()
function in OHOS::Bluetooth::BluetoothA2dpSourceServer
410
return pimpl->a2dpSrcService_->
StopPlaying
(device);
in StopPlaying()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_service.h
381
int
StopPlaying
(const RawAddress &device) override;
H
A
D
a2dp_service.cpp
893
int A2dpService::
StopPlaying
(const RawAddress &device)
in StopPlaying()
function in OHOS::bluetooth::A2dpService
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H
A
D
a2dp_src_test.cpp
381
* @tc.name:
StopPlaying
390
EXPECT_EQ(profile_->
StopPlaying
(device), 0);
in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_a2dp_src.cpp
550
int A2dpSource::
StopPlaying
(const BluetoothRemoteDevice &device)
in StopPlaying()
function in OHOS::Bluetooth::A2dpSource
566
return proxy->
StopPlaying
(RawAddress(device.GetDeviceAddr()));
in StopPlaying()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_a2dp_src_stub.cpp
385
int result =
StopPlaying
(RawAddress(addr));
in StopPlayingInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_a2dp_src_proxy.cpp
345
int BluetoothA2dpSrcProxy::
StopPlaying
(const RawAddress &device)
in StopPlaying()
function in OHOS::Bluetooth::BluetoothA2dpSrcProxy
Completed in 11 milliseconds