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:GetSdcSensorInfo
(Results
1 - 9
of
9
) sorted by relevance
/drivers/peripheral/sensor/test/fuzztest/sensorgetsdcsensorInfo_fuzzer/
H
A
D
sensorgetsdcsensorInfo_fuzzer.cpp
48
if (!g_sensorInterface->
GetSdcSensorInfo
(sdcSensorInfos)) {
in SensorGetSdcSensorInfoFuzzTest()
/drivers/peripheral/sensor/interfaces/include/
H
A
D
sensor_if.h
193
int32_t (*
GetSdcSensorInfo
)(struct SdcSensorInfo sdcSensorInfo[]);
member
/drivers/peripheral/sensor/hdi_impl/
H
A
D
sensor_impl.h
44
int32_t
GetSdcSensorInfo
(std::vector<SdcSensorInfoVdi>& sdcSensorInfoVdi) override;
H
A
D
sensor_impl.cpp
321
int32_t SensorImpl::
GetSdcSensorInfo
(std::vector<SdcSensorInfoVdi> &sdcSensorInfoVdi)
in GetSdcSensorInfo()
function in OHOS::HDI::Sensor::V1_1::SensorImpl
323
HDF_LOGI("%{public}s: Enter the
GetSdcSensorInfo
function", __func__);
in GetSdcSensorInfo()
324
if (sensorInterface == nullptr || sensorInterface->
GetSdcSensorInfo
== nullptr) {
in GetSdcSensorInfo()
329
StartTrace(HITRACE_TAG_SENSORS, "
GetSdcSensorInfo
");
in GetSdcSensorInfo()
331
int32_t ret = sensorInterface->
GetSdcSensorInfo
(sdcSensorInfo);
in GetSdcSensorInfo()
/drivers/peripheral/sensor/interfaces/v1_0/
H
A
D
isensor_interface_vdi.h
67
virtual int32_t
GetSdcSensorInfo
(std::vector<SdcSensorInfoVdi>& sdcSensorInfo) { return HDF_SUCCESS; };
in GetSdcSensorInfo()
function in OHOS::HDI::Sensor::V1_1::ISensorInterfaceVdi
/drivers/peripheral/sensor/hdi_service/
H
A
D
sensor_if_service.h
50
int32_t
GetSdcSensorInfo
(std::vector<SdcSensorInfo>& sdcSensorInfo) override;
H
A
D
sensor_if_service.cpp
735
int32_t SensorIfService::
GetSdcSensorInfo
(std::vector<SdcSensorInfo>& sdcSensorInfo)
in GetSdcSensorInfo()
function in OHOS::HDI::Sensor::SensorIfService
747
SENSOR_TRACE_START("sensorVdiImpl_->
GetSdcSensorInfo
");
in GetSdcSensorInfo()
748
int32_t ret = sensorVdiImpl_->
GetSdcSensorInfo
(sdcSensorInfoVdi);
in GetSdcSensorInfo()
751
HDF_LOGE("%{public}s
GetSdcSensorInfo
failed, error code is %{public}d", __func__, ret);
in GetSdcSensorInfo()
/drivers/peripheral/sensor/hal/src/
H
A
D
sensor_controller.c
475
static int32_t
GetSdcSensorInfo
(struct SdcSensorInfo sdcSensorInfo[])
in GetSdcSensorInfo()
function
493
device->
GetSdcSensorInfo
=
GetSdcSensorInfo
;
in GetSensorDeviceMethods()
/drivers/peripheral/sensor/test/unittest/hdi/
H
A
D
hdf_sensor_hdi_test.cpp
478
* @tc.name:
GetSdcSensorInfo
483
HWTEST_F(HdfSensorHdiTest,
GetSdcSensorInfo
, TestSize.Level1)
in HWTEST_F()
489
int32_t ret = g_sensorInterface->
GetSdcSensorInfo
(sdcSensorInfo);
in HWTEST_F()
Completed in 6 milliseconds