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_locati…
63 …ation_DestroyRequestConfig](#oh_location_destroyrequestconfig) ([Location_RequestConfig](#location…
64Location_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 )
259 返回指向[Location_RequestConfig](#location_requestconfig)实例的指针。
267 void OH_Location_DestroyRequestConfig (Location_RequestConfig * requestConfig)
278 | requestConfig | - 指向[Location_RequestConfig](#location_requestconfig)实例的指针。<br/>该实例是由[OH_Location…
311 Location_ResultCode OH_Location_StartLocating (const Location_RequestConfig * requestConfig)
322 | requestConfig | - 指向定位请求参数的指针,该参数用于指定发起定位的场景信息和位置上报间隔。<br/>详细定义请参考[Location_RequestConfig](#locat…
348 Location_ResultCode OH_Location_StopLocating (const Location_RequestConfig * requestConfig)
359 …g](#oh_location_startlocating)中的requestConfig是同一个指针。<br/>详细定义请参考[Location_RequestConfig](#location…
435 void OH_LocationRequestConfig_SetCallback (Location_RequestConfig * requestConfig, Location_InfoCal…
446 | requestConfig | - 指向[Location_RequestConfig](#location_requestconfig)实例的指针。<br/>该实例是由[OH_Location…
454 void OH_LocationRequestConfig_SetInterval (Location_RequestConfig * requestConfig, int interval )
465 | requestConfig | - 指向[Location_RequestConfig](#location_requestconfig)实例的指针。<br/>该实例是由[OH_Location…
472 void OH_LocationRequestConfig_SetPowerConsumptionScene (Location_RequestConfig * requestConfig, Loc…
483 | requestConfig | - 指向[Location_RequestConfig](#location_requestconfig)实例的指针。<br/>该实例是由[OH_Location…
490 void OH_LocationRequestConfig_SetUseScene (Location_RequestConfig * requestConfig, Location_UseScen…
495 位置请求参数[Location_RequestConfig](#location_requestconfig)中以useScene优先。
511 | requestConfig | - 指向[Location_RequestConfig](#location_requestconfig)实例的指针。<br/>该实例是由[OH_Location…