return 0;
}
+
+/**
+* @testcase ITc_location_manager_get_velocity_accuracy_p
+* @since_tizen 6.0
+* @author SRID(priya.kohli)
+* @reviewer SRID(shobhit.v)
+* @type auto
+* @description Gets the current velocity accuracy information.
+* @scenario Gets the current velocity accuracy information.
+* @apicovered location_manager_get_velocity_accuracy
+* @passcase When location_manager_get_velocity_accuracy is successful
+* @failcase If target API fails or any precondition API fails
+* @precondition The location service state must be LOCATIONS_SERVICE_ENABLED with location_manager_start
+* @postcondition None
+*/
+int ITc_location_manager_get_velocity_accuracy_p(void)
+{
+ START_TEST_MANAGER;
+
+ double dVelocityAccuracy = -1;
+
+ location_error_e nRet = location_manager_get_velocity_accuracy(g_stManager, &dVelocityAccuracy);
+ PRINT_RESULT(LOCATIONS_ERROR_NONE, nRet, "location_manager_get_velocity_accuracy", LocationManagerGetError(nRet));
+
+ return 0;
+}
/** @} */
/** @} */
extern int ITc_location_manager_enable_mock_location_p(void);
extern int ITc_location_manager_set_clear_mock_location_p(void);
extern int ITc_location_manager_is_enabled_mock_location_p(void);
+extern int ITc_location_manager_get_velocity_accuracy_p(void);
extern int ITc_location_bounds_create_destory_rect_p(void);
extern int ITc_location_bounds_get_rect_coords_p(void);
extern int ITc_location_bounds_create_destory_circle_p(void);
{"ITc_location_manager_enable_mock_location_p",ITc_location_manager_enable_mock_location_p,ITs_location_manager_startup,ITs_location_manager_cleanup},
{"ITc_location_manager_set_clear_mock_location_p",ITc_location_manager_set_clear_mock_location_p,ITs_location_manager_startup,ITs_location_manager_cleanup},
{"ITc_location_manager_is_enabled_mock_location_p",ITc_location_manager_is_enabled_mock_location_p,ITs_location_manager_startup,ITs_location_manager_cleanup},
+ {"ITc_location_manager_get_velocity_accuracy_p",ITc_location_manager_get_velocity_accuracy_p,ITs_location_manager_startup,ITs_location_manager_cleanup},
{"ITc_location_bounds_create_destory_rect_p",ITc_location_bounds_create_destory_rect_p,ITs_location_bounds_startup,ITs_location_bounds_cleanup},
{"ITc_location_bounds_get_rect_coords_p",ITc_location_bounds_get_rect_coords_p,ITs_location_bounds_startup,ITs_location_bounds_cleanup},
{"ITc_location_bounds_create_destory_circle_p",ITc_location_bounds_create_destory_circle_p,ITs_location_bounds_startup,ITs_location_bounds_cleanup},
extern int ITc_location_manager_enable_mock_location_p(void);
extern int ITc_location_manager_set_clear_mock_location_p(void);
extern int ITc_location_manager_is_enabled_mock_location_p(void);
+extern int ITc_location_manager_get_velocity_accuracy_p(void);
extern int ITc_location_bounds_create_destory_rect_p(void);
extern int ITc_location_bounds_get_rect_coords_p(void);
extern int ITc_location_bounds_create_destory_circle_p(void);
{"ITc_location_manager_enable_mock_location_p",ITc_location_manager_enable_mock_location_p,ITs_location_manager_startup,ITs_location_manager_cleanup},
{"ITc_location_manager_set_clear_mock_location_p",ITc_location_manager_set_clear_mock_location_p,ITs_location_manager_startup,ITs_location_manager_cleanup},
{"ITc_location_manager_is_enabled_mock_location_p",ITc_location_manager_is_enabled_mock_location_p,ITs_location_manager_startup,ITs_location_manager_cleanup},
+ {"ITc_location_manager_get_velocity_accuracy_p",ITc_location_manager_get_velocity_accuracy_p,ITs_location_manager_startup,ITs_location_manager_cleanup},
{"ITc_location_bounds_create_destory_rect_p",ITc_location_bounds_create_destory_rect_p,ITs_location_bounds_startup,ITs_location_bounds_cleanup},
{"ITc_location_bounds_get_rect_coords_p",ITc_location_bounds_get_rect_coords_p,ITs_location_bounds_startup,ITs_location_bounds_cleanup},
{"ITc_location_bounds_create_destory_circle_p",ITc_location_bounds_create_destory_circle_p,ITs_location_bounds_startup,ITs_location_bounds_cleanup},
extern int ITc_location_manager_enable_mock_location_p(void);
extern int ITc_location_manager_set_clear_mock_location_p(void);
extern int ITc_location_manager_is_enabled_mock_location_p(void);
+extern int ITc_location_manager_get_velocity_accuracy_p(void);
extern int ITc_location_bounds_create_destory_rect_p(void);
extern int ITc_location_bounds_get_rect_coords_p(void);
extern int ITc_location_bounds_create_destory_circle_p(void);
{"ITc_location_manager_enable_mock_location_p",ITc_location_manager_enable_mock_location_p,ITs_location_manager_startup,ITs_location_manager_cleanup},
{"ITc_location_manager_set_clear_mock_location_p",ITc_location_manager_set_clear_mock_location_p,ITs_location_manager_startup,ITs_location_manager_cleanup},
{"ITc_location_manager_is_enabled_mock_location_p",ITc_location_manager_is_enabled_mock_location_p,ITs_location_manager_startup,ITs_location_manager_cleanup},
+ {"ITc_location_manager_get_velocity_accuracy_p",ITc_location_manager_get_velocity_accuracy_p,ITs_location_manager_startup,ITs_location_manager_cleanup},
{"ITc_location_bounds_create_destory_rect_p",ITc_location_bounds_create_destory_rect_p,ITs_location_bounds_startup,ITs_location_bounds_cleanup},
{"ITc_location_bounds_get_rect_coords_p",ITc_location_bounds_get_rect_coords_p,ITs_location_bounds_startup,ITs_location_bounds_cleanup},
{"ITc_location_bounds_create_destory_circle_p",ITc_location_bounds_create_destory_circle_p,ITs_location_bounds_startup,ITs_location_bounds_cleanup},