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:GattManager
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_gatt_manager.cpp
44
struct
GattManager
::impl {
58
GattManager
::
GattManager
() : pimpl(new
GattManager
::impl())
in GattManager()
function in OHOS::Bluetooth::GattManager
65
GattManager
::~
GattManager
()
in ~GattManager()
68
std::vector<BluetoothRemoteDevice>
GattManager
::GetDevicesByStates(
in GetDevicesByStates()
97
std::vector<BluetoothRemoteDevice>
GattManager
::GetConnectedDevices()
in GetConnectedDevices()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_gatt_manager.h
51
class BLUETOOTH_API
GattManager
{
class
74
* @brief A constructor used to create a
GattManager
instance.
79
GattManager
();
81
* @brief A destructor of
GattManager
.
86
~
GattManager
();
/foundation/communication/bluetooth_service/test/unittest/gatt/
H
A
D
gatt_manager_test.cpp
115
GTEST_LOG_(INFO) << "
GattManager
::
GattManager
ends";
in HWTEST_F()
123
std::array<int,
GattManager
::GATT_CONNECTION_STATE_NUM> states = {1, 2, 3};
in HWTEST_F()
125
GattManager
test;
in HWTEST_F()
129
GTEST_LOG_(INFO) << "
GattManager
::GetDevicesByState ends";
in HWTEST_F()
138
GTEST_LOG_(INFO) << "
GattManager
::
GattManager
ends";
in HWTEST_F()
146
GattManager
test;
in HWTEST_F()
150
GTEST_LOG_(INFO) << "
GattManager
::GetConnectedDevices ends";
in HWTEST_F()
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H
A
D
bt_statistic.cpp
133
GattManager
gattManager;
in GetGattDeviceInfo()
Completed in 2 milliseconds