Home
last modified time | relevance | path

Searched defs:mt (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/test/unittest/metadata_dumper_test/
H A Dmetadata_dumper_test.cpp81 MetaType mt = {TypeKind::Char, 0, 1, new (std::nothrow) int(0)}; variable
96 MetaType mt = {TypeKind::Boolean, 0, 1, new (std::nothrow) int(0)}; variable
111 MetaType mt = {TypeKind::Byte, 0, 1, new (std::nothrow) int(0)}; variable
126 MetaType mt = {TypeKind::Short, 0, 1, new (std::nothrow) int(0)}; variable
141 MetaType mt = {TypeKind::Integer, 0, 1, new (std::nothrow) int(0)}; variable
156 MetaType mt = {TypeKind::Long, 0, 1, new (std::nothrow) int(0)}; variable
171 MetaType mt = {TypeKind::Float, 0, 1, new (std::nothrow) int(0)}; variable
186 MetaType mt = {TypeKind::Double, 0, 1, new (std::nothrow) int(0)}; variable
201 MetaType mt = {TypeKind::String, 0, 1, new (std::nothrow) int(0)}; variable
/ohos5.0/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_interface_test/
H A Dts_code_emitter_interface_test.cpp1245 MetaType mt = {TypeKind::Char, 0, 1, new (std::nothrow) int(0)}; variable
1272 MetaType mt = {TypeKind::Byte, 0, 1, new (std::nothrow) int(0)}; variable
1299 MetaType mt = {TypeKind::Short, 0, 1, new (std::nothrow) int(0)}; variable
1353 MetaType mt = {TypeKind::Long, 0, 1, new (std::nothrow) int(0)}; variable
1551 MetaType mt = {TypeKind::Char, 0, 1, new (std::nothrow) int(0)}; variable
1577 MetaType mt = {TypeKind::Byte, 0, 1, new (std::nothrow) int(0)}; variable
1655 MetaType mt = {TypeKind::Long, 0, 1, new (std::nothrow) int(0)}; variable
1811 MetaType mt = {TypeKind::List, 0, 1, new (std::nothrow) int(0)}; variable
1918 MetaType mt = {TypeKind::Char, 0, 1, new (std::nothrow) int(0)}; variable
1944 MetaType mt = {TypeKind::Byte, 0, 1, new (std::nothrow) int(0)}; variable
[all …]
/ohos5.0/foundation/ability/idl_tool/test/unittest/cpp_code_emitter_test/
H A Dcpp_code_emitter_test.cpp70 MetaType *mt = new MetaType; variable
206 MetaType mt { .kind_ = TypeKind::Char }; variable
231 MetaType mt { .kind_ = TypeKind::Long }; variable
256 MetaType mt { .kind_ = TypeKind::Float }; variable
435 MetaType mt { .kind_ = TypeKind::Short }; variable
535 MetaType mt { .kind_ = TypeKind::Long }; variable
560 MetaType mt { .kind_ = TypeKind::Long }; variable
800 MetaType mt { .kind_ = TypeKind::Char }; variable
844 MetaType mt { .kind_ = TypeKind::Byte }; variable
1327 MetaType mt; variable
[all …]
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Drust_code_emitter.cpp110 MetaType* mt = metaComponent_->types_[i]; in EmitCommonHeaders() local
330 String RustCodeEmitter::ConvertType(MetaType* mt, bool pt) in ConvertType()
394 void RustCodeEmitter::ReadListFromParcel(StringBuilder& sb, MetaType* mt, const String& result, in ReadListFromParcel()
401 void RustCodeEmitter::ReadMapFromParcel(StringBuilder& sb, MetaType* mt, const String& result, in ReadMapFromParcel()
420 void RustCodeEmitter::ReadFromParcel(StringBuilder& sb, MetaType* mt, const String& result, in ReadFromParcel()
433 void RustCodeEmitter::WriteListToParcel(StringBuilder& sb, MetaType* mt, const String& result, in WriteListToParcel()
439 void RustCodeEmitter::WriteMapToParcel(StringBuilder& sb, MetaType* mt, const String& result, in WriteMapToParcel()
449 void RustCodeEmitter::WriteToParcel(StringBuilder& sb, MetaType* mt, const String& result, in WriteToParcel()
470 MetaType* mt = metaComponent_->types_[mm->returnTypeIndex_]; in AddRemoteRequestMethods() local
548 MetaType* mt = metaComponent_->types_[mm->returnTypeIndex_]; in AppendProxyMethods() local
H A Dcpp_code_emitter.cpp70 MetaType* mt = metaComponent_->types_[i]; in EmitInterfaceStdlibInclusions() local
255 MetaType* mt = metaComponent_->types_[mp->typeIndex_]; in EmitInterfaceMethodParameter() local
659 MetaType* mt = metaComponent_->types_[mp->typeIndex_]; in EmitWriteMethodParameter() local
667 MetaType* mt = metaComponent_->types_[mp->typeIndex_]; in EmitReadMethodParameter() local
834 MetaType* mt = metaComponent_->types_[mp->typeIndex_]; in EmitInterfaceStubMethodImpl() local
1291 MetaType* mt = metaComponent_->types_[mp->typeIndex_]; in EmitLocalVariable() local
1302 void CppCodeEmitter::EmitReturnParameter(const String& name, MetaType* mt, StringBuilder& sb) in EmitReturnParameter()
1326 String CppCodeEmitter::EmitType(MetaType* mt, unsigned int attributes, bool isInnerType) in EmitType()
1377 String CppCodeEmitter::EmitFloatType(MetaType* mt, unsigned int attributes, bool isInnerType) in EmitFloatType()
1438 String CppCodeEmitter::EmitListType(MetaType* mt, unsigned int attributes, bool isInnerType) in EmitListType()
[all …]
H A Dts_code_emitter.cpp451 MetaType* mt = metaComponent_->types_[mp->typeIndex_]; in EmitWriteMethodParameter() local
459 MetaType* mt = metaComponent_->types_[mp->typeIndex_]; in EmitReadMethodParameter() local
564 MetaType* mt = metaComponent_->types_[mp->typeIndex_]; in EmitInterfaceStubMethodImpl() local
661 …d TsCodeEmitter::EmitWriteVariable(const String& parcelName, const std::string& name, MetaType* mt, in EmitWriteVariable()
689 …deEmitter::EmitWriteVariableObject(const String& parcelName, const std::string& name, MetaType* mt, in EmitWriteVariableObject()
738 …odeEmitter::EmitWriteArrayVariable(const String& parcelName, const std::string& name, MetaType* mt, in EmitWriteArrayVariable()
791 …id TsCodeEmitter::EmitReadVariable(const String& parcelName, const std::string& name, MetaType* mt, in EmitReadVariable()
822 …odeEmitter::EmitReadVariableObject(const String& parcelName, const std::string& name, MetaType* mt, in EmitReadVariableObject()
872 …CodeEmitter::EmitReadArrayVariable(const String& parcelName, const std::string& name, MetaType* mt, in EmitReadArrayVariable()
951 …TsCodeEmitter::EmitReadOutVariable(const String& parcelName, const std::string& name, MetaType* mt, in EmitReadOutVariable()
[all …]
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_serializer.cpp54 MetaType* mt = mc->types_[i]; in SerializeMetaComponent() local
130 void MetadataSerializer::SerializeMetaType(MetaType* mt) in SerializeMetaType()
179 MetaType* mt = mc->types_[i]; in DeserializeMetaComponent() local
253 void MetadataSerializer::DeserializeMetaType(MetaType* mt) in DeserializeMetaType()
H A Dmetadata_reader.cpp206 std::string MetadataReader::MetaTypeName(MetaType* mt) in MetaTypeName()
H A Dmetadata_dumper.cpp238 std::string MetadataDumper::DumpMetaType(MetaType* mt) in DumpMetaType()
H A Dmetadata_builder.cpp401 MetaType* mt = reinterpret_cast<MetaType*>(baseAddr_); in WriteMetaType() local
/ohos5.0/foundation/ability/idl_tool/metadata/
H A Dmetadata_serializer.cpp57 MetaType* mt = mc->types_[i]; in SerializeMetaComponent() local
133 void MetadataSerializer::SerializeMetaType(MetaType* mt) in SerializeMetaType()
186 MetaType* mt = mc->types_[i]; in DeserializeMetaComponent() local
262 void MetadataSerializer::DeserializeMetaType(MetaType* mt) in DeserializeMetaType()
H A Dmetadata_dumper.cpp225 String MetadataDumper::DumpMetaType(MetaType* mt) in DumpMetaType()
H A Dmetadata_builder.cpp409 MetaType* mt = reinterpret_cast<MetaType*>(baseAddr_); in WriteMetaType() local
/ohos5.0/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_proxy_test/
H A Dts_code_emitter_proxy_test.cpp66 MetaType* mt = tsCodeGen_->metaComponent_->types_[mp->typeIndex_]; variable
107 MetaType* mt = tsCodeGen_->metaComponent_->types_[mp->typeIndex_]; variable
148 MetaType* mt = tsCodeGen_->metaComponent_->types_[mp->typeIndex_]; variable
189 MetaType* mt = tsCodeGen_->metaComponent_->types_[mp->typeIndex_]; variable
232 MetaType* mt = tsCodeGen_->metaComponent_->types_[mp->typeIndex_]; variable
275 MetaType* mt = tsCodeGen_->metaComponent_->types_[mp->typeIndex_]; variable
315 MetaType* mt = tsCodeGen_->metaComponent_->types_[mp->typeIndex_]; variable
356 MetaType* mt = tsCodeGen_->metaComponent_->types_[mp->typeIndex_]; variable
397 MetaType* mt = tsCodeGen_->metaComponent_->types_[mp->typeIndex_]; variable
438 MetaType* mt = tsCodeGen_->metaComponent_->types_[mp->typeIndex_]; variable
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dmutex_private.h151 mutexPrivate mt; variable
/ohos5.0/base/telephony/cellular_call/services/common/include/
H A Dcellular_call_data_struct.h278 bool mt = false; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp2727 auto mt = mainThreadObj_.promote(); in ProcessEvent() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… constant
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… argument
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… constant