Searched refs:urlPathComponents (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/haikudepot/server/
H A DServerSettings.h24 const BString urlPathComponents);
H A DWebAppInterface.h170 status_t _SendJsonRequest(const char* urlPathComponents,
173 status_t _SendJsonRequest(const char* urlPathComponents,
177 static status_t _SendJsonRequest(const char* urlPathComponents,
184 const BString urlPathComponents,
H A DServerSettings.cpp56 ServerSettings::CreateFullUrl(const BString urlPathComponents) argument
58 return BUrl(sBaseUrl, urlPathComponents);
H A DWebAppInterface.cpp944 WebAppInterface::_SendJsonRequest(const char* urlPathComponents, argument
954 return _SendJsonRequest(urlPathComponents, accessToken, requestData,
960 WebAppInterface::_SendJsonRequest(const char* urlPathComponents, argument
971 " available", PROTOCOL_NAME, urlPathComponents);
978 PROTOCOL_NAME, urlPathComponents);
987 PROTOCOL_NAME, urlPathComponents);
993 << urlPathComponents);
1056 "status [%" B_PRId32 "]\n", PROTOCOL_NAME, urlPathComponents,
1084 WebAppInterface::_SendJsonRequest(const char* urlPathComponents, argument
1091 return _SendJsonRequest(urlPathComponents, dat
1097 _SendRawGetRequest(const BString urlPathComponents, BDataIO* stream) argument
[all...]

Completed in 53 milliseconds