Searched refs:LOCATION_SWITCH_MODE (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/location/frameworks/location_common/common/source/ |
H A D | location_data_rdb_manager.cpp | 166 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 D | constant_definition.h | 54 constexpr const char* LOCATION_SWITCH_MODE = "persist.location.switch_mode"; variable
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | location_data_manager.cpp | 169 int ret = WatchParameter(LOCATION_SWITCH_MODE, eventCallback, nullptr); in RegisterLocationSwitchObserver()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | locator_ability.cpp | 2144 int ret = WatchParameter(LOCATION_SWITCH_MODE, eventCallback, nullptr); in WatchSwitchParameter()
|