Searched refs:GetSwitchState (Results 1 – 7 of 7) sorted by relevance
232 int result = proxy_->GetSwitchState();320 if (proxy_->GetSwitchState() == 1) {469 if (proxy_->GetSwitchState() == 1) {471 ret = proxy_ -> GetSwitchState() == 0 ? true : false;477 ret = proxy_ -> GetSwitchState() == 1 ? true : false;962 if (proxy_->GetSwitchState() == 1) {1556 EXPECT_EQ(ERRCODE_SUCCESS, locatorAbility->GetSwitchState(state));1562 locatorAbility->GetSwitchState(state);1575 locatorAbility->GetSwitchState(state);1577 locatorAbility->GetSwitchState(state);[all …]
46 int GetSwitchState();
116 LocationErrCode GetSwitchState(int& state);
274 LocationErrCode errorCode = LocatorAbility::GetInstance()->GetSwitchState(state); in PreGetSwitchState()1299 LocationErrCode errorCode = locatorAbility->GetSwitchState(state); in CheckLocationSwitchState()1483 LocationErrCode errorCode = locatorAbility->GetSwitchState(state); in SaDumpInfo()
496 LocationErrCode LocatorAbility::GetSwitchState(int& state) in GetSwitchState() function in OHOS::Location::LocatorAbility1209 LocationErrCode errorCode = GetSwitchState(state); in ReportLocationStatus()1227 LocationErrCode errorCode = GetSwitchState(state); in ReportErrorStatus()
88 state = proxy->GetSwitchState(); in IsLocationEnabled()632 state = proxy->GetSwitchState(); in IsLocationEnabledV9()
47 int LocatorProxy::GetSwitchState() in GetSwitchState() function in OHOS::Location::LocatorProxy