/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
D | c_custom_types_code_emitter.cpp | 120 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in GetHeaderOtherLibInclusions() local 131 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDecls() local 139 void CCustomTypesCodeEmitter::EmitCustomTypeDecl(StringBuilder &sb, const AutoPtr<ASTType> &type) in EmitCustomTypeDecl() 165 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeFuncDecl() local 180 …esCodeEmitter::EmitCustomTypeMarshallingDecl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeMarshallingDecl() 187 …CodeEmitter::EmitCustomTypeUnmarshallingDecl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeUnmarshallingDecl() 194 …stomTypesCodeEmitter::EmitCustomTypeFreeDecl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeFreeDecl() 243 AutoPtr<ASTType> type = pair.second; in GetSourceOtherLibInclusions() local 254 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDataProcess() local 269 …esCodeEmitter::EmitCustomTypeMarshallingImpl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeMarshallingImpl() [all …]
|
D | cpp_custom_types_code_emitter.cpp | 140 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDecls() local 148 void CppCustomTypesCodeEmitter::EmitCustomTypeDecl(StringBuilder &sb, const AutoPtr<ASTType> &type) in EmitCustomTypeDecl() 174 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeFuncDecl() local 187 …esCodeEmitter::EmitCustomTypeMarshallingDecl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeMarshallingDecl() 194 …CodeEmitter::EmitCustomTypeUnmarshallingDecl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeUnmarshallingDecl() 250 AutoPtr<ASTType> type = ast_->GetTypeDefintion(i); in EmitCustomTypeDataProcess() local 263 …esCodeEmitter::EmitCustomTypeMarshallingImpl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeMarshallingImpl() 293 …CodeEmitter::EmitCustomTypeUnmarshallingImpl(StringBuilder &sb, const AutoPtr<ASTStructType> &type) in EmitCustomTypeUnmarshallingImpl()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
D | AttrEditor.js | 82 changeDataNodeNotInherit(searchId, type, value) { argument 112 changecopyNode(searchId, type, value) { argument 134 changedeleteNode(searchId, type, value) { argument 154 changeTempletNode(searchId, type, value) { argument 244 changeDefineAttribute(searchId, type, value) { argument 283 onChange(searchId, type, value) { argument 315 callCallback(type, value) { argument
|
/drivers/hdf_core/framework/include/utils/ |
D | hdf_dlist.h | 166 #define CONTAINER_OF(ptr, type, member) \ argument 178 #define DLIST_FIRST_ENTRY(ptr, type, member) \ argument 190 #define DLIST_LAST_ENTRY(ptr, type, member) \ argument 203 #define DLIST_FOR_EACH_ENTRY(pos, head, type, member) \ argument 209 #define DLIST_FOR_EACH_ENTRY_REVERSE(pos, head, type, member) \ argument 226 #define DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, type, member) \ argument
|
/drivers/hdf_core/adapter/khdf/linux/osal/src/ |
D | osal_mem.c | 32 uint32_t type; member 46 static void *osal_mem_alloc(size_t size, uint32_t *type) in osal_mem_alloc() 72 uint32_t type; in OsalMemAlloc() local 118 uint32_t type; in OsalMemAllocAlign() local 147 uint32_t type; in OsalMemFree() local
|
/drivers/hdf_core/framework/utils/src/hcs_parser/ |
D | device_resource_if.c | 37 …ic bool DeviceResourceIfaceConstruct(struct DeviceResourceIface *instance, DeviceResourceType type) in DeviceResourceIfaceConstruct() 50 struct DeviceResourceIface *DeviceResourceGetIfaceInstance(DeviceResourceType type) in DeviceResourceGetIfaceInstance()
|
D | hcs_blob_if.c | 118 bool HcsSwapToUint8(uint8_t *value, const char *realValue, uint32_t type) in HcsSwapToUint8() 128 bool HcsSwapToUint16(uint16_t *value, const char *realValue, uint32_t type) in HcsSwapToUint16() 143 bool HcsSwapToUint32(uint32_t *value, const char *realValue, uint32_t type) in HcsSwapToUint32() 158 bool HcsSwapToUint64(uint64_t *value, const char *realValue, uint32_t type) in HcsSwapToUint64()
|
/drivers/peripheral/camera/hal/buffer_manager/src/ |
D | buffer_allocator_factory.cpp | 25 std::shared_ptr<IBufferAllocator> BufferAllocatorFactory::GetBufferAllocator(const int32_t type) in GetBufferAllocator() 40 std::shared_ptr<IBufferAllocator> BufferAllocatorFactory::CreateBufferAllocator(const int32_t type) in CreateBufferAllocator()
|
/drivers/peripheral/thermal/interfaces/hdi_service/include/ |
D | sensor_info_config.h | 28 std::string type; member 38 std::string type; member 47 std::string type; member
|
/drivers/peripheral/camera/hal/buffer_manager/include/ |
D | buffer_allocator_factory.h | 27 #define REGISTER_BUFFER_ALLOCATOR(C, type, ...) \ argument 37 template<typename ...Args> BufferAllocatorRegister(int32_t type, Args... args) in BufferAllocatorRegister()
|
/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 …eter(const std::string &name, const AutoPtr<ASTParamAttr> &attribute, const AutoPtr<ASTType> &type) in ASTParameter()
|
D | ast.cpp | 149 void AST::AddType(const AutoPtr<ASTType> &type) in AddType() 174 AutoPtr<ASTType> type = nullptr; in FindType() local 184 void AST::AddTypeDefinition(const AutoPtr<ASTType> &type) in AddTypeDefinition() 224 for (auto type : typeDefinitions_) { in Dump() local
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/message/ |
D | XMessage.js | 43 type: msgtype, property 49 type: msgtype, property
|
D | mock.js | 61 send(type, data) { argument 66 type: type, property
|
/drivers/peripheral/location/agnss/hdi_service/ |
D | agnss_interface_impl.cpp | 62 static void GetSetidCb(uint16_t type) in GetSetidCb() 72 static void GetRefLocationidCb(uint32_t type) in GetRefLocationidCb() 154 uint16_t type = static_cast<uint16_t>(server.type); in SetAgnssServer() local 217 uint16_t type = static_cast<uint16_t>(id.type); in SetSubscriberSetId() local
|
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
D | adaptor_file.c | 50 FileOperator *GetFileOperator(const FileOperatorType type) in GetFileOperator()
|
/drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
D | adaptor_file.c | 50 FileOperator *GetFileOperator(const FileOperatorType type) in GetFileOperator()
|
/drivers/peripheral/camera/hal/pipeline_core/nodes/src/dummy_node/ |
D | dummy_node.cpp | 18 DummyNode::DummyNode(const std::string& name, const std::string& type) : NodeBase(name, type) in DummyNode()
|
/drivers/hdf_core/framework/utils/include/ |
D | hdf_slist.h | 210 #define OFFSET_OF(type, mem) ((size_t) &((type *)0)->mem) argument 212 #define HDF_SLIST_CONTAINER_OF(mtype, ptr, type, mem) ( { \ argument
|
/drivers/peripheral/camera/hal/pipeline_core/nodes/src/sensor_node/ |
D | sensor_node.cpp | 20 SensorNode::SensorNode(const std::string& name, const std::string& type) : NodeBase(name, type) in SensorNode()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/ |
D | extension.js | 81 function send(type, data) { argument 83 type: type, property
|
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/ |
D | camera_device_callback.cpp | 20 void CameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError()
|
/drivers/peripheral/camera/hal/hdi_impl/src/stream_operator/ |
D | stream_preview.cpp | 20 const StreamIntent type, in StreamPreview()
|
D | stream_post_view.cpp | 20 const StreamIntent type, in StreamPostView()
|
/drivers/peripheral/camera/interfaces/hdi_ipc/callback/device/src/ |
D | camera_device_callback.cpp | 21 int32_t CameraDeviceCallback::OnError(ErrorType type, int32_t errorCode) in OnError()
|