Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_interface_code_emitter.cpp69 if (EmitInterfaceUsings(sb)) { in EmitInterfaceHeaderFile()
127 bool SaCppInterfaceCodeEmitter::EmitInterfaceUsings(StringBuilder &sb) const in EmitInterfaceUsings() function in OHOS::Idl::SaCppInterfaceCodeEmitter
H A Dsa_cpp_interface_code_emitter.h46 bool EmitInterfaceUsings(StringBuilder &sb) const;
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dcpp_code_emitter.h49 bool EmitInterfaceUsings(StringBuilder& sb);
H A Dcpp_code_emitter.cpp41 if (EmitInterfaceUsings(sb)) { in EmitInterfaceHeaderFile()
169 bool CppCodeEmitter::EmitInterfaceUsings(StringBuilder& sb) in EmitInterfaceUsings() function in OHOS::Idl::CppCodeEmitter