Lines Matching refs:nn
29 namespace nn {
59 nn::Result SetPrivateRootCa(void);
72 nn::Result SetRootCa(const nn::http::InternalCaCertId inCaCertName);
81 nn::Result ClearRootCaSetting( void );
92 nn::Result SetPrivateClientCert(void);
107 nn::Result SetClientCert(const nn::http::InternalClientCertId inClientCertName);
118 nn::Result SetApInfo(ApInfoType info);
132 nn::Result AddHeaderField(const char* pLabel, const char* pValue);
143 nn::Result SetLastModifiedTime(const char* pLastModifiedTime);
171 nn::Result SetHttpProperty(PropertyType type, const void* pValue, size_t size) ;
197 nn::Result GetHttpProperty(PropertyType type, void* pValue, size_t size) ;
218 nn::Result SetFileProperty(PropertyType type, const void* pValue, size_t size) ;
239 nn::Result GetFileProperty(PropertyType type, void* pValue, size_t size) ;
289 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);