Searched refs:sensorActiveInfos (Results 1 - 6 of 6) sorted by relevance
/base/sensors/sensor/test/fuzztest/interfaces/getactivesensorinfos_fuzzer/ |
H A D | getactivesensorinfos_fuzzer.cpp | 79 SensorActiveInfo *sensorActiveInfos { nullptr }; in GetActiveSensorInfosFuzzTest() 81 GetActiveSensorInfos(pid, &sensorActiveInfos, &count); in GetActiveSensorInfosFuzzTest()
|
/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_agent.cpp | 132 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 D | sensor_agent_proxy.cpp | 425 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 D | sensor_agent.h | 155 * @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 D | sensor_power_test.cpp | 137 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 D | sensor_agent_proxy.h | 49 int32_t GetSensorActiveInfos(int32_t pid, SensorActiveInfo **sensorActiveInfos, int32_t *count) const;
|
Completed in 3 milliseconds