Searched refs:accurateIndex (Results 1 – 2 of 2) sorted by relevance
810 locationIndex.accurateIndex = index; in GetLocationPermissionIndex()820 (locationIndex.accurateIndex != PERMISSION_NOT_REQUSET) && in GetLocationPermissionIndex()828 locationIndex.vagueIndex, locationIndex.accurateIndex, locationIndex.backIndex); in GetLocationPermissionIndex()844 if (locationIndex.accurateIndex != PERMISSION_NOT_REQUSET) { in GetLocationPermissionState()847 …GetSelfPermissionState(permsList, reqPermList[locationIndex.accurateIndex].permsState, apiVersion); in GetLocationPermissionState()848 … needAccurateDynamic = reqPermList[locationIndex.accurateIndex].permsState.state == DYNAMIC_OPER; in GetLocationPermissionState()854 reqPermList[locationIndex.accurateIndex].permsState.state = INVALID_OPER; in GetLocationPermissionState()867 if (locationIndex.accurateIndex != PERMISSION_NOT_REQUSET) { in GetLocationPermissionState()868 reqPermList[locationIndex.accurateIndex].permsState.state = INVALID_OPER; in GetLocationPermissionState()
48 uint32_t accurateIndex = PERMISSION_NOT_REQUSET; member