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:remoteDevices
(Results
1 - 5
of
5
) sorted by relevance
/foundation/CastEngine/castengine_cast_framework/client/src/
H
A
D
cast_service_listener_impl_stub.cpp
95
std::vector<CastRemoteDevice>
remoteDevices
;
in DoDeviceFoundTask()
local
96
if (!GetCastRemoteDevices(data,
remoteDevices
)) {
in DoDeviceFoundTask()
100
userListener_->OnDeviceFound(
remoteDevices
);
in DoDeviceFoundTask()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H
A
D
softbus_adapter_standard.cpp
164
std::set<std::string>
remoteDevices
;
in GetDeviceList()
local
168
remoteDevices
.insert(uuid);
in GetDeviceList()
171
remoteDevices
.insert(uuid);
in GetDeviceList()
177
for (const auto &deviceId :
remoteDevices
) {
in GetDeviceList()
/foundation/CastEngine/castengine_cast_framework/service/src/
H
A
D
cast_session_manager_service.cpp
203
std::vector<CastRemoteDevice>
remoteDevices
;
variable
205
remoteDevices
.push_back(CastRemoteDevice{ device.deviceId, device.deviceName, device.deviceType,
209
service->ReportDeviceFound(
remoteDevices
);
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_hfp_ag.cpp
134
std::vector<BluetoothRemoteDevice>
remoteDevices
;
in GetDevicesByStates()
local
146
remoteDevices
.push_back(remoteDevice);
in GetDevicesByStates()
149
return
remoteDevices
;
in GetDevicesByStates()
H
A
D
bluetooth_hfp_hf.cpp
181
std::vector<BluetoothRemoteDevice>
remoteDevices
;
in GetDevicesByStates()
local
193
remoteDevices
.push_back(remoteDevice);
in GetDevicesByStates()
196
return
remoteDevices
;
in GetDevicesByStates()
Completed in 8 milliseconds