Home
last modified time | relevance | path

Searched refs:SourceInfo (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.cpp215 Logger().Error() << this->SourceInfo() << "merge different node to" << srcObj->SourceInfo(); in Merge()
220 Logger().Error() << this->SourceInfo() << "conflict type with " << srcObj->SourceInfo(); in Merge()
257 std::string AstObject::SourceInfo() in SourceInfo() function in AstObject
512 Logger().Error() << SourceInfo() << "merge conflict type with " << srcObj->SourceInfo(); in Merge()
560 …Logger().Error() << child->SourceInfo() << "redefined, first definition at " << sym->second->Sourc… in HasDuplicateChild()
598 Logger().Error() << SourceInfo() << "circular reference " << refObj->SourceInfo(); in RefExpand()
615 Logger().Error() << SourceInfo() << "node copy with different type " << src->SourceInfo(); in Copy()
665 … Logger().Error() << objChild->SourceInfo() << "not in template node: " << other.SourceInfo(); in Compare()
768 Logger().Error() << SourceInfo() << "merge conflict type with " << srcObj->SourceInfo(); in Merge()
807 … Logger().Error() << src->SourceInfo() << "overwrite different type with:" << child_->SourceInfo(); in Copy()
[all …]
H A Dbytecode_gen.cpp84 …Logger().Error() << object->SourceInfo() << "cannot covert type " << object->Type() << " to opcode… in ByteCodeConvert()
H A Dtext_gen.cpp729 …Logger().Error() << current->SourceInfo() << "duplicate node name at " << node->second->SourceInfo in DuplicateNodeNameCheck()
H A Dast.h93 virtual std::string SourceInfo();
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h130 struct SourceInfo { struct
212 NATIVEEXPORT const SourceInfo &GetSourceInfo(uint32_t &errorCode);
379 SourceInfo sourceInfo_;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp185 const SourceInfo &ImageSource::GetSourceInfo(uint32_t &errorCode) in GetSourceInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_heif_test.cpp399 SourceInfo sourceInfo = imageSource->GetSourceInfo(errorCode);
542 SourceInfo sourceInfo = imageSource->GetSourceInfo(errorCode);
H A Dimage_source_webp_test.cpp100 SourceInfo sourceInfo = imageSource->GetSourceInfo(errorCode);
H A Dimage_source_test.cpp471 SourceInfo sourceInfo = imageSource->GetSourceInfo(errorCode);
1066 SourceInfo sourceInfo;
H A Dimage_source_jpeg_test.cpp416 SourceInfo sourceInfo = imageSource->GetSourceInfo(errorCode);
551 SourceInfo sourceInfo = imageSource->GetSourceInfo(errorCode);
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_info.h1074 struct SourceInfo { struct
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h822 SourceInfo &targetInfo);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1727 const SourceInfo &ImageSource::GetSourceInfo(uint32_t &errorCode) in GetSourceInfo()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp7402 SourceInfo &targetInfo) in RectifyModuleInfo()