Home
last modified time | relevance | path

Searched refs:GetSystemLevel (Results 1 – 16 of 16) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dcpp_client_proxy_code_emitter.cpp123 …for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitProxyMethodDecls()
130 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyMethodDecls()
229 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitPassthroughProxySourceInclusions()
321 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetSourceOtherLibInclusions()
402 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitProxyPassthroughtLoadImpl()
417 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitProxyPassthroughtLoadImpl()
433 …for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitProxyMethodImpls()
444 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyMethodImpls()
593 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetUtilMethods()
Djava_code_emitter.cpp28 auto methods = interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()); in EmitInterfaceMethodCommands()
Dcpp_service_stub_code_emitter.cpp128 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitStubMethodDecls()
140 …for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitStubMethodDecls()
237 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetSourceOtherLibInclusions()
333 …for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitStubOnRequestMethodImpl()
355 …for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitStubMethodImpls()
366 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitStubMethodImpls()
517 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetUtilMethods()
Dcpp_service_impl_code_emitter.cpp106 …for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitServiceImplMethodDecls()
180 …for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitServiceImplMethodImpls()
Dc_service_impl_code_emitter.cpp137 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitLowServiceImplGetMethod()
287 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitServiceImplMethodImpls()
364 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitKernelServiceImplGetMethod()
390 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitServiceImplGetMethod()
Djava_client_interface_code_emitter.cpp118 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitInterfaceMethods()
Dc_interface_code_emitter.cpp185 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitInterfaceMethods()
Dc_service_stub_code_emitter.cpp267 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitServiceStubMethodImpls()
566 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitKernelStubOnRequestMethodImpl()
628 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitStubOnRequestMethodImpl()
734 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetUtilMethods()
Dc_client_proxy_code_emitter.cpp177 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetHeaderOtherLibInclusions()
255 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyMethodImpls()
474 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyConstruction()
801 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetUtilMethods()
Djava_client_proxy_code_emitter.cpp149 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyMethodImpls()
Dcode_emitter.cpp151 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitInterfaceMethodCommands()
Dcode_generator.cpp137 auto systemPolicies = policies_.find(Options::GetInstance().GetSystemLevel()); in GetCodeGenPoilcy()
Dcpp_interface_code_emitter.cpp167 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitInterfaceMethodsDecl()
/drivers/hdf_core/framework/tools/hdi-gen/util/
Doptions.h113 inline SystemLevel GetSystemLevel() const in GetSystemLevel() function
/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_interface_type.cpp123 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitCppType()
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp467 switch (Options::GetInstance().GetSystemLevel()) { in CheckInterfaceAttr()