Home
last modified time | relevance | path

Searched refs:HasInnerType (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_map_type.cpp33 bool ASTMapType::HasInnerType(TypeKind innerTypeKind) const in HasInnerType() function in OHOS::Idl::ASTMapType
40 if (keyType_->HasInnerType(innerTypeKind)) { in HasInnerType()
50 if (valueType_->HasInnerType(innerTypeKind)) { in HasInnerType()
H A Dast_smq_type.cpp30 bool ASTSmqType::HasInnerType(TypeKind innerTypeKind) const in HasInnerType() function in OHOS::Idl::ASTSmqType
40 return innerType_->HasInnerType(innerTypeKind); in HasInnerType()
H A Dast_array_type.cpp34 bool ASTArrayType::HasInnerType(TypeKind innerTypeKind) const in HasInnerType() function in OHOS::Idl::ASTArrayType
43 return elementType_->HasInnerType(innerTypeKind); in HasInnerType()
H A Dast_map_type.h52 bool HasInnerType(TypeKind innerTypeKind) const override;
H A Dast_array_type.h42 bool HasInnerType(TypeKind innerTypeKind) const override;
H A Dast_smq_type.h41 bool HasInnerType(TypeKind innerTypeKind) const override;
H A Dast_type.cpp185 bool ASTType::HasInnerType(TypeKind innerType) const in HasInnerType() function in OHOS::Idl::ASTType
H A Dast_type.h152 virtual bool HasInnerType(TypeKind innerType) const;
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_map_type.cpp18 bool ASTMapType::HasInnerType(TypeKind innerTypeKind) const in HasInnerType() function in OHOS::HDI::ASTMapType
25 if (keyType_->HasInnerType(innerTypeKind)) { in HasInnerType()
35 if (valueType_->HasInnerType(innerTypeKind)) { in HasInnerType()
H A Dast_smq_type.cpp18 bool ASTSmqType::HasInnerType(TypeKind innerTypeKind) const in HasInnerType() function in OHOS::HDI::ASTSmqType
28 return innerType_->HasInnerType(innerTypeKind); in HasInnerType()
H A Dast_map_type.h43 bool HasInnerType(TypeKind innerTypeKind) const override;
H A Dast_smq_type.h27 bool HasInnerType(TypeKind innerTypeKind) const override;
H A Dast_type.h136 virtual bool HasInnerType(TypeKind innerType) const;
H A Dast_array_type.h33 bool HasInnerType(TypeKind innerTypeKind) const override;
H A Dast_type.cpp163 bool ASTType::HasInnerType(TypeKind innerType) const in HasInnerType() function in OHOS::HDI::ASTType
H A Dast_array_type.cpp19 bool ASTArrayType::HasInnerType(TypeKind innerTypeKind) const in HasInnerType() function in OHOS::HDI::ASTArrayType
28 return elementType_->HasInnerType(innerTypeKind); in HasInnerType()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_service_stub_code_emitter.cpp249 … (param->GetType()->IsInterfaceType() || paramType->HasInnerType(TypeKind::TYPE_INTERFACE))) { in GetSourceOtherLibInclusions()
254 … (param->GetType()->IsInterfaceType() || paramType->HasInnerType(TypeKind::TYPE_INTERFACE))) { in GetSourceOtherLibInclusions()
271 … (param->GetType()->IsInterfaceType() || paramType->HasInnerType(TypeKind::TYPE_INTERFACE))) { in GetSourceOtherFileInclusions()
H A Dcpp_client_proxy_code_emitter.cpp428 … (paramType->IsInterfaceType() || paramType->HasInnerType(TypeKind::TYPE_INTERFACE))) { in GetSourceOtherLibInclusions()
433 … (paramType->IsInterfaceType() || paramType->HasInnerType(TypeKind::TYPE_INTERFACE))) { in GetSourceOtherLibInclusions()
447 … (param->GetType()->IsInterfaceType() || paramType->HasInnerType(TypeKind::TYPE_INTERFACE))) { in GetSourceOtherFileInclusions()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcpp_service_stub_code_emitter.cpp244 … (param->GetType()->IsInterfaceType() || paramType->HasInnerType(TypeKind::TYPE_INTERFACE))) { in GetSourceOtherLibInclusions()
249 … (param->GetType()->IsInterfaceType() || paramType->HasInnerType(TypeKind::TYPE_INTERFACE))) { in GetSourceOtherLibInclusions()
266 … (param->GetType()->IsInterfaceType() || paramType->HasInnerType(TypeKind::TYPE_INTERFACE))) { in GetSourceOtherFileInclusions()
H A Dcpp_client_proxy_code_emitter.cpp428 … (paramType->IsInterfaceType() || paramType->HasInnerType(TypeKind::TYPE_INTERFACE))) { in GetSourceOtherLibInclusions()
433 … (paramType->IsInterfaceType() || paramType->HasInnerType(TypeKind::TYPE_INTERFACE))) { in GetSourceOtherLibInclusions()
447 … (param->GetType()->IsInterfaceType() || paramType->HasInnerType(TypeKind::TYPE_INTERFACE))) { in GetSourceOtherFileInclusions()
H A Dc_client_proxy_code_emitter.cpp182 … (paramType->IsInterfaceType() || paramType->HasInnerType(TypeKind::TYPE_INTERFACE))) { in GetHeaderOtherLibInclusions()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_client_proxy_code_emitter.cpp187 … (paramType->IsInterfaceType() || paramType->HasInnerType(TypeKind::TYPE_INTERFACE))) { in GetHeaderOtherLibInclusions()