/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast_array_type.h | 40 bool IsArrayType() override; 54 bool IsArrayType() override;
|
H A D | ast_array_type.cpp | 29 bool ASTArrayType::IsArrayType() in IsArrayType() function in OHOS::Idl::ASTArrayType 59 bool ASTListType::IsArrayType() in IsArrayType() function in OHOS::Idl::ASTListType
|
H A D | ast_type.cpp | 145 bool ASTType::IsArrayType() in IsArrayType() function in OHOS::Idl::ASTType
|
H A D | ast_type.h | 136 virtual bool IsArrayType();
|
/ohos5.0/foundation/ability/idl_tool/ast/ |
H A D | ast_array_type.cpp | 28 bool ASTArrayType::IsArrayType() in IsArrayType() function in OHOS::Idl::ASTArrayType
|
H A D | ast_array_type.h | 39 bool IsArrayType() override;
|
H A D | ast_type.cpp | 110 bool ASTType::IsArrayType() in IsArrayType() function in OHOS::Idl::ASTType
|
H A D | ast_type.h | 66 virtual bool IsArrayType();
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_watch.cpp | 115 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 D | napi_hiappevent_processor.cpp | 87 …if (value == nullptr || !NapiUtil::IsArray(env, value) || !NapiUtil::IsArrayType(env, value, napi_… in GenConfigStrsProp()
|
H A D | napi_util.cpp | 79 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 D | ast_parameter.cpp | 225 if (type_->IsStringType() || type_->IsArrayType() || type_->IsListType()) { in EmitCProxyWriteOutVar() 241 if (type_->IsStringType() || type_->IsArrayType() || type_->IsListType()) { in EmitCStubReadOutVar()
|
H A D | ast_array_type.h | 31 bool IsArrayType() override; 164 bool IsArrayType() override;
|
H A D | ast_type.h | 122 virtual bool IsArrayType();
|
H A D | ast_type.cpp | 128 bool ASTType::IsArrayType() in IsArrayType() function in OHOS::HDI::ASTType
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/metadata/ |
H A D | metadata_builder.cpp | 195 } 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 D | metadata_builder.cpp | 196 } 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 D | property.h | 72 bool IsArrayType() const;
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
H A D | c_code_emitter.cpp | 81 if (type->IsArrayType()) { in EmitNeedLoopVar()
|
H A D | code_emitter.cpp | 100 (type->IsStringType() || type->IsArrayType() || type->IsListType())) { in NeedFlag()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
H A D | napi_util.h | 38 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 D | hdi_c_code_emitter.cpp | 128 if (type->IsArrayType()) { in EmitNeedLoopVar()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/ |
H A D | code_emitter.cpp | 42 (type->IsStringType() || type->IsArrayType() || type->IsListType())) { in NeedFlag()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | property.cpp | 324 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 D | mtp_test.cpp | 226 property.IsArrayType(); 258 bool ret = property.IsArrayType();
|