Home
last modified time | relevance | path

Searched refs:GetSystemLevel (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_service_stub_code_emitter.cpp135 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitStubMethodDecls()
147 for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitStubMethodDecls()
244 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in GetSourceOtherLibInclusions()
266 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in GetSourceOtherFileInclusions()
357 for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitStubOnRequestMethodImpl()
380 for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitStubMethodImpls()
391 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitStubMethodImpls()
582 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitUtilMethods()
H A Dcpp_service_impl_code_emitter.cpp113 for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitServiceImplMethodDecls()
187 for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitServiceImplMethodImpls()
H A Dcpp_client_proxy_code_emitter.cpp195 for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitProxyMethodDecls()
202 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitProxyMethodDecls()
325 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitPassthroughProxySourceInclusions()
423 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in GetSourceOtherLibInclusions()
442 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in GetSourceOtherFileInclusions()
588 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitProxyPassthroughtLoadImpl()
603 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitProxyPassthroughtLoadImpl()
619 for (const auto &method : interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitProxyMethodImpls()
630 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitProxyMethodImpls()
872 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitUtilMethods()
[all...]
H A Dcpp_interface_code_emitter.cpp192 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitInterfaceMethodsDecl()
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_method.cpp31 interface->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()); in CheckOverload()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/
H A Dc_service_impl_code_emitter.cpp144 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitLowServiceImplGetMethod()
294 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitServiceImplMethodImpls()
371 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitKernelServiceImplGetMethod()
397 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitServiceImplGetMethod()
H A Dc_service_stub_code_emitter.cpp272 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitServiceStubMethodImpls()
628 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitKernelStubOnRequestMethodImpl()
690 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitStubOnRequestMethodImpl()
797 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitUtilMethods()
H A Dc_client_proxy_code_emitter.cpp182 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in GetHeaderOtherLibInclusions()
260 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitProxyMethodImpls()
482 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitProxyConstruction()
836 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitUtilMethods()
H A Dc_interface_code_emitter.cpp192 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitInterfaceMethods()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/
H A Djava_client_interface_code_emitter.cpp124 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitInterfaceMethods()
H A Dhdi_java_code_emitter.cpp27 auto methods = interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()); in EmitInterfaceMethodCommands()
H A Djava_client_proxy_code_emitter.cpp156 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitProxyMethodImpls()
/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.h156 inline SystemLevel GetSystemLevel() const in GetSystemLevel() function in OHOS::Idl::Options
/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_emitter.cpp114 for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel())) { in EmitInterfaceMethodCommands()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_code_generator.cpp144 auto systemPolicies = policies_.find(Options::GetInstance().GetSystemLevel()); in GetCodeGenPoilcy()
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/
H A Dhdi_interface_type_emitter.cpp44 if (Options::GetInstance().GetSystemLevel() == SystemLevel::LITE) { in EmitCppType()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp607 switch (Options::GetInstance().GetSystemLevel()) { in CheckInterfaceAttr()

Completed in 16 milliseconds