Searched refs:url (Results 1 – 6 of 6) sorted by relevance
/device/lge/bullhead/location/loc_api/loc_api_v02/ |
D | LocApiV02.h | 177 setServer(const char* url, int len);
|
D | LocApiV02.cpp | 990 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/ |
D | LocApiV02.h | 177 setServer(const char* url, int len);
|
D | LocApiV02.cpp | 990 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/ |
D | LocApiV02.h | 177 setServer(const char* url, int len);
|
D | LocApiV02.cpp | 915 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()
|