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
defs:remoteDevice
(Results
1 - 22
of
22
) sorted by relevance
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H
A
D
dm_adapter_test.cpp
100
DmDeviceInfo
remoteDevice
;
in HWTEST_F()
local
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H
A
D
cast_session_common.h
30
CastInnerRemoteDevice
remoteDevice
;
member
/foundation/CastEngine/castengine_cast_plus_stream/include/
H
A
D
cast_session_common.h
30
CastInnerRemoteDevice
remoteDevice
;
member
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H
A
D
napi_bluetooth_connection_observer.cpp
65
BluetoothRemoteDevice
remoteDevice
;
in OnPairRequested()
local
109
std::shared_ptr<BluetoothRemoteDevice>
remoteDevice
= std::make_shared<BluetoothRemoteDevice>(device);
in OnDiscoveryResultCallBack()
local
117
std::shared_ptr<BluetoothRemoteDevice>
remoteDevice
= std::make_shared<BluetoothRemoteDevice>(device);
in OnDiscoveryResultCallBack()
local
H
A
D
napi_bluetooth_connection.cpp
194
BluetoothRemoteDevice
remoteDevice
= BluetoothRemoteDevice(remoteAddr);
in PairDevice()
local
207
BluetoothRemoteDevice
remoteDevice
= BluetoothRemoteDevice(remoteAddr);
in CancelPairedDevice()
local
225
BluetoothRemoteDevice
remoteDevice
= BluetoothRemoteDevice(remoteAddr);
in GetRemoteDeviceName()
local
239
BluetoothRemoteDevice
remoteDevice
= BluetoothRemoteDevice(remoteAddr);
in GetRemoteDeviceClass()
local
336
BluetoothRemoteDevice
remoteDevice
= BluetoothRemoteDevice(remoteAddr);
in SetDevicePairingConfirmation()
local
609
BluetoothRemoteDevice
remoteDevice
= BluetoothRemoteDevice(remoteAddr);
GetPairState()
local
666
BluetoothRemoteDevice
remoteDevice
= BluetoothRemoteDevice(remoteAddr);
GetRemoteProductId()
local
[all...]
/foundation/CastEngine/castengine_cast_framework/client/src/
H
A
D
cast_session_impl_proxy.cpp
73
int32_t CastSessionImplProxy::AddDevice(const CastRemoteDevice &
remoteDevice
)
in AddDevice()
argument
H
A
D
cast_session.cpp
64
int32_t CastSession::AddDevice(const CastRemoteDevice &
remoteDevice
)
in AddDevice()
argument
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H
A
D
i_cast_session_impl.h
62
virtual bool AddDevice(const CastInnerRemoteDevice &
remoteDevice
)
in AddDevice()
argument
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H
A
D
bluetooth_connection_callback.cpp
47
std::shared_ptr<BluetoothRemoteDevice>
remoteDevice
= std::make_shared<BluetoothRemoteDevice>(device);
in OnDiscoveryResult()
local
H
A
D
bluetooth_connection_impl.cpp
47
BluetoothRemoteDevice
remoteDevice
= Bluetooth::BluetoothRemoteDevice(deviceId);
in PairDevice()
local
59
BluetoothRemoteDevice
remoteDevice
= Bluetooth::BluetoothRemoteDevice(deviceId);
in GetRemoteDeviceName()
local
71
BluetoothRemoteDevice
remoteDevice
= Bluetooth::BluetoothRemoteDevice(deviceId);
in GetRemoteDeviceClass()
local
93
BluetoothRemoteDevice
remoteDevice
= BluetoothRemoteDevice(deviceId);
in GetRemoteProfileUuids()
local
138
BluetoothRemoteDevice
remoteDevice
= Bluetooth::BluetoothRemoteDevice(deviceId);
in GetPairState()
local
161
BluetoothRemoteDevice
remoteDevice
= Bluetooth::BluetoothRemoteDevice(deviceId);
SetDevicePairingConfirmation()
local
172
BluetoothRemoteDevice
remoteDevice
= Bluetooth::BluetoothRemoteDevice(deviceId);
SetDevicePinCode()
local
231
BluetoothRemoteDevice
remoteDevice
= BluetoothRemoteDevice(deviceId);
SetRemoteDeviceName()
local
244
BluetoothRemoteDevice
remoteDevice
= BluetoothRemoteDevice(deviceId);
GetRemoteDeviceBatteryInfo()
local
[all...]
/foundation/communication/bluetooth_service/test/unittest/host/
H
A
D
host_test.cpp
149
BluetoothRemoteDevice
remoteDevice
= host_->GetRemoteDevice(device_.GetDeviceAddr(), BT_TRANSPORT_BREDR);
in HWTEST_F()
local
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gap.cpp
448
BluetoothRemoteDevice
remoteDevice
;
in PairRequestReply()
local
467
BluetoothRemoteDevice
remoteDevice
;
in SetDevicePairingConfirmation()
local
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H
A
D
dm_adapter.cpp
192
int32_t DMAdapter::GetRemoteDeviceInfo(const std::string &networkId, DmDeviceInfo &
remoteDevice
)
in GetRemoteDeviceInfo()
argument
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/
H
A
D
discovery_manager.cpp
155
CastInnerRemoteDevice
remoteDevice
= it->first;
in UpdateDeviceState()
local
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H
A
D
avsession_remote_test.cpp
109
OHOS::DistributedHardware::DmDeviceInfo
remoteDevice
;
in MockGetTrustedDeviceList()
local
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H
A
D
napi_bluetooth_a2dp_src.cpp
191
BluetoothRemoteDevice
remoteDevice
= BluetoothRemoteDevice(remoteAddr, transport);
in GetPlayingState()
local
208
BluetoothRemoteDevice
remoteDevice
= BluetoothRemoteDevice(remoteAddr, transport);
in Connect()
local
224
BluetoothRemoteDevice
remoteDevice
= BluetoothRemoteDevice(remoteAddr, transport);
in Disconnect()
local
675
BluetoothRemoteDevice
remoteDevice
= BluetoothRemoteDevice(remoteAddr, transport);
GetCurrentCodecInfo()
local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioadapter/src/
H
A
D
pulse_audio_service_adapter_impl.cpp
417
std::string
remoteDevice
= "remote";
in SetLocalDefaultSink()
local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H
A
D
cast_session_impl.cpp
150
int32_t CastSessionImpl::AddDevice(const CastRemoteDevice &
remoteDevice
)
in AddDevice()
argument
167
bool CastSessionImpl::AddDevice(const CastInnerRemoteDevice &
remoteDevice
)
in AddDevice()
argument
223
OtherAddDevice(const CastInnerRemoteDevice &
remoteDevice
)
OtherAddDevice()
argument
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/
H
A
D
cast_session_impl.cpp
150
int32_t CastSessionImpl::AddDevice(const CastRemoteDevice &
remoteDevice
)
in AddDevice()
argument
167
bool CastSessionImpl::AddDevice(const CastInnerRemoteDevice &
remoteDevice
)
in AddDevice()
argument
223
OtherAddDevice(const CastInnerRemoteDevice &
remoteDevice
)
OtherAddDevice()
argument
[all...]
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H
A
D
avsessionservice_fuzzer.cpp
112
OHOS::DistributedHardware::DmDeviceInfo
remoteDevice
;
in MockGetTrustedDeviceList()
local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_adapter.cpp
1003
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(device);
in HandleInquiryResult()
local
1025
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
;
in FindRemoteDevice()
local
1108
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(device);
ReceiveRemoteName()
local
1175
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(device);
SSPConfirmReq()
local
1194
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(device);
PinCodeReq()
local
1525
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(device);
ReceiveLinkKeyNotification()
local
1554
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(device);
ReceiveSimplePairComplete()
local
1582
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(device);
ReceiveAuthenticationComplete()
local
1612
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(device);
ReceiveEncryptionChange()
local
1714
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(device);
SearchAttributeEnd()
local
1809
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(device);
StartPair()
local
2037
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(device);
ReceiveConnectionComplete()
local
2143
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(device);
SetLinkKey()
local
2176
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(rawAddr);
SetIoCapability()
local
2207
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(device);
SaveRemoteIoCapability()
local
2413
std::shared_ptr<ClassicRemoteDevice>
remoteDevice
= FindRemoteDevice(device);
IsHfpCodSupported()
local
[all...]
/foundation/distributeddatamgr/pasteboard/services/core/src/
H
A
D
pasteboard_service.cpp
937
DmDeviceInfo
remoteDevice
;
in EstablishP2PLink()
local
966
DmDeviceInfo
remoteDevice
;
in CloseP2PLink()
local
1344
DmDeviceInfo
remoteDevice
;
in GetValidDistributeEvent()
local
Completed in 25 milliseconds