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:SetHandle
(Results
1 - 15
of
15
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_connection.h
50
void
SetHandle
(uint16_t handle)
in SetHandle()
function in OHOS::bluetooth::GattConnection
H
A
D
gatt_client_service.cpp
606
client.value()->second.connection_.
SetHandle
(std::get<TUPLE_INDEX_SECOND>(deviceInfo));
in Connect()
1123
client.connection_.
SetHandle
(connectionHandle);
in OnConnect()
1142
client.connection_.
SetHandle
(0);
in OnDisconnect()
1163
client.connection_.
SetHandle
(connectionHandle);
in OnConnectionChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_service_device.h
82
void
SetHandle
(uint16_t handleInfo);
H
A
D
a2dp_service_device.cpp
101
void A2dpDeviceInfo::
SetHandle
(uint16_t handleInfo)
in SetHandle()
function in OHOS::bluetooth::A2dpDeviceInfo
H
A
D
a2dp_profile_peer.h
67
void
SetHandle
(uint16_t hdl);
H
A
D
a2dp_profile_peer.cpp
56
void A2dpStream::
SetHandle
(uint16_t hdl)
in SetHandle()
function in OHOS::bluetooth::A2dpStream
184
streamCtrl_[i - 1].
SetHandle
(hdl);
in RegisterSEPConfigureInfo()
215
streamCtrl_[i].
SetHandle
(hdl);
in RegisterSEPConfigureInfo()
H
A
D
a2dp_service.cpp
125
deviceInfo->
SetHandle
(handle);
in ProcessConnectStateMessage()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
surface_tunnel_handle.h
29
GSError
SetHandle
(const GraphicExtDataHandle *handle);
/foundation/graphic/graphic_surface/surface/src/
H
A
D
surface_tunnel_handle.cpp
72
GSError SurfaceTunnelHandle::
SetHandle
(const GraphicExtDataHandle *handle)
in SetHandle()
function in OHOS::SurfaceTunnelHandle
75
BLOGW("
SetHandle
with nullptr");
in SetHandle()
H
A
D
buffer_utils.cpp
299
if (handle->
SetHandle
(tunnelHandle) != GSERROR_OK) {
in ReadExtDataHandle()
300
BLOGE("
SetHandle
failed");
in ReadExtDataHandle()
H
A
D
buffer_queue_producer.cpp
1375
if (tunnelHandle->
SetHandle
(handle) != GSERROR_OK) {
in SetTunnelHandle()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferutils_fuzzer/
H
A
D
bufferutils_fuzzer.cpp
73
tunnelHandle2->
SetHandle
(handle);
in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H
A
D
bufferqueue_fuzzer.cpp
178
tunnelHandle->
SetHandle
(handle);
in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H
A
D
bufferqueueproducer_fuzzer.cpp
91
tunnelHandle->
SetHandle
(handle);
in BufferQueueProducerFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H
A
D
hdilayerinfo_test.cpp
350
ASSERT_EQ(tunnelHandle->
SetHandle
(handleSet), OHOS::GSERROR_OK);
in HWTEST_F()
Completed in 14 milliseconds