Home
last modified time | relevance | path

Searched refs:DoPassthrough (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dc_interface_code_emitter.cpp108 if (!Options::GetInstance().DoPassthrough()) { in EmitInterfaceHeaderFile()
116 if (!Options::GetInstance().DoPassthrough()) { in EmitInterfaceHeaderFile()
228 if (Options::GetInstance().DoPassthrough() && interface_->IsSerializable()) { in EmitExternalMethod()
Dcpp_interface_code_emitter.cpp55 if (!Options::GetInstance().DoPassthrough()) { in EmitInterfaceHeaderFile()
62 if (!Options::GetInstance().DoPassthrough()) { in EmitInterfaceHeaderFile()
/drivers/hdf_core/framework/tools/hdi-gen/util/
Doptions.h69 inline bool DoPassthrough() const in DoPassthrough() function
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp1546 if (!Options::GetInstance().DoPassthrough() && type->IsPointerType()) { in CheckTypeByMode()