Home
last modified time | relevance | path

Searched refs:GetFilePathNoPoint (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.cpp37 std::string SaCppInterfaceCodeEmitter::GetFilePathNoPoint(const std::string &fpnp) const in GetFilePathNoPoint() function in OHOS::Idl::SaCppInterfaceCodeEmitter
111 filePath = GetFilePathNoPoint(seqType->GetNamespace()->ToString()); in EmitInterfaceSelfDefinedTypeInclusions()
H A Dsa_cpp_interface_code_emitter.h42 std::string GetFilePathNoPoint(const std::string &fpnp) const;
/ohos5.0/foundation/ability/idl_tool/codegen/
H A Dcpp_code_emitter.h184 String GetFilePathNoPoint(const String& fpnp);
H A Dcpp_code_emitter.cpp125 String CppCodeEmitter::GetFilePathNoPoint(const String& fpnp) in GetFilePathNoPoint() function in OHOS::Idl::CppCodeEmitter
152 String filePath = GetFilePathNoPoint(String(mp->namespace_)); in EmitInterfaceSelfDefinedTypeInclusions()