Searched refs:backIndex (Results 1 – 2 of 2) sorted by relevance
813 locationIndex.backIndex = index; in GetLocationPermissionIndex()821 (locationIndex.backIndex != PERMISSION_NOT_REQUSET)) { in GetLocationPermissionIndex()828 locationIndex.vagueIndex, locationIndex.accurateIndex, locationIndex.backIndex); in GetLocationPermissionIndex()860 if (locationIndex.backIndex != PERMISSION_NOT_REQUSET) { in GetLocationPermissionState()870 reqPermList[locationIndex.backIndex].permsState.state = INVALID_OPER; in GetLocationPermissionState()875 … GetSelfPermissionState(permsList, reqPermList[locationIndex.backIndex].permsState, apiVersion); in GetLocationPermissionState()876 if (reqPermList[locationIndex.backIndex].permsState.state == DYNAMIC_OPER) { in GetLocationPermissionState()878 reqPermList[locationIndex.backIndex].permsState.state = SETTING_OPER; in GetLocationPermissionState()880 reqPermList[locationIndex.backIndex].permsState.state = INVALID_OPER; in GetLocationPermissionState()
49 uint32_t backIndex = PERMISSION_NOT_REQUSET; member