Lines Matching refs:nn
29 namespace nn {
57 nn::Result SetPrivateRootCa(void);
68 nn::Result SetRootCa(const nn::http::InternalCaCertId inCaCertName);
77 nn::Result SetPrivateClientCert(void);
90 nn::Result SetClientCert(const nn::http::InternalClientCertId inClientCertName);
100 nn::Result SetApInfo(ApInfoType info);
113 nn::Result AddHeaderField(const char* pLabel, const char* pValue);
123 nn::Result SetLastModifiedTime(const char* pLastModifiedTime);
149 nn::Result SetHttpProperty(PropertyType type, void* pValue, size_t size) ;
173 nn::Result GetHttpProperty(PropertyType type, void* pValue, size_t size) ;
192 nn::Result SetFileProperty(PropertyType type, void* pValue, size_t size) ;
211 nn::Result GetFileProperty(PropertyType type, void* pValue, size_t size) ;
259 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);