Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 26) sorted by relevance

12

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dc_service_impl_code_emitter.cpp173 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitServiceImplMethodImpls() local
185 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitServiceImplMethodImpl()
214 AutoPtr<ASTMethod> method = interface_->GetVersionMethod(); in EmitServiceImplGetVersionMethod() local
254 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitKernelServiceImplGetMethod() local
282 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitServiceImplGetMethod() local
287 AutoPtr<ASTMethod> method = interface_->GetVersionMethod(); in EmitServiceImplGetMethod() local
Dcpp_service_stub_code_emitter.cpp126 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitStubMethodDecls() local
134 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitStubMethodDecl()
212 AutoPtr<ASTMethod> method = interface_->GetMethod(methodIndex); in GetSourceOtherLibInclusions() local
297 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitStubOnRequestMethodImpl() local
320 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitStubMethodImpls() local
329 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitStubMethodImpl()
371 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitStubCallMethod()
401const AutoPtr<ASTMethod> &method, const std::string &parcelName, StringBuilder &sb, const std::str… in EmitStubReadMemFlag()
447 AutoPtr<ASTMethod> method = interface_->GetMethod(methodIndex); in GetUtilMethods() local
Dcpp_client_proxy_code_emitter.cpp109 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitProxyMethodDecls() local
118 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyMethodDecl()
268 AutoPtr<ASTMethod> method = interface_->GetMethod(methodIndex); in GetSourceOtherLibInclusions() local
361 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitProxyMethodImpls() local
370 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyMethodImpl()
394 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyMethodBody()
455const AutoPtr<ASTMethod> &method, const std::string &dataBufName, StringBuilder &sb, const std::st… in EmitWriteFlagOfNeedSetMem()
468 AutoPtr<ASTMethod> method = interface_->GetMethod(methodIndex); in GetUtilMethods() local
Dcpp_service_impl_code_emitter.cpp95 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitServiceImplMethodDecls() local
104 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitServiceImplMethodDecl()
168 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitServiceImplMethodImpls() local
177 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitServiceImplMethodImpl()
Dcpp_interface_code_emitter.cpp143 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceMethodsDecl() local
152 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitInterfaceMethodDecl()
175 AutoPtr<ASTMethod> method = interface_->GetVersionMethod(); in EmitInterfaceGetVersionMethod() local
Dc_service_stub_code_emitter.cpp262 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitServiceStubMethodImpls() local
275 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitServiceStubMethodImpl()
445const AutoPtr<ASTMethod> &method, const std::string &gotoLabel, StringBuilder &sb, const std::stri… in EmitStubCallMethod()
509 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitStubGetVerMethodImpl()
561 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitKernelStubOnRequestMethodImpl() local
623 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitStubOnRequestMethodImpl() local
730 AutoPtr<ASTMethod> method = interface_->GetMethod(methodIndex); in GetUtilMethods() local
Dc_client_proxy_code_emitter.cpp178 AutoPtr<ASTMethod> method = interface_->GetMethod(methodIndex); in GetHeaderOtherLibInclusions() local
257 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitProxyMethodImpls() local
270 void CClientProxyCodeEmitter::EmitProxyMethodImpl(const AutoPtr<ASTMethod> &method, StringBuilder &… in EmitProxyMethodImpl()
295 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyMethodBody()
385const AutoPtr<ASTMethod> &method, const std::string &dataBufName, StringBuilder &sb, const std::st… in EmitWriteFlagOfNeedSetMem()
438 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitStubCallMethod()
477 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitProxyConstruction() local
804 AutoPtr<ASTMethod> method = interface_->GetMethod(methodIndex); in GetUtilMethods() local
Djava_client_proxy_code_emitter.cpp148 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitProxyMethodImpls() local
157 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyMethodImpl()
188 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyMethodBody()
Dcode_emitter.cpp95 bool CodeEmitter::NeedFlag(const AutoPtr<ASTMethod> &method) in NeedFlag()
142 std::string CodeEmitter::EmitMethodCmdID(const AutoPtr<ASTMethod> &method) in EmitMethodCmdID()
151 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceMethodCommands() local
Djava_client_interface_code_emitter.cpp117 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceMethods() local
126 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitInterfaceMethod()
Dc_interface_code_emitter.cpp122 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceMethods() local
135 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitInterfaceMethod()
Djava_code_emitter.cpp29 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceMethodCommands() local
Dc_code_emitter.cpp30const AutoPtr<ASTMethod> &method, bool needRW, bool needFree, StringBuilder &sb, const std::string… in EmitMethodNeedLoopVar()
85 void CCodeEmitter::EmitErrorHandle(const AutoPtr<ASTMethod> &method, const std::string &gotoLabel, … in EmitErrorHandle()
/drivers/peripheral/camera/hal/device_manager/include/
Dcreate_sensor_factory.h40 void RegistClass(std::string name, createClass method) in RegistClass()
57 SensorDynamicClass(std::string name, createClass method) in SensorDynamicClass()
Dcreate_devicemanager_factory.h40 void RegistClass(std::string name, createClass method) in RegistClass()
57 DeviceManagerDynamicClass(std::string name, createClass method) in DeviceManagerDynamicClass()
/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_interface_type.h95 void AddVersionMethod(const AutoPtr<ASTMethod> &method) in AddVersionMethod()
Dast_interface_type.cpp22 void ASTInterfaceType::AddMethod(const AutoPtr<ASTMethod> &method) in AddMethod()
56 for (auto method : methods_) { in Dump() local
/drivers/hdf_core/framework/support/platform/include/pwm/
Dpwm_core.h36 struct PwmMethod *method; member
/drivers/hdf_core/framework/support/platform/include/rtc/
Drtc_core.h29 struct RtcMethod *method; member
/drivers/hdf_core/framework/support/platform/include/pin/
Dpin_core.h36 struct PinCntlrMethod *method; member
/drivers/hdf_core/framework/support/platform/include/i2s/
Di2s_core.h41 struct I2sCntlrMethod *method; member
/drivers/peripheral/camera/hal/hdi_impl/src/stream_operator/
Dstream_operator.cpp70 DynamicStreamSwitchMode method, in GetStreamSupportType()
149 DynamicStreamSwitchMode method = CheckStreamsSupported(mode, settings, infos); in IsStreamsSupported() local
323 DynamicStreamSwitchMode method = streamPipeline_->CheckStreamsSupported(mode, setting, configs); in CommitStreams() local
/drivers/hdf_core/framework/support/platform/include/spi/
Dspi_core.h36 struct SpiCntlrMethod *method; member
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp464 AutoPtr<ASTMethod> method = new ASTMethod(); in ParseMethod() local
540 AutoPtr<ASTMethod> method = new ASTMethod(); in CreateGetVersionMethod() local
555 void Parser::ParseMethodParamList(const AutoPtr<ASTMethod> &method) in ParseMethodParamList()
/drivers/hdf_core/framework/support/platform/include/uart/
Duart_core.h31 struct UartHostMethod *method; member

12