Home
last modified time | relevance | path

Searched refs:SetVendorAppUrl (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/api/
Dnetdiag_api.cpp112 return AsCoreType(aInstance).Get<NetworkDiagnostic::Server>().SetVendorAppUrl(aVendorAppUrl); in otThreadSetVendorAppUrl()
/openthread-latest/src/core/thread/
Dnetwork_diagnostic.hpp151 Error SetVendorAppUrl(const char *aVendorAppUrl);
Dnetwork_diagnostic.cpp85 Error Server::SetVendorAppUrl(const char *aVendorAppUrl) in SetVendorAppUrl() function in ot::NetworkDiagnostic::Server