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:productId_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H
A
D
bluetooth_remote_device_info.cpp
26
if (!parcel.WriteUint16(
productId_
)) {
in Marshalling()
58
if (!parcel.ReadUint16(
productId_
)) {
in ReadFromParcel()
H
A
D
bluetooth_remote_device_info.h
35
uint16_t
productId_
;
member in OHOS::Bluetooth::BluetoothRemoteDeviceInfo
/foundation/multimodalinput/input/uinput/
H
A
D
virtual_device.cpp
48
productId_
(productId),
in VirtualDevice()
110
dev_.id.product =
productId_
;
in SetUpExt()
H
A
D
virtual_device.h
48
const uint16_t
productId_
;
member in OHOS::MMI::VirtualDevice
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H
A
D
virtual_device.cpp
37
vendorId_(event.vendor),
productId_
(event.product), version_(event.version), classes_(event.classes)
in VirtualDevice()
143
dev_.id.product =
productId_
;
in SetUp()
/foundation/distributedhardware/distributed_input/services/source/inputinject/include/
H
A
D
virtual_device.h
61
const uint16_t
productId_
;
member in OHOS::DistributedHardware::DistributedInput::VirtualDevice
/foundation/multimodalinput/input/tools/vuinput/include/
H
A
D
virtual_device.h
70
const uint16_t
productId_
{ 0 };
/foundation/multimodalinput/input/tools/vuinput/src/
H
A
D
virtual_device.cpp
306
productId_
(productId),
in VirtualDevice()
484
uinputDev_.id.product =
productId_
;
in SetDeviceId()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_remote_device.cpp
404
productId = info->
productId_
;
in GetDeviceProductId()
Completed in 5 milliseconds