Home
last modified time | relevance | path

Searched refs:url (Results 1 – 6 of 6) sorted by relevance

/device/lge/bullhead/location/loc_api/loc_api_v02/
DLocApiV02.h177 setServer(const char* url, int len);
DLocApiV02.cpp990 const char* url, int len) in setServer() argument
1007 LOC_LOGD("%s:%d]:, url = %s, len = %d\n", __func__, __LINE__, url, len); in setServer()
1013 strlcpy(set_server_req.urlAddr, url, sizeof(set_server_req.urlAddr)); in setServer()
/device/huawei/angler/location/loc_api/loc_api_v02/
DLocApiV02.h177 setServer(const char* url, int len);
DLocApiV02.cpp990 const char* url, int len) in setServer() argument
1007 LOC_LOGD("%s:%d]:, url = %s, len = %d\n", __func__, __LINE__, url, len); in setServer()
1013 strlcpy(set_server_req.urlAddr, url, sizeof(set_server_req.urlAddr)); in setServer()
/device/moto/shamu/location/loc_api/loc_api_v02/
DLocApiV02.h177 setServer(const char* url, int len);
DLocApiV02.cpp915 const char* url, int len) in setServer() argument
932 LOC_LOGD("%s:%d]:, url = %s, len = %d\n", __func__, __LINE__, url, len); in setServer()
938 strlcpy(set_server_req.urlAddr, url, sizeof(set_server_req.urlAddr)); in setServer()