Searched refs:Location_RequestConfig (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-location-kit/ |
H A D | _location.md | 40 | typedef struct [Location_RequestConfig](#location_requestconfig) [Location_RequestConfig](#locati… 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) 311 Location_ResultCode OH_Location_StartLocating (const Location_RequestConfig * requestConfig) 348 Location_ResultCode OH_Location_StopLocating (const Location_RequestConfig * requestConfig) 454 void OH_LocationRequestConfig_SetInterval (Location_RequestConfig * requestConfig, int interval ) 490 void OH_LocationRequestConfig_SetUseScene (Location_RequestConfig * requestConfig, Location_UseScen… [all …]
|
H A D | oh__location__type_8h.md | 40 | typedef struct [Location_RequestConfig](_location.md#location_requestconfig) [Location_RequestCon… 59 | [Location_RequestConfig](_location.md#location_requestconfig) \* [OH_Location_CreateRequestConfig… 60 …yRequestConfig](_location.md#oh_location_destroyrequestconfig) ([Location_RequestConfig](_location… 61 …Location_RequestConfig](_location.md#location_requestconfig) \*requestConfig, [Location_UseScene](… 62 …location.md#oh_locationrequestconfig_setpowerconsumptionscene) ([Location_RequestConfig](_location… 63 …etInterval](_location.md#oh_locationrequestconfig_setinterval) ([Location_RequestConfig](_location… 64 …etCallback](_location.md#oh_locationrequestconfig_setcallback) ([Location_RequestConfig](_location…
|
H A D | oh__location_8h.md | 27 …n_StartLocating](_location.md#oh_location_startlocating) (const [Location_RequestConfig](_location… 28 …ion_StopLocating](_location.md#oh_location_stoplocating) (const [Location_RequestConfig](_location…
|
/ohos5.0/base/location/interfaces/c_api/include/ |
H A D | oh_location_type.h | 289 typedef struct Location_RequestConfig Location_RequestConfig; typedef 300 Location_RequestConfig* OH_Location_CreateRequestConfig(void); 309 void OH_Location_DestroyRequestConfig(Location_RequestConfig* requestConfig); 327 void OH_LocationRequestConfig_SetUseScene(Location_RequestConfig* requestConfig, 340 void OH_LocationRequestConfig_SetPowerConsumptionScene(Location_RequestConfig* requestConfig, 352 void OH_LocationRequestConfig_SetInterval(Location_RequestConfig* requestConfig, 366 void OH_LocationRequestConfig_SetCallback(Location_RequestConfig* requestConfig,
|
H A D | oh_location.h | 76 Location_ResultCode OH_Location_StartLocating(const Location_RequestConfig* requestConfig); 99 Location_ResultCode OH_Location_StopLocating(const Location_RequestConfig* requestConfig);
|
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/ |
H A D | _location.md | 40 | typedef struct [Location_RequestConfig](#location_requestconfig) [Location_RequestConfig](#locati… 62 …Location_RequestConfig](#location_requestconfig) \* [OH_Location_CreateRequestConfig](#oh_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. 311 Location_ResultCode OH_Location_StartLocating (const Location_RequestConfig * requestConfig) [all …]
|
H A D | oh__location__type_8h.md | 40 | typedef struct [Location_RequestConfig](_location.md#location_requestconfig) [Location_RequestCon… 59 …Location_RequestConfig](_location.md#location_requestconfig) \* [OH_Location_CreateRequestConfig](… 60 …yrequestconfig) ([Location_RequestConfig](_location.md#location_requestconfig) \*requestConfig) | … 61 …Location_RequestConfig](_location.md#location_requestconfig) \*requestConfig, [Location_UseScene](… 62 …location.md#oh_locationrequestconfig_setpowerconsumptionscene) ([Location_RequestConfig](_location… 63 …etInterval](_location.md#oh_locationrequestconfig_setinterval) ([Location_RequestConfig](_location… 64 …etCallback](_location.md#oh_locationrequestconfig_setcallback) ([Location_RequestConfig](_location…
|
H A D | oh__location_8h.md | 27 …n_StartLocating](_location.md#oh_location_startlocating) (const [Location_RequestConfig](_location… 28 …ion_StopLocating](_location.md#oh_location_stoplocating) (const [Location_RequestConfig](_location…
|
/ohos5.0/base/location/frameworks/native/location_ndk/source/ |
H A D | locator_c_impl.cpp | 54 Location_ResultCode OH_Location_StartLocating(const Location_RequestConfig* requestConfig) in OH_Location_StartLocating() 84 Location_ResultCode OH_Location_StopLocating(const Location_RequestConfig* requestConfig) in OH_Location_StopLocating() 144 Location_RequestConfig* OH_Location_CreateRequestConfig(void) in OH_Location_CreateRequestConfig() 146 return new (std::nothrow) Location_RequestConfig(); in OH_Location_CreateRequestConfig() 149 void OH_Location_DestroyRequestConfig(Location_RequestConfig* requestConfig) in OH_Location_DestroyRequestConfig() 159 void OH_LocationRequestConfig_SetUseScene(Location_RequestConfig* requestConfig, in OH_LocationRequestConfig_SetUseScene() 174 void OH_LocationRequestConfig_SetPowerConsumptionScene(Location_RequestConfig* requestConfig, in OH_LocationRequestConfig_SetPowerConsumptionScene() 194 void OH_LocationRequestConfig_SetInterval(Location_RequestConfig* requestConfig, in OH_LocationRequestConfig_SetInterval() 210 void OH_LocationRequestConfig_SetCallback(Location_RequestConfig* requestConfig, in OH_LocationRequestConfig_SetCallback() 229 void RemoveLocationCallBack(const Location_RequestConfig* requestConfig) in RemoveLocationCallBack() [all …]
|
/ohos5.0/base/location/frameworks/native/location_ndk/include/ |
H A D | location_info_callback_host.h | 35 inline void SetRequestConfig(const Location_RequestConfig* requestConfig) in SetRequestConfig() 40 inline const Location_RequestConfig* GetRequestConfig() in GetRequestConfig() 46 const Location_RequestConfig* requestConfig_ = nullptr;
|
H A D | locator_c_impl.h | 25 struct Location_RequestConfig { struct 50 void RemoveLocationCallBack(const Location_RequestConfig* requestConfig); argument 51 …S::Location::LocationInfoCallbackHost> GetLocationCallBack(const Location_RequestConfig* requestCo…
|