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:HidHost
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H
A
D
napi_bluetooth_hid_host.cpp
63
HidHost
*profile =
HidHost
::GetProfile();
in DefineHidHostJSClass()
87
HidHost
*profile =
HidHost
::GetProfile();
in CreateHidHostProfile()
130
HidHost
*profile =
HidHost
::GetProfile();
in GetConnectionDevices()
157
HidHost
*profile =
HidHost
::GetProfile();
in GetDeviceState()
177
HidHost
*profile =
HidHost
in Connect()
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_hid_host.h
72
class BLUETOOTH_API
HidHost
{
class
75
* @brief Get the instance of
HidHost
object.
77
* @return Returns the pointer to the
HidHost
instance.
79
static
HidHost
*GetProfile();
186
* @brief The external process calls the
HidHost
profile interface before the Bluetooth process starts. At this
188
*
HidHost
proflie.
199
HidHost
();
200
~
HidHost
();
201
BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(
HidHost
);
205
friend class BluetoothNoDestructor<
HidHost
>;
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_hid_host.cpp
60
struct
HidHost
::impl {
197
HidHost
::impl::impl()
in impl()
208
HidHost
::impl::~impl()
in ~impl()
217
HidHost
::
HidHost
()
in HidHost()
function in OHOS::Bluetooth::HidHost
222
HidHost
::~
HidHost
() {}
in ~HidHost()
224
HidHost
*
HidHost
::GetProfile()
in GetProfile()
227
static BluetoothNoDestructor<
HidHost
> instanc
in GetProfile()
[all...]
/foundation/communication/bluetooth_service/test/unittest/hid/
H
A
D
hid_host_test.cpp
38
static Bluetooth::
HidHost
*profile_;
102
profile_ =
HidHost
::GetProfile();
in HWTEST_F()
126
profile_ =
HidHost
::GetProfile();
in HWTEST_F()
146
profile_ =
HidHost
::GetProfile();
in HWTEST_F()
165
profile_ =
HidHost
::GetProfile();
in HWTEST_F()
183
profile_ =
HidHost
::GetProfile();
in HWTEST_F()
200
profile_ =
HidHost
::GetProfile();
in HWTEST_F()
/foundation/communication/nfc/services/src/tag/
H
A
D
bt_connection_manager.cpp
57
static Bluetooth::
HidHost
*g_hid;
321
g_hid = Bluetooth::
HidHost
::GetProfile();
in HandleBtInit()
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H
A
D
bt_statistic.cpp
222
HidHost
::GetProfile()->GetDevicesByStates(connectState_, devices);
in GetHidHostDeviceInfo()
Completed in 4 milliseconds