Searched refs:sensorActiveInfos (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/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 | 437 SensorActiveInfo **sensorActiveInfos, int32_t *count) const in GetSensorActiveInfos() argument 444 CHKPR(sensorActiveInfos, OHOS::Sensors::ERROR); in GetSensorActiveInfos() 459 *sensorActiveInfos = nullptr; in GetSensorActiveInfos() 477 *sensorActiveInfos = sensorActiveInfos_; in GetSensorActiveInfos()
|
/ohos5.0/base/sensors/sensor/test/fuzztest/interfaces/getactivesensorinfos_fuzzer/ |
H A D | getactivesensorinfos_fuzzer.cpp | 79 SensorActiveInfo *sensorActiveInfos { nullptr }; in GetActiveSensorInfosFuzzTest() local 81 GetActiveSensorInfos(pid, &sensorActiveInfos, &count); in GetActiveSensorInfosFuzzTest()
|
/ohos5.0/base/sensors/sensor/test/unittest/interfaces/inner_api/ |
H A D | sensor_power_test.cpp | 137 SensorActiveInfo *sensorActiveInfos {nullptr}; variable 139 int32_t ret = GetActiveSensorInfos(INVALID_VALUE, &sensorActiveInfos, &count); 201 SensorActiveInfo *sensorActiveInfos {nullptr}; variable 203 ret = GetActiveSensorInfos(g_processPid, &sensorActiveInfos, &count); 205 SensorActiveInfo *curSensorActiveInfo = sensorActiveInfos + i;
|
/ohos5.0/base/sensors/sensor/interfaces/inner_api/ |
H A D | sensor_agent.h | 161 int32_t GetActiveSensorInfos(int32_t pid, SensorActiveInfo **sensorActiveInfos, int32_t *count);
|
/ohos5.0/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) co…
|