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:GetResolution
(Results
1 - 9
of
9
) sorted by relevance
/base/sensors/medical_sensor/utils/include/
H
A
D
medical_sensor.h
40
float
GetResolution
() const;
/base/sensors/sensor/utils/common/include/
H
A
D
sensor.h
44
float
GetResolution
() const;
/base/print/print_fwk/frameworks/models/print_models/include/
H
A
D
printer_capability.h
47
void
GetResolution
(std::vector<PrintResolution> &resolutionList) const;
/base/sensors/medical_sensor/utils/src/
H
A
D
medical.cpp
89
float MedicalSensor::
GetResolution
() const
in GetResolution()
function in OHOS::Sensors::MedicalSensor
/base/sensors/sensor/utils/common/src/
H
A
D
sensor.cpp
113
float Sensor::
GetResolution
() const
in GetResolution()
function in OHOS::Sensors::Sensor
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H
A
D
printer_capability_test.cpp
116
capability.
GetResolution
(getResolution);
in HWTEST_F()
/base/print/print_fwk/frameworks/models/print_models/src/
H
A
D
printer_capability.cpp
153
void PrinterCapability::
GetResolution
(std::vector<PrintResolution> &resolutionList) const
in GetResolution()
function in OHOS::Print::PrinterCapability
/base/sensors/sensor/frameworks/native/src/
H
A
D
sensor_agent_proxy.cpp
368
sensorInfo->precision = sensorList[i].
GetResolution
();
in ConvertSensorInfos()
/base/print/print_fwk/services/print_service/src/
H
A
D
print_system_data.cpp
386
printerCapability.
GetResolution
(resolutionList);
in ConvertPrintResolutionToJson()
Completed in 6 milliseconds