Lines Matching refs:nn
27 namespace nn {
57 nn::Result SetPrivateRootCa(void);
73 nn::Result SetRootCa(u32 inCaCertId);
82 nn::Result ClearRootCaSetting( void );
93 nn::Result SetPrivateClientCert(void);
109 nn::Result SetClientCert(u32 inClientCertId);
120 nn::Result SetApInfo(ApInfoType info);
138 nn::Result SetCfgInfo(CfgInfoType info);
152 nn::Result AddHeaderField(const char* pLabel, const char* pValue);
163 nn::Result SetLastModifiedTime(const char* pLastModifiedTime);
192 nn::Result SetHttpProperty(PropertyType type, const void* pValue, size_t size) ;
219 nn::Result GetHttpProperty(PropertyType type, void* pValue, size_t size) ;
240 nn::Result SetFileProperty(PropertyType type, const void* pValue, size_t size) ;
261 nn::Result GetFileProperty(PropertyType type, void* pValue, size_t size) ;
312 nn::Result virtual GetProperty(PropertyType type, void* pValue, size_t size);