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:SendKeyPressed
(Results
1 - 14
of
14
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H
A
D
hfp_hf_profile.h
233
bool
SendKeyPressed
();
H
A
D
hfp_hf_service.h
250
bool
SendKeyPressed
(const RawAddress &device) override;
H
A
D
hfp_hf_profile.cpp
353
bool HfpHfProfile::
SendKeyPressed
()
in SendKeyPressed()
function in OHOS::bluetooth::HfpHfProfile
H
A
D
hfp_hf_statemachine.cpp
524
if (!profile_.
SendKeyPressed
()) {
in PrecessSendKeyPressed()
H
A
D
hfp_hf_service.cpp
523
bool HfpHfService::
SendKeyPressed
(const RawAddress &device)
in SendKeyPressed()
function in OHOS::bluetooth::HfpHfService
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H
A
D
i_bluetooth_hfp_hf.h
44
virtual bool
SendKeyPressed
(const BluetoothRawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_hfp_hf_server.h
46
bool
SendKeyPressed
(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_hfp_hf_proxy.h
42
bool
SendKeyPressed
(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_hfp_hf.h
309
bool
SendKeyPressed
(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H
A
D
interface_profile_hfp_hf.h
300
virtual bool
SendKeyPressed
(const RawAddress &device) = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_hfp_hf.cpp
328
bool
SendKeyPressed
(const BluetoothRemoteDevice &device)
in SendKeyPressed()
function
333
return proxy->
SendKeyPressed
(BluetoothRawAddress(device.GetDeviceAddr()));
in SendKeyPressed()
669
bool HandsFreeUnit::
SendKeyPressed
(const BluetoothRemoteDevice &device)
in SendKeyPressed()
function in OHOS::Bluetooth::HandsFreeUnit
671
return pimpl->
SendKeyPressed
(device);
in SendKeyPressed()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_hfp_hf_server.cpp
344
bool BluetoothHfpHfServer::
SendKeyPressed
(const BluetoothRawAddress &device) {
in SendKeyPressed()
function in OHOS::Bluetooth::BluetoothHfpHfServer
348
return pimpl->HfpHfService_->
SendKeyPressed
(addr);
in SendKeyPressed()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_hfp_hf_proxy.cpp
344
bool BluetoothHfpHfProxy::
SendKeyPressed
(const BluetoothRawAddress &device)
in SendKeyPressed()
function in OHOS::Bluetooth::BluetoothHfpHfProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_hfp_hf_stub.cpp
315
int result =
SendKeyPressed
(*device);
in SendKeyPressedInner()
Completed in 11 milliseconds