Home
last modified time | relevance | path

Searched refs:Void (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dcpp_code_emitter.cpp233 if (mm->parameterNumber_ == 0 && returnType->kind_ == TypeKind::Void) { in EmitInterfaceMethod()
244 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceMethod()
432 if (mm->parameterNumber_ == 0 && returnType->kind_ == TypeKind::Void) { in EmitInterfaceProxyMethodDecl()
443 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceProxyMethodDecl()
541 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceProxyMethodImpl()
638 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceProxyMethodReply()
791 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceStubMethodImplReturn()
821 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceStubMethodImplReturn()
860 if (hasOutParameter || returnType->kind_ != TypeKind::Void) { in EmitInterfaceStubMethodImpl()
868 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceStubMethodImpl()
[all …]
H A Drust_code_emitter.cpp334 case TypeKind::Void: in ConvertType()
471 if (mt->kind_ != TypeKind::Unknown && mt->kind_ != TypeKind::Void) { in AddRemoteRequestMethods()
478 if (mt->kind_ != TypeKind::Unknown && mt->kind_ != TypeKind::Void) { in AddRemoteRequestMethods()
549 if (mt->kind_ == TypeKind::Unknown || mt->kind_ == TypeKind::Void) { in AppendProxyMethods()
561 if (mt->kind_ == TypeKind::Unknown || mt->kind_ == TypeKind::Void) { in AppendProxyMethods()
H A Dts_code_emitter.cpp134 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceMethod()
360 if (returnType->kind_ != TypeKind::Void || haveOutPara) { in EmitInterfaceMethodCallback()
370 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceMethodCallback()
414 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceMethodCallbackInner()
627 if (returnType->kind_ != TypeKind::Void || haveOutPara) { in EmitInterfaceStubMethodPromiseImpl()
636 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceStubMethodPromiseImpl()
1055 case TypeKind::Void: in EmitType()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_netlink_monitor.h30 Void MonitorThread();
H A Dhdi_netlink_monitor.cpp58 Void HdiNetLinkMonitor::MonitorThread() in MonitorThread()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmeta_type.h34 Void = 10, enumerator
H A Dmetadata_reader.cpp227 case MetaTypeKind::Void: in MetaTypeName()
H A Dmetadata_dumper.cpp259 case MetaTypeKind::Void: in DumpMetaType()
H A Dmetadata_builder.cpp472 return MetaTypeKind::Void; in Type2Kind()
/ohos5.0/foundation/ability/idl_tool/metadata/
H A Dmeta_type.h32 Void = 10, enumerator
H A Dmetadata_dumper.cpp246 case TypeKind::Void: in DumpMetaType()
H A Dmetadata_builder.cpp480 return TypeKind::Void; in Type2Kind()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dtype_traits.h34 template<typename Void, template<class...> class Op, typename... Args>
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helpers_gles.cpp242 case spirv_cross::SPIRType::Void: in ProcessStruct()
/ohos5.0/foundation/ability/idl_tool/test/unittest/cpp_code_emitter_test/
H A Dcpp_code_emitter_test.cpp1016 MetaType mt { .kind_ = TypeKind::Void };
/ohos5.0/docs/en/application-dev/quick-start/
H A Dintroduction-to-arkts.md140 #### `Void` Type