Home
last modified time | relevance | path

Searched refs:IsOneway (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/idl_tool/ast/
H A Dast_method.h49 bool IsOneway() in IsOneway() function in OHOS::Idl::ASTMethod
H A Dast_interface_type.h49 bool IsOneway() in IsOneway() function in OHOS::Idl::ASTInterfaceType
/foundation/ability/idl_tool/parser/
H A Dparser.cpp308 if (interface->IsOneway()) { in ParseMethodName()
336 if (method->IsOneway()) { in ParseMethodBrackets()
400 if (interface->IsOneway() || method->IsOneway()) { in ParseMethod()
/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp340 mi->properties_ = interface->IsOneway() ? INTERFACE_PROPERTY_ONEWAY : 0; in WriteMetaInterface()
365 mm->properties_ = method->IsOneway() ? METHOD_PROPERTY_ONEWAY : 0; in WriteMetaMethod()

Completed in 3 milliseconds