Home
last modified time | relevance | path

Searched refs:INTERFACE_PROPERTY_ONEWAY (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/idl_tool/metadata/
H A Dmeta_component.h47 static constexpr unsigned int INTERFACE_PROPERTY_ONEWAY = 0x1; member
H A Dmetadata_dumper.cpp158 (mi->properties_ & INTERFACE_PROPERTY_ONEWAY) != 0 ? "oneway" : ""); in DumpMetaInterface()
H A Dmetadata_builder.cpp340 mi->properties_ = interface->IsOneway() ? INTERFACE_PROPERTY_ONEWAY : 0; in WriteMetaInterface()
/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmeta_component.h46 static constexpr unsigned int INTERFACE_PROPERTY_ONEWAY = 0x1; member
H A Dmetadata_reader.cpp114 if (mi->properties_ == INTERFACE_PROPERTY_ONEWAY) { in ReadMetaInterface()
H A Dmetadata_dumper.cpp171 (mi->properties_ & INTERFACE_PROPERTY_ONEWAY) != 0 ? "oneway" : ""); in DumpMetaInterface()
H A Dmetadata_builder.cpp337 mi->properties_ = interface->GetAttribute()->GetValue() == ASTAttr::ONEWAY ? INTERFACE_PROPERTY_ONEWAY : 0; in WriteMetaInterface()

Completed in 4 milliseconds