Home
last modified time | relevance | path

Searched refs:METHOD_PROPERTY_ONEWAY (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/idl_tool/metadata/
H A Dmeta_component.h49 static constexpr unsigned int METHOD_PROPERTY_ONEWAY = 0x1; member
H A Dmetadata_dumper.cpp184 (mm->properties_ & METHOD_PROPERTY_ONEWAY) != 0 ? "oneway" : ""); in DumpMetaMethod()
H A Dmetadata_builder.cpp365 mm->properties_ = method->IsOneway() ? METHOD_PROPERTY_ONEWAY : 0; in WriteMetaMethod()
/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmeta_component.h48 static constexpr unsigned int METHOD_PROPERTY_ONEWAY = 0x1; member
H A Dmetadata_reader.cpp136 if (mm->properties_ == METHOD_PROPERTY_ONEWAY) { in ReadMetaMethod()
H A Dmetadata_dumper.cpp197 (mm->properties_ & METHOD_PROPERTY_ONEWAY) != 0 ? "oneway" : ""); in DumpMetaMethod()
H A Dmetadata_builder.cpp362 mm->properties_ = method->GetAttribute()->GetValue() == ASTAttr::ONEWAY ? METHOD_PROPERTY_ONEWAY : 0; in WriteMetaMethod()
/foundation/ability/idl_tool/codegen/
H A Dcpp_code_emitter.cpp551 if ((mm->cacheable_ == true) && ((mm->properties_ & METHOD_PROPERTY_ONEWAY) == 0)) { in EmitInterfaceProxyMethodPreSendRequest()
582 (mm->properties_ & METHOD_PROPERTY_ONEWAY) != 0 ? "MessageOption::TF_ASYNC" : "MessageOption::TF_SYNC"); in EmitInterfaceProxyMethodBody()
645 if ((mm->properties_ & METHOD_PROPERTY_ONEWAY) == 0) { in EmitInterfaceProxyMethodRetValue()
H A Drust_code_emitter.cpp555 if ((mm->properties_ & METHOD_PROPERTY_ONEWAY) != 0) { in AppendProxyMethods()
H A Dts_code_emitter.cpp318 if ((metaMethod->properties_ & METHOD_PROPERTY_ONEWAY) || (metaInterface_->properties_ & METHOD_PROPERTY_ONEWAY)) { in EmitInterfaceProxyMethodBody()

Completed in 10 milliseconds