Lines Matching full:switch
59 * @brief Obtain current location switch status.
61 * @return Returns true if the location switch on, returns false otherwise.
69 * @brief Enable location switch.
71 * @param enable Status of the location switch to be set.
99 * @brief Subscribe location switch changed.
101 * @param callback Indicates the callback for reporting the location switch status.
108 * @brief Unsubscribe location switch changed.
110 * @param callback Indicates the callback for reporting the location switch status.
303 * @brief Obtain current location switch status.
305 * @param isEnabled Indicates if the location switch on.
306 * @return Returns ERRCODE_SUCCESS if obtain current location switch status succeed.
311 * @brief Obtain current location switch status.
313 * @param isEnabled Indicates if the location switch on.
314 * @return Returns ERRCODE_SUCCESS if obtain current location switch status succeed.
319 * @brief Enable location switch.
321 * @param enable Status of the location switch to be set.
322 * @return Returns ERRCODE_SUCCESS if enable location switch succeed.
327 * @brief Enable location switch.
329 * @param enable Status of the location switch to be set.
331 * @return Returns ERRCODE_SUCCESS if enable location switch succeed.
362 * @brief Subscribe location switch changed.
364 * @param callback Indicates the callback for reporting the location switch status.
370 * @brief Unsubscribe location switch changed.
372 * @param callback Indicates the callback for reporting the location switch status.