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:deviceName_
(Results
1 - 6
of
6
) sorted by relevance
/base/location/interfaces/inner_api/include/
H
A
D
bluetooth_scan_info.h
29
deviceName_
= "";
in BluetoothScanInfo()
67
return
deviceName_
;
in GetDeviceName()
72
deviceName_
= deviceName;
in SetDeviceName()
87
deviceName_
= Str16ToStr8(parcel.ReadString16());
in ReadFromParcel()
95
return parcel.WriteString16(Str8ToStr16(
deviceName_
)) &&
110
std::string str = "
deviceName_
: " +
deviceName_
+
in ToString()
118
std::string
deviceName_
;
member in OHOS::Location::BluetoothScanInfo
/base/web/webview/ohos_adapter/audio_adapter/src/
H
A
D
audio_system_manager_adapter_impl.cpp
282
if (audioDevice->
deviceName_
.empty()) {
in GetDevices()
285
desc->SetDeviceName(audioDevice->
deviceName_
);
in GetDevices()
390
if (defaultDevice->
deviceName_
.empty()) {
in GetDefaultOutputDevice()
393
desc->SetDeviceName(defaultDevice->
deviceName_
);
in GetDefaultOutputDevice()
418
if (defaultDevice->
deviceName_
.empty()) {
in GetDefaultInputDevice()
421
desc->SetDeviceName(defaultDevice->
deviceName_
);
in GetDefaultInputDevice()
/base/telephony/call_manager/services/audio/src/
H
A
D
audio_proxy.cpp
322
memcpy_s(&device.deviceName, kMaxDeviceNameLen, desc[0]->
deviceName_
.c_str(),
in GetPreferredOutputAudioDevice()
323
desc[0]->
deviceName_
.length()) != EOK) {
in GetPreferredOutputAudioDevice()
439
memcpy_s(device.deviceName, kMaxDeviceNameLen, desc[0]->
deviceName_
.c_str(),
in SetBluetoothDevice()
440
desc[0]->
deviceName_
.length()) != EOK) {
in SetBluetoothDevice()
H
A
D
audio_device_manager.cpp
504
deviceName = activeBluetoothDevice->
deviceName_
;
in ReportAudioDeviceChange()
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H
A
D
scanner_info.h
38
void SetDeviceName(const std::string &
deviceName_
);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
scanner_info.cpp
67
void ScanDeviceInfoTCP::SetDeviceName(const std::string&
deviceName_
)
in SetDeviceName()
argument
69
deviceName =
deviceName_
;
in SetDeviceName()
Completed in 6 milliseconds