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:BLUETOOTH_HOST
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_remote_device.cpp
47
sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in GetDeviceType()
73
sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in GetPhonebookPermission()
83
sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in SetPhonebookPermission()
92
sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in GetMessagePermission()
101
sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in SetMessagePermission()
110
sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in GetPowerMode()
119
sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in GetDeviceName()
130
sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in GetDeviceName()
139
sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in GetDeviceAlias()
151
sptr<IBluetoothHost> hostProxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in SetDeviceAlias()
[all...]
H
A
D
bluetooth_host.cpp
434
sptr<IBluetoothHost> proxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
441
sptr<IBluetoothHost> proxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
453
sptr<IBluetoothHost> proxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
470
profileRegisterId = BluetoothProfileManager::GetInstance().RegisterFunc(
BLUETOOTH_HOST
,
in impl()
486
sptr<IBluetoothHost> proxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in ~impl()
503
sptr<IRemoteObject> hostRemote = BluetoothProfileManager::GetInstance().GetProfileRemote(
BLUETOOTH_HOST
);
in LoadBluetoothHostService()
522
sptr<IBluetoothHost> proxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in LoadBluetoothHostService()
562
sptr<IBluetoothHost> proxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in SyncRandomAddrToService()
609
sptr<IBluetoothHost> proxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in EnableBt()
658
sptr<IBluetoothHost> proxy = GetRemoteProxy<IBluetoothHost>(
BLUETOOTH_HOST
);
in UpdateVirtualDevice()
[all...]
H
A
D
bluetooth_profile_manager.cpp
71
if (profileRemoteMap_.Find(
BLUETOOTH_HOST
, value)) {
in GetHostRemote()
103
if (objectName ==
BLUETOOTH_HOST
) {
in GetProfileRemote()
/foundation/communication/bluetooth/frameworks/inner/include/
H
A
D
bluetooth_profile_manager.h
34
constexpr const char *
BLUETOOTH_HOST
= "BluetoothHost";
member
Completed in 3 milliseconds