Home
last modified time | relevance | path

Searched refs:sensorActiveInfos (Results 1 - 6 of 6) sorted by relevance

/base/sensors/sensor/test/fuzztest/interfaces/getactivesensorinfos_fuzzer/
H A Dgetactivesensorinfos_fuzzer.cpp79 SensorActiveInfo *sensorActiveInfos { nullptr }; in GetActiveSensorInfosFuzzTest()
81 GetActiveSensorInfos(pid, &sensorActiveInfos, &count); in GetActiveSensorInfosFuzzTest()
/base/sensors/sensor/frameworks/native/src/
H A Dsensor_agent.cpp132 int32_t GetActiveSensorInfos(int32_t pid, SensorActiveInfo **sensorActiveInfos, int32_t *count) in GetActiveSensorInfos() argument
134 CHKPR(sensorActiveInfos, OHOS::Sensors::ERROR); in GetActiveSensorInfos()
136 int32_t ret = SENSOR_AGENT_IMPL->GetSensorActiveInfos(pid, sensorActiveInfos, count); in GetActiveSensorInfos()
H A Dsensor_agent_proxy.cpp425 SensorActiveInfo **sensorActiveInfos, int32_t *count) const in GetSensorActiveInfos()
432 CHKPR(sensorActiveInfos, OHOS::Sensors::ERROR); in GetSensorActiveInfos()
447 *sensorActiveInfos = nullptr; in GetSensorActiveInfos()
465 *sensorActiveInfos = sensorActiveInfos_; in GetSensorActiveInfos()
424 GetSensorActiveInfos(int32_t pid, SensorActiveInfo **sensorActiveInfos, int32_t *count) const GetSensorActiveInfos() argument
/base/sensors/sensor/interfaces/inner_api/
H A Dsensor_agent.h155 * @param sensorActiveInfos Indicates the double pointer to the information obtained.
161 int32_t GetActiveSensorInfos(int32_t pid, SensorActiveInfo **sensorActiveInfos, int32_t *count);
/base/sensors/sensor/test/unittest/interfaces/inner_api/
H A Dsensor_power_test.cpp137 SensorActiveInfo *sensorActiveInfos {nullptr}; in HWTEST_F()
139 int32_t ret = GetActiveSensorInfos(INVALID_VALUE, &sensorActiveInfos, &count); in HWTEST_F()
201 SensorActiveInfo *sensorActiveInfos {nullptr}; in HWTEST_F()
203 ret = GetActiveSensorInfos(g_processPid, &sensorActiveInfos, &count); in HWTEST_F()
205 SensorActiveInfo *curSensorActiveInfo = sensorActiveInfos + i; in HWTEST_F()
/base/sensors/sensor/frameworks/native/include/
H A Dsensor_agent_proxy.h49 int32_t GetSensorActiveInfos(int32_t pid, SensorActiveInfo **sensorActiveInfos, int32_t *count) const;

Completed in 3 milliseconds