Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/source/
Dlocator_ability.cpp362 int modeValue = isEnabled ? 1 : 0; in EnableAbility() local
363 if (modeValue == QuerySwitchState()) { in EnableAbility()
364 LBSLOGD(LOCATOR, "no need to set location ability, enable:%{public}d", modeValue); in EnableAbility()
369 SetValue(locationDataEnableUri, LOCATION_DATA_COLUMN_ENABLE, modeValue); in EnableAbility()