Lines Matching refs:Location_RequestConfig
40 | typedef struct [Location_RequestConfig](#location_requestconfig) [Location_RequestConfig](#locati…
58 … [OH_Location_StartLocating](#oh_location_startlocating) (const [Location_RequestConfig](#location…
59 …1) [OH_Location_StopLocating](#oh_location_stoplocating) (const [Location_RequestConfig](#location…
62 …Location_RequestConfig](#location_requestconfig) \* [OH_Location_CreateRequestConfig](#oh_location…
63 …destroyrequestconfig) ([Location_RequestConfig](#location_requestconfig) \*requestConfig) | Destro…
64 …Location_RequestConfig](#location_requestconfig) \*requestConfig, [Location_UseScene](#location_us…
65 …tionScene](#oh_locationrequestconfig_setpowerconsumptionscene) ([Location_RequestConfig](#location…
66 …uestConfig_SetInterval](#oh_locationrequestconfig_setinterval) ([Location_RequestConfig](#location…
67 …uestConfig_SetCallback](#oh_locationrequestconfig_setcallback) ([Location_RequestConfig](#location…
124 ### Location_RequestConfig subsection
127 typedef struct Location_RequestConfig Location_RequestConfig
250 Location_RequestConfig* OH_Location_CreateRequestConfig (void )
253 Creates a **Location_RequestConfig** instance.
259 Pointer to the [Location_RequestConfig](#location_requestconfig) instance.
267 void OH_Location_DestroyRequestConfig (Location_RequestConfig * requestConfig)
270 Destroys the **Location_RequestConfig** instance and reclaims the memory.
278 | requestConfig | Pointer to the [Location_RequestConfig](#location_requestconfig) instance.<br>The…
311 Location_ResultCode OH_Location_StartLocating (const Location_RequestConfig * requestConfig)
322 …Location_RequestConfig** instance. This parameter is used to specify the location scene and locati…
348 Location_ResultCode OH_Location_StopLocating (const Location_RequestConfig * requestConfig)
359 …Location_RequestConfig** instance.<br>This parameter must be the same as the pointer to **requestC…
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…
495 **useScene** takes precedence over **powerConsumptionScene** in [Location_RequestConfig](#location_…
511 | requestConfig | Pointer to the [Location_RequestConfig](#location_requestconfig) instance.<br>The…