Searched defs:SetNamespace (Results 1 – 13 of 13) sorted by relevance
22 void ASTSequenceableType::SetNamespace(ASTNamespace* nspace) in SetNamespace() function in OHOS::Idl::ASTSequenceableType
22 void ASTInterfaceType::SetNamespace(ASTNamespace* nspace) in SetNamespace() function in OHOS::Idl::ASTInterfaceType
30 void ASTType::SetNamespace(ASTNamespace* nspace) in SetNamespace() function in OHOS::Idl::ASTType
21 void ASTSequenceableType::SetNamespace(const AutoPtr<ASTNamespace> &nspace) in SetNamespace() function in OHOS::Idl::ASTSequenceableType
21 void ASTInterfaceType::SetNamespace(const AutoPtr<ASTNamespace> &nspace) in SetNamespace() function in OHOS::Idl::ASTInterfaceType
30 void ASTType::SetNamespace(const AutoPtr<ASTNamespace> &nspace) in SetNamespace() function in OHOS::Idl::ASTType
51 int SetNamespace(int nsFd, int nsType) in SetNamespace() function
14 void ASTSequenceableType::SetNamespace(const AutoPtr<ASTNamespace> &nspace) in SetNamespace() function in OHOS::HDI::ASTSequenceableType
14 void ASTInterfaceType::SetNamespace(const AutoPtr<ASTNamespace> &nspace) in SetNamespace() function in OHOS::HDI::ASTInterfaceType
23 void ASTType::SetNamespace(const AutoPtr<ASTNamespace> &nspace) in SetNamespace() function in OHOS::HDI::ASTType
91 void XmlTest::SetNamespace(napi_env env) in SetNamespace() function
228 static napi_value SetNamespace(napi_env env, napi_callback_info info) in SetNamespace() function
107 void XmlSerializer::SetNamespace(std::string prefix, const std::string &nsTemp) in SetNamespace() function in OHOS::xml::XmlSerializer