Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-location-kit/
H A D_location.md47 …N_NOT_SUPPORTED = 801,<br/>LOCATION_SERVICE_UNAVAILABLE = 3301000, LOCATION_SWITCH_OFF = 3301100<b…
205 | LOCATION_SWITCH_OFF | 位置开关处于关闭状态。 |
338 LOCATION_SWITCH_OFF 位置开关未打开导致无法启动定位。
375 LOCATION_SWITCH_OFF 位置开关未打开。
H A Doh__location__type_8h.md47 … 801,<br/>[LOCATION_SERVICE_UNAVAILABLE](_location.md) = 3301000, [LOCATION_SWITCH_OFF](_location.…
/ohos5.0/base/location/interfaces/c_api/include/
H A Doh_location_type.h75 LOCATION_SWITCH_OFF = 3301100 enumerator
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/
H A D_location.md47 …ON_NOT_SUPPORTED = 801,<br>LOCATION_SERVICE_UNAVAILABLE = 3301000, LOCATION_SWITCH_OFF = 3301100<b…
205 | LOCATION_SWITCH_OFF | Location switch disabled. |
338 **LOCATION_SWITCH_OFF**: The location function fails to be started because the location switch is d…
375 **LOCATION_SWITCH_OFF**: The location switch is disabled.
H A Doh__location__type_8h.md47 …= 801,<br>[LOCATION_SERVICE_UNAVAILABLE](_location.md) = 3301000, [LOCATION_SWITCH_OFF](_location.…
/ohos5.0/base/location/frameworks/native/location_ndk/source/
H A Dlocator_c_impl.cpp281 return LOCATION_SWITCH_OFF; in LocationErrCodeToLocationResultCode()