Searched refs:QuerySwitchState (Results 1 – 8 of 8) sorted by relevance
35 LocationErrCode QuerySwitchState(bool &isEnabled);
193 static int QuerySwitchState();
101 LocationErrCode LocationDataManager::QuerySwitchState(bool &isEnabled) in QuerySwitchState() function in OHOS::Location::LocationDataManager
152 if (CommonUtils::QuerySwitchState() == DISABLED) { in CheckLocationSwitchState()
283 if (CommonUtils::QuerySwitchState() == DISABLED) { in RequestNetworkLocation()
281 int state = CommonUtils::QuerySwitchState(); in UpdateSaAbilityHandler()374 if (modeValue == CommonUtils::QuerySwitchState()) { in EnableAbility()393 state = CommonUtils::QuerySwitchState(); in GetSwitchState()840 if (CommonUtils::QuerySwitchState() == DISABLED) { in StartLocating()
495 if (CommonUtils::QuerySwitchState() == DISABLED) { in EnableGnss()546 if (CommonUtils::QuerySwitchState() == DISABLED) { in StartGnss()
404 int CommonUtils::QuerySwitchState() in QuerySwitchState() function in OHOS::Location::CommonUtils