| /drivers/hdf_core/adapter/uhdf2/shared/test/ |
| D | dev_attribute_serialize_test.cpp | 40 struct HdfDeviceInfo *attribute = HdfDeviceInfoNewInstance(); variable 61 struct HdfDeviceInfo *attribute = HdfDeviceInfoNewInstance(); variable 76 struct HdfDeviceInfo *attribute = HdfDeviceInfoNewInstance(); variable 97 struct HdfDeviceInfo *attribute = DeviceAttributeDeserialize(nullptr); variable 107 struct HdfDeviceInfo *attribute = DeviceAttributeDeserialize(buf); variable 124 struct HdfDeviceInfo *attribute = DeviceAttributeDeserialize(buf); variable 144 struct HdfDeviceInfo *attribute = DeviceAttributeDeserialize(buf); variable 167 struct HdfDeviceInfo *attribute = DeviceAttributeDeserialize(buf); variable 193 struct HdfDeviceInfo *attribute = DeviceAttributeDeserialize(buf); variable 222 struct HdfDeviceInfo *attribute = DeviceAttributeDeserialize(buf); variable [all …]
|
| /drivers/hdf_core/adapter/uhdf2/shared/src/ |
| D | dev_attribute_serialize.c | 25 bool DeviceAttributeSerialize(const struct HdfDeviceInfo *attribute, struct HdfSBuf *sbuf) in DeviceAttributeSerialize() 55 static bool DeviceAttributeSet(struct HdfDeviceInfo *attribute, struct HdfSBuf *sbuf) in DeviceAttributeSet() 113 struct HdfDeviceInfo *attribute = HdfDeviceInfoNewInstance(); in DeviceAttributeDeserialize() local 133 void DeviceSerializedAttributeRelease(struct HdfDeviceInfo *attribute) in DeviceSerializedAttributeRelease()
|
| /drivers/peripheral/user_auth/test/unittest/attribute_test/ |
| D | attribute_test.cpp | 73 Attribute *attribute = CreateEmptyAttribute(); variable 85 Attribute *attribute = nullptr; variable 97 Attribute *attribute = CreateEmptyAttribute(); variable 118 Attribute *attribute = CreateEmptyAttribute(); variable 136 Attribute *attribute = CreateEmptyAttribute(); variable 157 Attribute *attribute = CreateEmptyAttribute(); variable 175 Attribute *attribute = CreateEmptyAttribute(); variable 196 Attribute *attribute = CreateEmptyAttribute(); variable 214 Attribute *attribute = CreateEmptyAttribute(); variable 236 Attribute *attribute = CreateEmptyAttribute(); variable [all …]
|
| /drivers/peripheral/user_auth/hdi_service/common/src/ |
| D | attribute.c | 183 IAM_STATIC ResultCode ParseAttributeSerializedMsgInner(Attribute *attribute, const Uint8Array msg, in ParseAttributeSerializedMsgInner() 210 IAM_STATIC ResultCode ParseAttributeSerializedMsg(Attribute *attribute, const Uint8Array msg) in ParseAttributeSerializedMsg() 226 AttributeImpl *attribute = Malloc(sizeof(AttributeImpl)); in CreateEmptyAttribute() local 237 Attribute *attribute = CreateEmptyAttribute(); in CreateAttributeFromSerializedMsg() local 259 const AttributeImpl *attribute = (const AttributeImpl *)attributePublic; in GetAttributeSerializedMsg() local 285 void FreeAttribute(Attribute **attribute) in FreeAttribute() 297 ResultCode GetAttributeUint32(const Attribute *attribute, AttributeKey key, uint32_t *value) in GetAttributeUint32() 312 ResultCode SetAttributeUint32(Attribute *attribute, AttributeKey key, const uint32_t value) in SetAttributeUint32() 324 ResultCode GetAttributeInt32(const Attribute *attribute, AttributeKey key, int32_t *retValue) in GetAttributeInt32() 332 ResultCode SetAttributeInt32(Attribute *attribute, AttributeKey key, const int32_t value) in SetAttributeInt32() [all …]
|
| /drivers/hdf_core/framework/tools/hdi-gen/ast/ |
| D | ast_parameter.h | 21 ASTParameter(const std::string &name, ParamAttr attribute, const AutoPtr<ASTType> &type) in ASTParameter() 26 …ASTParameter(const std::string &name, const AutoPtr<ASTParamAttr> &attribute, const AutoPtr<ASTTyp… in ASTParameter()
|
| /drivers/peripheral/user_auth/test/unittest/co_auth/ |
| D | executor_message_test.cpp | 86 Attribute *attribute = CreateEmptyAttribute(); variable 120 Attribute *attribute = CreateEmptyAttribute(); variable 168 Attribute *attribute = CreateEmptyAttribute(); variable 197 Attribute *attribute = CreateEmptyAttribute(); variable 232 Attribute *attribute = CreateEmptyAttribute(); variable 254 Attribute *attribute = CreateEmptyAttribute(); variable 268 Attribute *attribute = CreateEmptyAttribute(); variable 323 Attribute *attribute = CreateEmptyAttribute(); variable
|
| /drivers/peripheral/user_auth/hdi_service/coauth/src/ |
| D | executor_message.c | 67 IAM_STATIC ResultCode GetAttributeDataAndSignTlv(const Attribute *attribute, bool needSignature, in GetAttributeDataAndSignTlv() 116 ResultCode GetAttributeExecutorMsg(const Attribute *attribute, bool needSignature, Uint8Array *retM… in GetAttributeExecutorMsg() 225 Attribute *attribute = NULL; in CreateAttributeFromDataAndSignTlv() local 260 Attribute *attribute = NULL; in CreateAttributeFromExecutorMsg() local 286 IAM_STATIC void GetRootSecretFromAttribute(const Attribute *attribute, ExecutorResultInfo *resultIn… in GetRootSecretFromAttribute() 311 IAM_STATIC ResultCode GetExecutorResultInfoFromAttribute(const Attribute *attribute, ExecutorResult… in GetExecutorResultInfoFromAttribute() 363 Attribute *attribute = CreateAttributeFromExecutorMsg(msg, true); in CreateExecutorResultInfo() local 400 const Uint64Array *templateIds, Attribute *attribute) in SetExecutorMsgToAttribute() 437 Attribute *attribute = CreateEmptyAttribute(); in CreateExecutorMsg() local
|
| /drivers/hdf_core/framework/support/posix/src/ |
| D | osal_thread.c | 94 static int OsalCreatePthread(pthread_t *threadId, pthread_attr_t *attribute, struct ThreadWrapper *… in OsalCreatePthread() 121 static int32_t OsalThreadSetSchedPolicy(pthread_attr_t *attribute, const int policy) in OsalThreadSetSchedPolicy() 146 pthread_attr_t attribute; in OsalThreadStart() local
|
| /drivers/hdf_core/adapter/uhdf2/include/devhost/ |
| D | hdf_device_full.h | 30 struct HdfAttribute *attribute; member
|
| /drivers/hdf_core/adapter/uhdf2/manager/src/ |
| D | devhost_service_proxy.c | 28 struct IDevHostService *inst, const struct HdfDeviceInfo *attribute, int opsCode) in DevHostServiceProxyOpsDevice() 46 struct IDevHostService *inst, const struct HdfDeviceInfo *attribute) in DevHostServiceProxyAddDevice()
|
| /drivers/hdf_core/framework/support/platform/src/uart/ |
| D | uart_if.c | 94 int32_t UartGetAttribute(DevHandle handle, struct UartAttribute *attribute) in UartGetAttribute() 99 int32_t UartSetAttribute(DevHandle handle, struct UartAttribute *attribute) in UartSetAttribute()
|
| D | uart_service.c | 99 struct UartAttribute attribute; in UartIoGetAttribute() local 116 struct UartAttribute *attribute = NULL; in UartIoSetAttribute() local
|
| D | uart_if_u.c | 255 int32_t UartGetAttribute(DevHandle handle, struct UartAttribute *attribute) in UartGetAttribute() 302 int32_t UartSetAttribute(DevHandle handle, struct UartAttribute *attribute) in UartSetAttribute()
|
| /drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamgetstreamattributes_fuzzer/ |
| D | dstreamgetstreamattributes_fuzzer.cpp | 33 StreamAttribute attribute; in DstreamGetStreamAttributesFuzzTest() local
|
| /drivers/hdf_core/framework/test/unittest/platform/common/ |
| D | uart_test.c | 200 struct UartAttribute attribute; in UartSetAttributeTest() local 221 struct UartAttribute attribute; in UartGetAttributeTest() local 256 struct UartAttribute attribute = {0}; in UartReliabilityTest() local
|
| /drivers/hdf_core/adapter/uhdf2/host/include/ |
| D | hdf_device_thread.h | 28 struct HdfDeviceInfo *attribute; member
|
| /drivers/hdf_core/adapter/uhdf2/host/src/ |
| D | devhost_service_full.c | 35 struct HdfDeviceInfo *attribute = (struct HdfDeviceInfo *)msg->data[0]; in DevHostServiceFullDispatchMessage() local 78 …ServiceFullAddDevice(struct IDevHostService *devHostService, const struct HdfDeviceInfo *attribute) in DevHostServiceFullAddDevice()
|
| D | devhost_service_stub.c | 39 struct HdfDeviceInfo *attribute = DeviceAttributeDeserialize(data); in DispatchAddDevice() local
|
| /drivers/peripheral/camera/hdi_service/v1_0/src/ |
| D | stream_operator_service.cpp | 80 for (auto attribute : attributes) { in GetStreamAttributes() local 87 for (auto attribute : vdiAttributes) { in GetStreamAttributes() local
|
| /drivers/hdf_core/framework/support/platform/include/uart/ |
| D | uart_core.h | 112 static inline int32_t UartHostGetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostGetAttribute() 120 static inline int32_t UartHostSetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostSetAttribute()
|
| /drivers/hdf_core/adapter/platform/uart/ |
| D | uart_stm32f4xx.c | 754 static void TransDataWidth(LL_USART_InitTypeDef *uartInit, struct UartAttribute *attribute, UART_AT… 784 static void TransParity(LL_USART_InitTypeDef *uartInit, struct UartAttribute *attribute, UART_ATTR_… 826 static void TransStopbit(LL_USART_InitTypeDef *uartInit, struct UartAttribute *attribute, UART_ATTR… 868 static void TransFlowCtrl(LL_USART_InitTypeDef *uartInit, struct UartAttribute *attribute, UART_ATT… 913 static void TransDir(LL_USART_InitTypeDef *uartInit, struct UartAttribute *attribute, UART_ATTR_TRA… 957 static int32_t UartHostDevSetAttribute(struct UartHost *host, struct UartAttribute *attribute) 989 static int32_t UartHostDevGetAttribute(struct UartHost *host, struct UartAttribute *attribute)
|
| D | uart_bes.c | 833 static int32_t SetUartDevConfig(const struct UartAttribute *attribute, struct UartDevice *uartDevic… 891 static int32_t UartHostDevSetAttribute(struct UartHost *host, struct UartAttribute *attribute) 911 static int32_t GetUartDevConfig(struct UartAttribute *attribute, const struct HAL_UART_CFG_T *uartC… 963 static int32_t UartHostDevGetAttribute(struct UartHost *host, struct UartAttribute *attribute)
|
| D | uart_gr5xx.c | 292 static int32_t UartHostDevGetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostDevGetAttribute() 310 static int32_t UartHostDevSetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostDevSetAttribute()
|
| D | uart_wm.c | 534 static int32_t UartHostDevSetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostDevSetAttribute() 578 static int32_t UartHostDevGetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostDevGetAttribute()
|
| /drivers/hdf_core/adapter/khdf/linux/platform/uart/ |
| D | uart_adapter.c | 380 static int32_t UartAdapterGetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartAdapterGetAttribute() 408 static int32_t UartAdapterSetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartAdapterSetAttribute()
|