Home
last modified time | relevance | path

Searched defs:SetNamespace (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_sequenceable_type.cpp22 void ASTSequenceableType::SetNamespace(ASTNamespace* nspace) in SetNamespace() function in OHOS::Idl::ASTSequenceableType
H A Dast_interface_type.cpp22 void ASTInterfaceType::SetNamespace(ASTNamespace* nspace) in SetNamespace() function in OHOS::Idl::ASTInterfaceType
H A Dast_type.cpp30 void ASTType::SetNamespace(ASTNamespace* nspace) in SetNamespace() function in OHOS::Idl::ASTType
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_sequenceable_type.cpp21 void ASTSequenceableType::SetNamespace(const AutoPtr<ASTNamespace> &nspace) in SetNamespace() function in OHOS::Idl::ASTSequenceableType
H A Dast_interface_type.cpp21 void ASTInterfaceType::SetNamespace(const AutoPtr<ASTNamespace> &nspace) in SetNamespace() function in OHOS::Idl::ASTInterfaceType
H A Dast_type.cpp30 void ASTType::SetNamespace(const AutoPtr<ASTNamespace> &nspace) in SetNamespace() function in OHOS::Idl::ASTType
/ohos5.0/base/startup/init/services/sandbox/
H A Dsandbox_namespace.c51 int SetNamespace(int nsFd, int nsType) in SetNamespace() function
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_sequenceable_type.cpp14 void ASTSequenceableType::SetNamespace(const AutoPtr<ASTNamespace> &nspace) in SetNamespace() function in OHOS::HDI::ASTSequenceableType
H A Dast_interface_type.cpp14 void ASTInterfaceType::SetNamespace(const AutoPtr<ASTNamespace> &nspace) in SetNamespace() function in OHOS::HDI::ASTInterfaceType
H A Dast_type.cpp23 void ASTType::SetNamespace(const AutoPtr<ASTNamespace> &nspace) in SetNamespace() function in OHOS::HDI::ASTType
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.h91 void XmlTest::SetNamespace(napi_env env) in SetNamespace() function
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Dnative_module_xml.cpp228 static napi_value SetNamespace(napi_env env, napi_callback_info info) in SetNamespace() function
H A Djs_xml.cpp107 void XmlSerializer::SetNamespace(std::string prefix, const std::string &nsTemp) in SetNamespace() function in OHOS::xml::XmlSerializer