Searched refs:ATTR_OUT (Results 1 - 12 of 12) sorted by relevance
/foundation/ability/idl_tool/metadata/ |
H A D | meta_component.h | 52 static constexpr unsigned int ATTR_OUT = 0x2; member
|
H A D | metadata_dumper.cpp | 215 if ((mp->attributes_ & ATTR_OUT) == ATTR_OUT) { in DumpMetaParameter()
|
H A D | metadata_builder.cpp | 396 mp->attributes_ |= ATTR_OUT; in WriteMetaParameter()
|
/foundation/ability/idl_tool/idl_tool_2/metadata/ |
H A D | meta_component.h | 51 static constexpr unsigned int ATTR_OUT = 0x2; member
|
H A D | metadata_reader.cpp | 158 if ((mp->attributes_ & ATTR_OUT) == ATTR_OUT) { in ReadMetaParam()
|
H A D | metadata_dumper.cpp | 228 if ((mp->attributes_ & ATTR_OUT) == ATTR_OUT) { in DumpMetaParameter()
|
H A D | metadata_builder.cpp | 388 mp->attributes_ |= ATTR_OUT; in WriteMetaParameter()
|
/foundation/ability/idl_tool/codegen/ |
H A D | ts_code_emitter.cpp | 148 if ((mp->attributes_ & ATTR_OUT) != 0) { in EmitInterfaceMethod() 199 if ((method.parameters_[index].attr_ & ATTR_OUT) != 0) { in EmitInterfaceMethodLastPara() 330 if ((mp->attributes_ & ATTR_OUT) != 0) { in EmitInterfaceProxyMethodBody() 364 if ((methods_[methodIndex].parameters_[index].attr_ & ATTR_OUT) != 0) { in EmitInterfaceMethodCallback() 388 if ((methods_[methodIndex].parameters_[index].attr_ & ATTR_OUT) == 0) { in EmitInterfaceMethodCallback() 410 if ((mp->attributes_ & ATTR_OUT) != 0) { in EmitInterfaceMethodCallbackInner() 433 if ((methods_[methodIndex].parameters_[index].attr_ & ATTR_OUT) != 0) { in EmitInterfaceMethodCallbackInner() 567 if ((mp->attributes_ & ATTR_OUT) != 0) { in EmitInterfaceStubMethodImpl() 614 if ((methods_[methodIndex].parameters_[index].attr_ & ATTR_OUT) != 0) { in EmitInterfaceStubMethodPromiseImpl() 632 if ((mp->attributes_ & ATTR_OUT) ! in EmitInterfaceStubMethodPromiseImpl() [all...] |
H A D | cpp_code_emitter.cpp | 262 sb.Append(prefix).AppendFormat("%s result", EmitType(mt, ATTR_OUT, false).string()); in EmitInterfaceMethodReturn() 633 if ((mp->attributes_ & ATTR_OUT) != 0) { in EmitInterfaceProxyMethodReply() 837 } else if ((mp->attributes_ & ATTR_OUT) != 0) { in EmitInterfaceStubMethodImpl() 856 if ((mp->attributes_ & ATTR_OUT) != 0) { in EmitInterfaceStubMethodImpl() 864 if ((mp->attributes_ & ATTR_OUT) != 0) { in EmitInterfaceStubMethodImpl() 1419 if (attributes & ATTR_OUT) { in EmitComplexType() 1445 if (attributes & ATTR_OUT) { in EmitListType() 1483 if ((attributes & ATTR_MASK) == (ATTR_IN | ATTR_OUT)) { in EmitObjectType()
|
/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_proxy_test/ |
H A D | ts_code_emitter_proxy_test.cpp | 276 if (mt->kind_ == TypeKind::Array && (mp->attributes_ & ATTR_MASK) == ATTR_OUT) {
in HWTEST_F() 316 if (mt->kind_ == TypeKind::Array && (mp->attributes_ & ATTR_MASK) == ATTR_OUT) {
in HWTEST_F() 515 if ((mp->attributes_ & ATTR_OUT) != 0) {
in HWTEST_F() 552 if ((mp->attributes_ & ATTR_OUT) != 0) {
in HWTEST_F() 590 if ((mp->attributes_ & ATTR_OUT) != 0) {
in HWTEST_F() 620 if ((mp->attributes_ & ATTR_OUT) != 0) {
in HWTEST_F() 694 if ((mp->attributes_ & ATTR_OUT) != 0) {
in HWTEST_F() 732 if ((mp->attributes_ & ATTR_OUT) != 0) {
in HWTEST_F() 771 if ((mp->attributes_ & ATTR_OUT) != 0) {
in HWTEST_F() 801 if ((mp->attributes_ & ATTR_OUT) ! in HWTEST_F() [all...] |
/foundation/ability/idl_tool/test/unittest/cpp_code_emitter_test/ |
H A D | cpp_code_emitter_test.cpp | 1042 String retStr1 = codeEmitter.EmitType(&mt, ATTR_IN | ATTR_OUT, false); in HWTEST_F() 1074 String retStr1 = codeEmitter.EmitType(&mt, ATTR_IN | ATTR_OUT, false); in HWTEST_F()
|
/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_interface_test/ |
H A D | ts_code_emitter_interface_test.cpp | 2209 tsCodeGen_->EmitReadVariable("parcelName", "name", &mt, ATTR_MASK + ATTR_OUT, stringBuilder, CodeEmitter::TAB); in HWTEST_F()
|
Completed in 15 milliseconds