Home
last modified time | relevance | path

Searched defs:user (Results 201 - 225 of 562) sorted by relevance

12345678910>>...23

/third_party/musl/arch/powerpc/bits/
H A Duser.h1 struct user { struct
/third_party/musl/arch/arm/bits/
H A Duser.h23 struct user { struct
/third_party/musl/arch/microblaze/bits/
H A Duser.h9 struct user { struct
/third_party/musl/arch/powerpc64/bits/
H A Duser.h1 struct user { struct
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_stateobj.h42 bool user; /* should only be true if u.data is valid and non-NULL */ member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c479 void r300BuildFragmentProgramHwCode(struct radeon_compiler *c, void *user) in r300BuildFragmentProgramHwCode() argument
H A Dr300_fragprog.c58 void r300FragmentProgramDump(struct radeon_compiler *c, void *user) in r300FragmentProgramDump() argument
/third_party/node/deps/openssl/openssl/crypto/srp/
H A Dsrp_lib.c144 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass, in SRP_Calc_x_ex() argument
191 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x() argument
/third_party/pulseaudio/src/modules/raop/
H A Draop-util.c174 int pa_raop_basic_response(const char *user, const char *pwd, char **str) { in pa_raop_basic_response() argument
187 int pa_raop_digest_response(const char *user, const char *realm, const char *password, in pa_raop_digest_response() argument
/third_party/openssl/crypto/srp/
H A Dsrp_lib.c144 BIGNUM *SRP_Calc_x_ex(const BIGNUM *s, const char *user, const char *pass, in SRP_Calc_x_ex() argument
191 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass) in SRP_Calc_x() argument
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftsystem.h171 void* user; member
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftbbox.c512 TBBox_Rec user; FT_EXPORT_DEF() local
[all...]
/third_party/selinux/libsepol/src/
H A Dcontext.c155 char *user = strdup(sepol_context_get_user(record)); in context_from_record() local
[all...]
H A Dcontext_record.c13 char *user; member
33 sepol_context_set_user(sepol_handle_t * handle, sepol_context_t * con, const char *user) sepol_context_set_user() argument
[all...]
H A Dusers.c104 sepol_user_modify(sepol_handle_t * handle, sepol_policydb_t * p, const sepol_user_key_t * key, const sepol_user_t * user) sepol_user_modify() argument
341 sepol_user_iterate(sepol_handle_t * handle, const sepol_policydb_t * p, int (*fn) (const sepol_user_t * user, void *fn_arg), void *arg) sepol_user_iterate() argument
349 sepol_user_t *user = NULL; sepol_user_iterate() local
[all...]
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H A Dedm_policy_set_test.cpp191 UserState user = {.userId = DEFAULT_ACCOUNT_ID, .isActive = true}; in HWTEST_F() local
207 UserState user = {.userId = DEFAULT_ACCOUNT_ID, .isActive = true}; in HWTEST_F() local
227 UserState user = {.userId = DEFAULT_ACCOUNT_ID, .isActive = true}; in HWTEST_F() local
[all...]
H A Daccesstoken_deny_test.cpp109 UserState user = {.userId = 100, .isActive = true}; // 100 is userId in HWTEST_F() local
125 UserState user = {.userId = 100, .isActive = true}; // 100 is userId in HWTEST_F() local
/base/security/dlp_permission_service/services/dlp_permission/sa/mock/
H A Ddlp_credential_service.c118 char user[STRING_LEN]; in CheckAccount() local
/base/sensors/medical_sensor/interfaces/plugin/src/
H A Dmedical_js.cpp70 static const MedicalSensorUser user = { member
91 static int32_t SubscribeSensor(int32_t sensorTypeId, int64_t interval, const MedicalSensorUser *user) in SubscribeSensor() argument
/base/sensors/sensor/frameworks/native/src/
H A Dsensor_agent_proxy.cpp146 int32_t SensorAgentProxy::ActivateSensor(int32_t sensorId, const SensorUser *user) in ActivateSensor() argument
182 int32_t SensorAgentProxy::DeactivateSensor(int32_t sensorId, const SensorUser *user) in DeactivateSensor() argument
216 SetBatch(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t reportInterval) SetBatch() argument
243 SubscribeSensor(int32_t sensorId, const SensorUser *user) SubscribeSensor() argument
268 UnsubscribeSensor(int32_t sensorId, const SensorUser *user) UnsubscribeSensor() argument
304 SetMode(int32_t sensorId, const SensorUser *user, int32_t mode) SetMode() argument
[all...]
H A Dnative_sensor.cpp302 int32_t OH_SensorSubscriber_SetCallback(Sensor_Subscriber* user, const Sensor_EventCallback callback) in OH_SensorSubscriber_SetCallback() argument
312 int32_t OH_SensorSubscriber_GetCallback(Sensor_Subscriber* user, Sensor_EventCallbac argument
179 OH_Sensor_Subscribe(const Sensor_SubscriptionId *id, const Sensor_SubscriptionAttribute *attribute, const Sensor_Subscriber *user) OH_Sensor_Subscribe() argument
202 OH_Sensor_Unsubscribe(const Sensor_SubscriptionId *id, const Sensor_Subscriber *user) OH_Sensor_Unsubscribe() argument
359 OH_Sensor_DestroySubscriber(Sensor_Subscriber *user) OH_Sensor_DestroySubscriber() argument
[all...]
/base/sensors/sensor_lite/frameworks/src/
H A Dsensor_agent_proxy.c60 static int32_t InsertCallbackNode(int32_t sensorTypeId, const SensorUser *user) in InsertCallbackNode() argument
88 static int32_t DeleteCallbackNode(int32_t sensorTypeId, const SensorUser *user) in DeleteCallbackNode() argument
354 int32_t ActivateSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *user) in ActivateSensorByProxy() argument
375 int32_t DeactivateSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *user) in DeactivateSensorByProxy() argument
396 SetBatchByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t reportInterval) SetBatchByProxy() argument
434 SubscribeSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *user) SubscribeSensorByProxy() argument
458 UnsubscribeSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *user) UnsubscribeSensorByProxy() argument
483 SetModeByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int32_t mode) SetModeByProxy() argument
505 SetOptionByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int32_t option) SetOptionByProxy() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c224 bool user = e == -EINVAL; in __force_fw_fetch_failures() local
/third_party/ffmpeg/libavformat/
H A Dlibamqp.c67 const char *user, *password = NULL, *vhost; in amqp_proto_open() local
H A Dicecast.c35 char *user; member
93 char *headers, *user = NULL; in icecast_open() local

Completed in 14 milliseconds

12345678910>>...23