Home
last modified time | relevance | path

Searched refs:IsArrayType (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_array_type.h40 bool IsArrayType() override;
54 bool IsArrayType() override;
H A Dast_array_type.cpp29 bool ASTArrayType::IsArrayType() in IsArrayType() function in OHOS::Idl::ASTArrayType
59 bool ASTListType::IsArrayType() in IsArrayType() function in OHOS::Idl::ASTListType
H A Dast_type.cpp145 bool ASTType::IsArrayType() in IsArrayType() function in OHOS::Idl::ASTType
H A Dast_type.h136 virtual bool IsArrayType();
/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_array_type.cpp28 bool ASTArrayType::IsArrayType() in IsArrayType() function in OHOS::Idl::ASTArrayType
H A Dast_array_type.h39 bool IsArrayType() override;
H A Dast_type.cpp110 bool ASTType::IsArrayType() in IsArrayType() function in OHOS::Idl::ASTType
H A Dast_type.h66 virtual bool IsArrayType();
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_watch.cpp115 if (types != nullptr && !NapiUtil::IsArrayType(env, types, napi_number)) { in IsValidFilter()
121 if (names != nullptr && !NapiUtil::IsArrayType(env, names, napi_string)) { in IsValidFilter()
134 if (!NapiUtil::IsArrayType(env, filters, napi_object)) { in IsValidFilters()
H A Dnapi_hiappevent_processor.cpp87 …if (value == nullptr || !NapiUtil::IsArray(env, value) || !NapiUtil::IsArrayType(env, value, napi_… in GenConfigStrsProp()
H A Dnapi_util.cpp79 bool IsArrayType(const napi_env env, const napi_value value, napi_valuetype type) in IsArrayType() function
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_parameter.cpp225 if (type_->IsStringType() || type_->IsArrayType() || type_->IsListType()) { in EmitCProxyWriteOutVar()
241 if (type_->IsStringType() || type_->IsArrayType() || type_->IsListType()) { in EmitCStubReadOutVar()
H A Dast_array_type.h31 bool IsArrayType() override;
164 bool IsArrayType() override;
H A Dast_type.h122 virtual bool IsArrayType();
H A Dast_type.cpp128 bool ASTType::IsArrayType() in IsArrayType() function in OHOS::HDI::ASTType
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_builder.cpp195 } else if (type->IsArrayType()) { in CalculateMetaType()
432 } else if (type->IsArrayType()) { in WriteMetaType()
481 } else if (type->IsArrayType()) { in Type2Kind()
/ohos5.0/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp196 } else if (type->IsArrayType()) { in CalculateMetaType()
440 } else if (type->IsArrayType()) { in WriteMetaType()
489 } else if (type->IsArrayType()) { in Type2Kind()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dproperty.h72 bool IsArrayType() const;
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dc_code_emitter.cpp81 if (type->IsArrayType()) { in EmitNeedLoopVar()
H A Dcode_emitter.cpp100 (type->IsStringType() || type->IsArrayType() || type->IsListType())) { in NeedFlag()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_util.h38 bool IsArrayType(const napi_env env, const napi_value value, napi_valuetype type);
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dhdi_c_code_emitter.cpp128 if (type->IsArrayType()) { in EmitNeedLoopVar()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_emitter.cpp42 (type->IsStringType() || type->IsArrayType() || type->IsListType())) { in NeedFlag()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dproperty.cpp324 bool Property::IsArrayType() const in IsArrayType() function in OHOS::Media::Property
627 if (!IsArrayType()) { in Dump()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_test.cpp226 property.IsArrayType();
258 bool ret = property.IsArrayType();

12