Home
last modified time | relevance | path

Searched refs:LOCATION_USE_SCENE_DAILY_LIFE_SERVICE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-location-kit/
H A D_location.md48 …NE_SPORT = 0x0402, LOCATION_USE_SCENE_TRANSPORT = 0x0403, LOCATION_USE_SCENE_DAILY_LIFE_SERVICE = …
64 …置了powerConsumptionScene则该参数生效。<br/>如果两个参数都未设置,则默认useScene为LOCATION_USE_SCENE_DAILY_LIFE_SERVICE,<b…
241 | LOCATION_USE_SCENE_DAILY_LIFE_SERVICE | 表示日常服务使用场景。<br/>适用于不需要定位用户精确位置的使用场景,如新闻资讯、网购、点餐类应用。<br/>…
501 如果两个参数都未设置,则默认useScene为LOCATION_USE_SCENE_DAILY_LIFE_SERVICE
512 | useScene | - 表示位置请求时的用户活动场景。<br/>默认值是LOCATION_USE_SCENE_DAILY_LIFE_SERVICE。<br/>详细定义见[Location_Us…
H A Doh__location__type_8h.md48 …, [LOCATION_USE_SCENE_TRANSPORT](_location.md) = 0x0403, [LOCATION_USE_SCENE_DAILY_LIFE_SERVICE](_…
61 …了powerConsumptionScene则该参数生效。<br/>如果两个参数都未设置,则默认useScene为[LOCATION_USE_SCENE_DAILY_LIFE_SERVICE](_…
/ohos5.0/base/location/interfaces/c_api/include/
H A Doh_location_type.h113 LOCATION_USE_SCENE_DAILY_LIFE_SERVICE = 0x0404 enumerator
/ohos5.0/base/location/frameworks/native/location_ndk/source/
H A Dlocator_c_impl.cpp70 requestConfigV9->SetScenario(LOCATION_USE_SCENE_DAILY_LIFE_SERVICE); in OH_Location_StartLocating()
166 if (useScene > LOCATION_USE_SCENE_DAILY_LIFE_SERVICE || in OH_LocationRequestConfig_SetUseScene()
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/
H A Doh__location__type_8h.md48 …, [LOCATION_USE_SCENE_TRANSPORT](_location.md) = 0x0403, [LOCATION_USE_SCENE_DAILY_LIFE_SERVICE](_…
61 …her of the two parameters is set, **useScene** is set to [LOCATION_USE_SCENE_DAILY_LIFE_SERVICE](_…
H A D_location.md48 …NE_SPORT = 0x0402, LOCATION_USE_SCENE_TRANSPORT = 0x0403, LOCATION_USE_SCENE_DAILY_LIFE_SERVICE = …
64 …er of the two parameters is set, **useScene** is set to **LOCATION_USE_SCENE_DAILY_LIFE_SERVICE** …
241 | LOCATION_USE_SCENE_DAILY_LIFE_SERVICE | Daily life services.<br>This option is applicable when y…
501 …er of the two parameters is set, **useScene** is set to **LOCATION_USE_SCENE_DAILY_LIFE_SERVICE** …
512 … scene in the location request.<br>The default value is **LOCATION_USE_SCENE_DAILY_LIFE_SERVICE**.…