Home
last modified time | relevance | path

Searched refs:LOCATION_SWITCH_MODE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dlocation_data_rdb_manager.cpp166 auto res = GetParameter(LOCATION_SWITCH_MODE, "", result, MAX_SIZE); in GetSwitchStateFromSysparaForUser()
195 auto res = GetParameter(LOCATION_SWITCH_MODE, "", result, MAX_SIZE); in SetSwitchStateToSysparaForUser()
225 res = SetParameter(LOCATION_SWITCH_MODE, valueArray); in SetSwitchStateToSysparaForUser()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dconstant_definition.h54 constexpr const char* LOCATION_SWITCH_MODE = "persist.location.switch_mode"; variable
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocation_data_manager.cpp169 int ret = WatchParameter(LOCATION_SWITCH_MODE, eventCallback, nullptr); in RegisterLocationSwitchObserver()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp2144 int ret = WatchParameter(LOCATION_SWITCH_MODE, eventCallback, nullptr); in WatchSwitchParameter()