Lines Matching refs:requestConfig

58 …tlocating) (const [Location_RequestConfig](#location_requestconfig) \*requestConfig) | Starts loca…
59 …plocating) (const [Location_RequestConfig](#location_requestconfig) \*requestConfig) | Stops locat…
63 …oyrequestconfig) ([Location_RequestConfig](#location_requestconfig) \*requestConfig) | Destroys th…
64 …fig_setusescene) ([Location_RequestConfig](#location_requestconfig) \*requestConfig, [Location_Use…
65 …onsumptionscene) ([Location_RequestConfig](#location_requestconfig) \*requestConfig, [Location_Pow…
66 …fig_setinterval) ([Location_RequestConfig](#location_requestconfig) \*requestConfig, int interval)…
67 …fig_setcallback) ([Location_RequestConfig](#location_requestconfig) \*requestConfig, [Location_Inf…
267 void OH_Location_DestroyRequestConfig (Location_RequestConfig * requestConfig)
278 | requestConfig | Pointer to the [Location_RequestConfig](#location_requestconfig) instance.<br>The…
311 Location_ResultCode OH_Location_StartLocating (const Location_RequestConfig * requestConfig)
322 | requestConfig | Pointer to the **Location_RequestConfig** instance. This parameter is used to spe…
330 **LOCATION_INVALID_PARAM**: The input parameter **requestConfig** is a null pointer.
348 Location_ResultCode OH_Location_StopLocating (const Location_RequestConfig * requestConfig)
359 | requestConfig | Pointer to the **Location_RequestConfig** instance.<br>This parameter must be the…
367 …M**: The input parameter is a null pointer or is different from the **requestConfig** pointer of […
435 void OH_LocationRequestConfig_SetCallback (Location_RequestConfig * requestConfig, Location_InfoCal…
446 | requestConfig | Pointer to the [Location_RequestConfig](#location_requestconfig) instance.<br>The…
454 void OH_LocationRequestConfig_SetInterval (Location_RequestConfig * requestConfig, int interval )
465 | requestConfig | Pointer to the [Location_RequestConfig](#location_requestconfig) instance.<br>The…
472 void OH_LocationRequestConfig_SetPowerConsumptionScene (Location_RequestConfig * requestConfig, Loc…
483 | requestConfig | Pointer to the [Location_RequestConfig](#location_requestconfig) instance.<br>The…
490 void OH_LocationRequestConfig_SetUseScene (Location_RequestConfig * requestConfig, Location_UseScen…
511 | requestConfig | Pointer to the [Location_RequestConfig](#location_requestconfig) instance.<br>The…