Home
last modified time | relevance | path

Searched defs:user (Results 1 – 25 of 44) sorted by relevance

12

/base/sensors/sensor/test/unittest/interfaces/inner_api/
Dambient_light1_test.cpp129 SensorUser user; variable
139 SensorUser user; variable
157 SensorUser user; variable
167 SensorUser user; variable
185 SensorUser user; variable
195 SensorUser user; variable
205 SensorUser user; variable
223 SensorUser user; variable
233 SensorUser user; variable
251 SensorUser user; variable
[all …]
Drpc_sensor_test.cpp131 SensorUser user; variable
141 SensorUser user; variable
159 SensorUser user; variable
169 SensorUser user; variable
187 SensorUser user; variable
197 SensorUser user; variable
207 SensorUser user; variable
225 SensorUser user; variable
235 SensorUser user; variable
253 SensorUser user; variable
[all …]
Dhead_posture_test.cpp131 SensorUser user; variable
141 SensorUser user; variable
159 SensorUser user; variable
169 SensorUser user; variable
187 SensorUser user; variable
197 SensorUser user; variable
207 SensorUser user; variable
225 SensorUser user; variable
235 SensorUser user; variable
253 SensorUser user; variable
[all …]
Ddrop_detection_test.cpp129 SensorUser user; variable
139 SensorUser user; variable
157 SensorUser user; variable
167 SensorUser user; variable
185 SensorUser user; variable
195 SensorUser user; variable
205 SensorUser user; variable
223 SensorUser user; variable
233 SensorUser user; variable
251 SensorUser user; variable
[all …]
Dposture_test.cpp140 SensorUser user; variable
151 SensorUser user; variable
171 SensorUser user; variable
182 SensorUser user; variable
202 SensorUser user; variable
213 SensorUser user; variable
224 SensorUser user; variable
244 SensorUser user; variable
255 SensorUser user; variable
275 SensorUser user; variable
[all …]
Dsensor_agent_test.cpp172 SensorUser user; variable
189 SensorUser user; variable
205 SensorUser user; variable
214 SensorUser user; variable
230 SensorUser user; variable
239 SensorUser user; variable
250 SensorUser user; variable
266 SensorUser user; variable
275 SensorUser user; variable
291 SensorUser user; variable
[all …]
Dsensor_power_test.cpp162 SensorUser user; variable
190 SensorUser user; variable
229 SensorUser user; variable
264 SensorUser user; variable
304 SensorUser user; variable
/base/sensors/sensor_lite/frameworks/src/
Dsensor_agent.c28 int32_t ActivateSensor(int32_t sensorTypeId, SensorUser *user) in ActivateSensor()
36 int32_t DeactivateSensor(int32_t sensorTypeId, SensorUser *user) in DeactivateSensor()
44 int32_t SetBatch(int32_t sensorTypeId, SensorUser *user, int64_t samplingInterval, int64_t reportIn… in SetBatch()
52 int32_t SubscribeSensor(int32_t sensorTypeId, SensorUser *user) in SubscribeSensor()
60 int32_t UnsubscribeSensor(int32_t sensorTypeId, SensorUser *user) in UnsubscribeSensor()
68 int32_t SetMode(int32_t sensorTypeId, SensorUser *user, int32_t mode) in SetMode()
76 int32_t SetOption(int32_t sensorTypeId, SensorUser *user, int32_t option) in SetOption()
Dsensor_agent_proxy.c60 static int32_t InsertCallbackNode(int32_t sensorTypeId, const SensorUser *user) in InsertCallbackNode()
88 static int32_t DeleteCallbackNode(int32_t sensorTypeId, const SensorUser *user) in DeleteCallbackNode()
354 int32_t ActivateSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *user) in ActivateSensorByProxy()
375 int32_t DeactivateSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *user) in DeactivateSensorByProxy()
396 int32_t SetBatchByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int64_t sampli… in SetBatchByProxy()
434 int32_t SubscribeSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *user) in SubscribeSensorByProxy()
458 int32_t UnsubscribeSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *user) in UnsubscribeSensorByProxy()
483 int32_t SetModeByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int32_t mode) in SetModeByProxy()
505 int32_t SetOptionByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int32_t optio… in SetOptionByProxy()
Dsensor_agent_client.c65 int32_t SetBatchByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int64_t sampli… in SetBatchByProxy()
96 int32_t SetModeByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int32_t mode) in SetModeByProxy()
106 int32_t SetOptionByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int32_t optio… in SetOptionByProxy()
/base/sensors/sensor_lite/services/src/
Dsensor_service_impl.c141 int32_t ActivateSensorImpl(int32_t sensorId, const SensorUser *user) in ActivateSensorImpl()
171 int32_t DeactivateSensorImpl(int32_t sensorId, const SensorUser *user) in DeactivateSensorImpl()
201 int32_t SetBatchImpl(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t re… in SetBatchImpl()
219 int32_t SubscribeSensorImpl(int32_t sensorId, const SensorUser *user) in SubscribeSensorImpl()
249 int32_t UnsubscribeSensorImpl(int32_t sensorId, const SensorUser *user) in UnsubscribeSensorImpl()
279 int32_t SetModeImpl(int32_t sensorId, const SensorUser *user, int32_t mode) in SetModeImpl()
291 int32_t SetOptionImpl(int32_t sensorId, const SensorUser *user, int32_t option) in SetOptionImpl()
/base/sensors/sensor/frameworks/native/src/
Dsensor_agent.cpp57 int32_t ActivateSensor(int32_t sensorId, const SensorUser *user) in ActivateSensor()
67 int32_t DeactivateSensor(int32_t sensorId, const SensorUser *user) in DeactivateSensor()
77 int32_t SetBatch(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t report… in SetBatch()
87 int32_t SubscribeSensor(int32_t sensorId, const SensorUser *user) in SubscribeSensor()
97 int32_t UnsubscribeSensor(int32_t sensorId, const SensorUser *user) in UnsubscribeSensor()
107 int32_t SetMode(int32_t sensorId, const SensorUser *user, int32_t mode) in SetMode()
Dsensor_agent_proxy.cpp69 const SensorUser *user = iter->second; in HandleSensorData() local
126 int32_t SensorAgentProxy::ActivateSensor(int32_t sensorId, const SensorUser *user) in ActivateSensor()
154 int32_t SensorAgentProxy::DeactivateSensor(int32_t sensorId, const SensorUser *user) in DeactivateSensor()
177 int32_t SensorAgentProxy::SetBatch(int32_t sensorId, const SensorUser *user, int64_t samplingInterv… in SetBatch()
199 int32_t SensorAgentProxy::SubscribeSensor(int32_t sensorId, const SensorUser *user) in SubscribeSensor()
218 int32_t SensorAgentProxy::UnsubscribeSensor(int32_t sensorId, const SensorUser *user) in UnsubscribeSensor()
243 int32_t SensorAgentProxy::SetMode(int32_t sensorId, const SensorUser *user, int32_t mode) in SetMode()
Dnative_sensor.cpp180 const Sensor_SubscriptionAttribute *attribute, const Sensor_Subscriber *user) in OH_Sensor_Subscribe()
203 const Sensor_Subscriber *user) in OH_Sensor_Unsubscribe()
302 int32_t OH_SensorSubscriber_SetCallback(Sensor_Subscriber* user, const Sensor_EventCallback callbac… in OH_SensorSubscriber_SetCallback()
312 int32_t OH_SensorSubscriber_GetCallback(Sensor_Subscriber* user, Sensor_EventCallback *callback) in OH_SensorSubscriber_GetCallback()
359 int32_t OH_Sensor_DestroySubscriber(Sensor_Subscriber *user) in OH_Sensor_DestroySubscriber()
/base/sensors/medical_sensor/interfaces/native/src/
Dmedical_native_impl.cpp162 int32_t ActivateSensor(int32_t sensorId, const MedicalSensorUser *user) in ActivateSensor()
190 int32_t DeactivateSensor(int32_t sensorId, const MedicalSensorUser *user) in DeactivateSensor()
213 int32_t SetBatch(int32_t sensorId, const MedicalSensorUser *user, int64_t samplingInterval, int64_t… in SetBatch()
234 int32_t SubscribeSensor(int32_t sensorId, const MedicalSensorUser *user) in SubscribeSensor()
251 int32_t UnsubscribeSensor(int32_t sensorId, const MedicalSensorUser *user) in UnsubscribeSensor()
274 int32_t SetMode(int32_t sensorId, const MedicalSensorUser *user, int32_t mode) in SetMode()
289 int32_t SetOption(int32_t sensorId, const MedicalSensorUser *user, int32_t option) in SetOption()
/base/account/os_account/services/accountmgr/src/
Daccount_info_report.cpp26 std::string TransformIntoJson(const std::string &user, int32_t id, ReportEvent event, int32_t resul… in TransformIntoJson()
47 void AccountInfoReport::ReportSecurityInfo(const std::string &user, int32_t id, ReportEvent event, … in ReportSecurityInfo()
/base/hiviewdfx/hiview/plugins/performance/timer/
DSceneTimerOhImpl.cpp44 void SceneTimerOhImpl::Start(int user, int id, long interval) in Start()
52 void SceneTimerOhImpl::Stop(int user, int id) in Stop()
124 int SceneTimerOhImpl::BuildRecordKey(int user, int id) in BuildRecordKey()
145 int user = ExtractUserFromRecordKey(recordKey); in TriggerCallbak() local
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
Dpermission_policy_test.cpp43 void NewUserSample(AuthUserInfo& user) in NewUserSample()
61 AuthUserInfo user; in InitNormalPolicy() local
249 AuthUserInfo user; variable
/base/security/selinux_adapter/sepolicy/whitelist/
Dpermissive_whitelist.json3 "user": [], array
/base/hiviewdfx/hiview/base/event_threshold/
Devent_threshold_manager.cpp63 for (auto& user : sysEventUsers_) { in GetQueryRuleLimit() local
108 SysEventUser user; in ParseSysEventUsers() local
117 bool EventThresholdManager::ParseUser(Json::Value& userJson, SysEventUser& user) in ParseUser()
/base/sensors/medical_sensor/interfaces/native/test/unittest/
Dmedical_native_test.cpp74 MedicalSensorUser user; variable
/base/sensors/sensor/test/fuzztest/interfaces/sensoragent_fuzzer/
Dsensoragent_fuzzer.cpp49 SensorUser user; in SensorAgentFuzzTest() local
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/fuzzer/generatecert_fuzzer/
Dgeneratecert_fuzzer.cpp50 for (int user = 0; user < *userNum; ++user) { in FuzzTest() local
/base/sensors/medical_sensor/interfaces/plugin/src/
Dmedical_js.cpp70 static const MedicalSensorUser user = { variable
91 …atic int32_t SubscribeSensor(int32_t sensorTypeId, int64_t interval, const MedicalSensorUser *user) in SubscribeSensor()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
Dcert_manager_uri.h50 char *user; member

12