Home
last modified time | relevance | path

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.md40 | 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 Doh__location__type_8h.md40 | 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…
61Location_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 Doh__location_8h.md27 …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 Doh_location_type.h289 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 Doh_location.h76 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.md40 | typedef struct [Location_RequestConfig](#location_requestconfig) [Location_RequestConfig](#locati…
62Location_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 Doh__location__type_8h.md40 | typedef struct [Location_RequestConfig](_location.md#location_requestconfig) [Location_RequestCon…
59Location_RequestConfig](_location.md#location_requestconfig) \* [OH_Location_CreateRequestConfig](…
60 …yrequestconfig) ([Location_RequestConfig](_location.md#location_requestconfig) \*requestConfig) | …
61Location_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 Doh__location_8h.md27 …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 Dlocator_c_impl.cpp54 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 Dlocation_info_callback_host.h35 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 Dlocator_c_impl.h25 struct Location_RequestConfig { struct
50 void RemoveLocationCallBack(const Location_RequestConfig* requestConfig); argument
51 …S::Location::LocationInfoCallbackHost> GetLocationCallBack(const Location_RequestConfig* requestCo…