/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
D | cpp_service_stub_code_emitter.cpp | 128 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitStubMethodDecls() local 140 …for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitStubMethodDecls() local 151 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitStubMethodDecl() argument 159 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitStubStaticMethodDecl() argument 237 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetSourceOtherLibInclusions() local 333 …for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitStubOnRequestMethodImpl() local 355 …for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitStubMethodImpls() local 366 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitStubMethodImpls() local 377 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitStubMethodImpl() argument 392 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitStubStaticMethodImpl() argument [all …]
|
D | cpp_client_proxy_code_emitter.cpp | 123 …for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitProxyMethodDecls() local 130 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyMethodDecls() local 141 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitProxyMethodDecl() argument 165 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitProxyStaticMethodDecl() argument 321 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetSourceOtherLibInclusions() local 433 …for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitProxyMethodImpls() local 444 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyMethodImpls() local 455 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyMethodImpl() 481 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyStaticMethodImpl() 504 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyMethodBody() [all …]
|
D | c_service_impl_code_emitter.cpp | 137 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitLowServiceImplGetMethod() local 142 AutoPtr<ASTMethod> method = interface_->GetVersionMethod(); in EmitLowServiceImplGetMethod() local 287 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitServiceImplMethodImpls() local 296 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitServiceImplMethodImpl() argument 325 AutoPtr<ASTMethod> method = interface_->GetVersionMethod(); in EmitServiceImplGetVersionMethod() local 364 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitKernelServiceImplGetMethod() local 390 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitServiceImplGetMethod() local 395 AutoPtr<ASTMethod> method = interface_->GetVersionMethod(); in EmitServiceImplGetMethod() local
|
D | cpp_service_impl_code_emitter.cpp | 106 …for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitServiceImplMethodDecls() local 115 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitServiceImplMethodDecl() argument 180 …for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitServiceImplMethodImpls() local 189 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitServiceImplMethodImpl() argument
|
D | cpp_interface_code_emitter.cpp | 167 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitInterfaceMethodsDecl() local 176 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitInterfaceMethodDecl() argument 199 AutoPtr<ASTMethod> method = interface_->GetVersionMethod(); in EmitInterfaceGetVersionMethod() local 245 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceMethodCommandsWithExtends() local
|
D | c_service_stub_code_emitter.cpp | 267 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitServiceStubMethodImpls() local 280 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitServiceStubMethodImpl() argument 450 …const AutoPtr<ASTMethod> &method, const std::string &gotoLabel, StringBuilder &sb, const std::stri… in EmitStubCallMethod() argument 515 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitStubGetVerMethodImpl() argument 566 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitKernelStubOnRequestMethodImpl() local 628 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitStubOnRequestMethodImpl() local 734 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetUtilMethods() local
|
D | c_client_proxy_code_emitter.cpp | 177 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetHeaderOtherLibInclusions() local 255 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyMethodImpls() local 268 void CClientProxyCodeEmitter::EmitProxyMethodImpl(const AutoPtr<ASTMethod> &method, StringBuilder &… in EmitProxyMethodImpl() 293 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyMethodBody() 382 void CClientProxyCodeEmitter::EmitWriteFlagOfNeedSetMem(const AutoPtr<ASTMethod> &method, in EmitWriteFlagOfNeedSetMem() 436 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitStubCallMethod() 474 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyConstruction() local 801 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetUtilMethods() local
|
D | java_client_proxy_code_emitter.cpp | 149 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyMethodImpls() local 156 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitProxyMethodImpl() argument 187 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitProxyMethodBody() argument
|
D | java_client_interface_code_emitter.cpp | 118 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitInterfaceMethods() local 125 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitInterfaceMethod() argument
|
D | c_interface_code_emitter.cpp | 185 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitInterfaceMethods() local 198 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitInterfaceMethod() argument
|
D | code_emitter.cpp | 141 std::string CodeEmitter::EmitMethodCmdID(const AutoPtr<ASTMethod> &method) in EmitMethodCmdID() 151 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitInterfaceMethodCommands() local
|
D | c_code_emitter.cpp | 41 …const AutoPtr<ASTMethod> &method, bool needRW, bool needFree, StringBuilder &sb, const std::string… in EmitMethodNeedLoopVar() argument 96 void CCodeEmitter::EmitErrorHandle(const AutoPtr<ASTMethod> &method, const std::string &gotoLabel, … in EmitErrorHandle()
|
/drivers/peripheral/user_auth/test/unittest/mocks/inc/ |
D | c_mocker.h | 70 #define DECLARE_METHOD(ret, method, args) … argument 77 #define IMPLEMENT_FUNCTION_INTERNAL(cls, method, count, signature, invoker) … argument 104 #define IMPLEMENT_FUNCTION_WITH_INVOKER(cls, ret, method, args, invoker) \ argument 107 #define IMPLEMENT_FUNCTION(cls, ret, method, args) \ argument
|
/drivers/peripheral/camera/vdi_base/common/device_manager/include/ |
D | create_devicemanager_factory.h | 40 void RegistClass(std::string name, createClass method) in RegistClass() 57 DeviceManagerDynamicClass(std::string name, createClass method) in DeviceManagerDynamicClass()
|
D | create_sensor_factory.h | 40 void RegistClass(std::string name, createClass method) in RegistClass() 57 SensorDynamicClass(std::string name, createClass method) in SensorDynamicClass()
|
/drivers/hdf_core/framework/support/platform/include/pwm/ |
D | pwm_core.h | 36 struct PwmMethod *method; member
|
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
D | ast_interface_type.cpp | 22 void ASTInterfaceType::AddMethod(const AutoPtr<ASTMethod> &method) in AddMethod() 57 for (const auto &method : methods_) { in GetMethodsBySystem() local 77 for (auto method : methods_) { in Dump() local
|
D | ast_interface_type.h | 110 void AddVersionMethod(const AutoPtr<ASTMethod> &method) in AddVersionMethod()
|
/drivers/hdf_core/framework/support/platform/include/rtc/ |
D | rtc_core.h | 29 struct RtcMethod *method; member
|
/drivers/hdf_core/framework/support/platform/include/pin/ |
D | pin_core.h | 36 struct PinCntlrMethod *method; member
|
/drivers/external_device_manager/services/native/driver_extension/src/ |
D | js_driver_extension.cpp | 322 NativeValue* method = obj->GetProperty(name); in CallObjectMethod() local 373 NativeValue* method = obj->GetProperty("onConnect"); in CallOnConnect() local 406 NativeValue *method = obj->GetProperty("onDisconnect"); in CallOnDisconnect() local
|
/drivers/hdf_core/framework/support/platform/include/i2s/ |
D | i2s_core.h | 41 struct I2sCntlrMethod *method; member
|
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
D | stream_operator_vdi_impl.cpp | 77 DynamicStreamSwitchMode method, VdiStreamSupportType &type) in GetStreamSupportType() 156 DynamicStreamSwitchMode method = CheckStreamsSupported(mode, settings, infos); in IsStreamsSupported() local 338 DynamicStreamSwitchMode method = streamPipeline_->CheckStreamsSupported(mode, setting, configs); in CommitStreams() local
|
/drivers/hdf_core/framework/support/platform/include/spi/ |
D | spi_core.h | 36 struct SpiCntlrMethod *method; member
|
/drivers/hdf_core/framework/tools/hdi-gen/parser/ |
D | parser.cpp | 501 AutoPtr<ASTMethod> method = ParseMethod(interface); in ParseInterfaceBody() local 523 AutoPtr<ASTMethod> method = new ASTMethod(); in ParseMethod() local 594 AutoPtr<ASTMethod> method = new ASTMethod(); in CreateGetVersionMethod() local 609 …rser::CheckMethodAttr(const AutoPtr<ASTInterfaceType> &interface, const AutoPtr<ASTMethod> &method) in CheckMethodAttr() 640 void Parser::ParseMethodParamList(const AutoPtr<ASTMethod> &method) in ParseMethodParamList()
|