Searched refs:ota_to_capital (Results 1 – 3 of 3) sorted by relevance
30 int ota_to_capital(char *value, int len);
93 int ota_to_capital(char *value, int len) in ota_to_capital() function
77 ret = ota_to_capital(signMethod->valuestring, strlen(signMethod->valuestring)); in ota_sevice_parse_msg()90 ret = ota_to_capital(ota_param.hash, strlen(ota_param.hash)); in ota_sevice_parse_msg()103 ret = ota_to_capital(ota_param.hash, strlen(ota_param.hash)); in ota_sevice_parse_msg()121 ret = ota_to_capital(ota_param.hash, strlen(ota_param.hash)); in ota_sevice_parse_msg()
Completed in 4 milliseconds