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:GattClient
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_gatt_client.cpp
93
struct
GattClient
::impl {
114
bool Init(std::weak_ptr<
GattClient
> client);
126
class
GattClient
::impl::BluetoothGattClientCallbackStubImpl : public BluetoothGattClientCallbackStub {
131
std::shared_ptr<
GattClient
> clientSptr = (client_).lock();
143
std::shared_ptr<
GattClient
> clientSptr = (client_).lock();
162
std::shared_ptr<
GattClient
> clientSptr = (client_).lock();
183
std::shared_ptr<
GattClient
> clientSptr = (client_).lock();
210
std::shared_ptr<
GattClient
> clientSptr = (client_).lock();
234
std::shared_ptr<
GattClient
> clientSptr = (client_).lock();
261
std::shared_ptr<
GattClient
> clientSpt
571
GattClient
::
GattClient
(const BluetoothRemoteDevice &device) : pimpl(new
GattClient
::impl(device))
GattClient()
function in OHOS::Bluetooth::GattClient
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_gatt_client.h
176
* @brief Class for
GattClient
functions.
181
class BLUETOOTH_API
GattClient
: public std::enable_shared_from_this<
GattClient
> {
class
197
* @param isAutoConnect isAutoConnect of
GattClient
.
198
* @param transport transport of
GattClient
.
208
* @param connPriority connPriority of
GattClient
.
252
* @param uuid uuid of
GattClient
.
291
* @param mtu mtu of
GattClient
.
302
* @param enable enable of
GattClient
.
313
* @param enable enable of
GattClient
[all...]
/foundation/communication/bluetooth_service/test/unittest/gatt/
H
A
D
gatt_client_test.cpp
116
* @tc.name:
GattClient
122
GattClient
client(device);
in HWTEST_F()
134
GattClient
client(device);
in HWTEST_F()
151
GattClient
client(device);
in HWTEST_F()
169
GattClient
client(device);
in HWTEST_F()
187
GattClient
client(device);
in HWTEST_F()
210
GattClient
client(device);
in HWTEST_F()
227
GattClient
client(device);
in HWTEST_F()
249
GattClient
client(device);
in HWTEST_F()
270
GattClient
clien
in HWTEST_F()
[all...]
H
A
D
gatt_manager_test.cpp
117
GattClient
client(device);
in HWTEST_F()
140
GattClient
client(device);
in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H
A
D
napi_bluetooth_gatt_client.h
62
std::shared_ptr<
GattClient
> &GetClient()
in GetClient()
81
client_ = std::make_shared<
GattClient
>(*device_);
in NapiGattClient()
91
std::shared_ptr<
GattClient
> client_ = nullptr;
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gatt_client.cpp
53
std::shared_ptr<
GattClient
> gattClient;
83
static GattCharacteristic *GattcFindCharacteristic(int clientId, std::shared_ptr<
GattClient
> &client,
in GattcFindCharacteristic()
423
std::shared_ptr<
GattClient
> client = nullptr;
in BleGattcConnect()
430
client = std::make_shared<
GattClient
>(device);
in BleGattcConnect()
491
std::shared_ptr<
GattClient
> client = iter->second.gattClient;
in BleGattcSetPriority()
512
std::shared_ptr<
GattClient
> client = iter->second.gattClient;
in BleGattcDisconnect()
539
std::shared_ptr<
GattClient
> client = iter->second.gattClient;
in BleGattcSearchServices()
568
std::shared_ptr<
GattClient
> client = iter->second.gattClient;
in BleGattcGetService()
606
std::shared_ptr<
GattClient
> client = nullptr;
in BleGattcReadCharacteristic()
632
std::shared_ptr<
GattClient
> clien
in BleGattcWriteCharacteristic()
[all...]
H
A
D
ohos_bt_socket.cpp
208
std::shared_ptr<
GattClient
> client = nullptr;
in SocketSetFastConnection()
210
client = std::make_shared<
GattClient
>(device);
in SocketSetFastConnection()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H
A
D
napi_bluetooth_gatt_client.cpp
154
static GattCharacteristic *GetCharacteristic(const std::shared_ptr<
GattClient
> &client,
in GetCharacteristic()
167
static GattCharacteristic *GetGattcCharacteristic(const std::shared_ptr<
GattClient
> &client,
in GetGattcCharacteristic()
178
static GattDescriptor *GetGattcDescriptor(const std::shared_ptr<
GattClient
> &client,
in GetGattcDescriptor()
237
std::shared_ptr<
GattClient
> client = gattClient->GetClient();
in Connect()
253
std::shared_ptr<
GattClient
> client = gattClient->GetClient();
in Disconnect()
416
std::shared_ptr<
GattClient
> client = gattClient->GetClient();
in Close()
452
std::shared_ptr<
GattClient
> client = gattClient->GetClient();
in SetBLEMtuSize()
751
std::shared_ptr<
GattClient
> client = gattClient->GetClient();
in WriteCharacteristicValue()
790
std::shared_ptr<
GattClient
> client = gattClient->GetClient();
in WriteDescriptorValue()
832
std::shared_ptr<
GattClient
> clien
in SetNotifyCharacteristicChanged()
[all...]
Completed in 7 milliseconds