Home
last modified time | relevance | path

Searched refs:IsOneWay (Results 1 – 6 of 6) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_method.h44 inline bool IsOneWay() const in IsOneWay() function
Dast_interface_type.h64 inline bool IsOneWay() const in IsOneWay() function
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dcpp_client_proxy_code_emitter.cpp523 std::string option = method->IsOneWay() ? "MessageOption::TF_ASYNC" : "MessageOption::TF_SYNC"; in EmitProxyStaticMethodBody()
554 if (!method->IsOneWay()) { in EmitProxyStaticMethodBody()
Dc_client_proxy_code_emitter.cpp326 if (!method->IsOneWay()) { in EmitProxyMethodBody()
441 method->IsOneWay() ? "true" : "false"); in EmitStubCallMethod()
Dcpp_service_stub_code_emitter.cpp421 if (!method->IsOneWay()) { in EmitStubStaticMethodImpl()
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp635 if (interface->IsOneWay() || method->IsOneWay()) { in CheckMethodAttr()
657 if (method->IsOneWay() && param->GetAttribute() == ParamAttr::PARAM_OUT) { in ParseMethodParamList()