Lines Matching refs:requestConfig

58 …tlocating) (const [Location_RequestConfig](#location_requestconfig) \*requestConfig) | 启动定位并订阅位置变化…
59 …plocating) (const [Location_RequestConfig](#location_requestconfig) \*requestConfig) | 停止定位并取消订阅位置…
63 …oyrequestconfig) ([Location_RequestConfig](#location_requestconfig) \*requestConfig) | 销毁位置请求参数实例并…
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 | - 指向[Location_RequestConfig](#location_requestconfig)实例的指针。<br/>该实例是由[OH_Location…
311 Location_ResultCode OH_Location_StartLocating (const Location_RequestConfig * requestConfig)
322 | requestConfig | - 指向定位请求参数的指针,该参数用于指定发起定位的场景信息和位置上报间隔。<br/>详细定义请参考[Location_RequestConfig](#locat…
330 LOCATION_INVALID_PARAM 入参requestConfig为空指针。
348 Location_ResultCode OH_Location_StopLocating (const Location_RequestConfig * requestConfig)
359 | requestConfig | - 指向定位请求参数的指针。<br/>该参数需要与[OH_Location_StartLocating](#oh_location_startlocating)中…
367 …_INVALID_PARAM 入参为空指针或入参与[OH_Location_StartLocating](#oh_location_startlocating)的requestConfig指针不同。
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…
511 | requestConfig | - 指向[Location_RequestConfig](#location_requestconfig)实例的指针。<br/>该实例是由[OH_Location…